Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 28aa16b

Browse files
committed
initial edge commit lap22
1 parent 5dc96af commit 28aa16b

File tree

5 files changed

+10
-20
lines changed

5 files changed

+10
-20
lines changed

Rakefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ require "rspec/core/rake_task"
33

44
RSpec::Core::RakeTask.new(:spec)
55

6+
namespace :spec do
7+
task :prepare do
8+
sh %{bundle update}
9+
sh %{cd spec/test_app; bundle update}
10+
end
11+
end
12+
613
task :default => :spec

dciy.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[dciy.commands]
2-
prepare = ["./dciy_prepare.sh"]
3-
cibuild = ["./dciy_run.sh"]
2+
prepare = ["bundle exec rake spec:prepare"]
3+
cibuild = ["bundle exec rake"]

dciy_prepare.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

dciy_run.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

lib/hyperloop/config/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
module Config
3-
VERSION = '1.0.0.lap21'
3+
VERSION = '1.0.0.lap22'
44
end
55
end

0 commit comments

Comments
 (0)