Commit 599e3fdb9e901fabb199104ea87270dc77d63207
1 parent
7e3e260d
Exists in
master
and in
90 other branches
Rakefile: don't run test by default
Running the tests against a remote deployment will not work properly yet.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
Rakefile
| @@ -34,8 +34,6 @@ task :test do | @@ -34,8 +34,6 @@ task :test do | ||
| 34 | sh "SPB_ENV=#{$SPB_ENV} ./test/run_all" | 34 | sh "SPB_ENV=#{$SPB_ENV} ./test/run_all" |
| 35 | end | 35 | end |
| 36 | 36 | ||
| 37 | -task :default => :test | ||
| 38 | - | ||
| 39 | file 'ssh_config.erb' | 37 | file 'ssh_config.erb' |
| 40 | file 'config/local/ssh_config' => ['nodes.yaml', 'config/local/ips.yaml', 'ssh_config.erb'] do |t| | 38 | file 'config/local/ssh_config' => ['nodes.yaml', 'config/local/ips.yaml', 'ssh_config.erb'] do |t| |
| 41 | require 'erb' | 39 | require 'erb' |