mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
consolidate rake test tasks
This commit is contained in:
parent
54f15616bc
commit
560a7736e7
1 changed files with 0 additions and 7 deletions
7
Rakefile
7
Rakefile
|
@ -46,13 +46,6 @@ end
|
|||
task :default => :test
|
||||
|
||||
task :test do
|
||||
sh("export FOG_MOCK=true && bundle exec spec -cfs spec") &&
|
||||
sh("export FOG_MOCK=true && bundle exec shindo tests") &&
|
||||
sh("export FOG_MOCK=false && bundle exec spec -cfs spec") &&
|
||||
sh("export FOG_MOCK=false && bundle exec shindo tests")
|
||||
end
|
||||
|
||||
task :ci do
|
||||
sh("export FOG_MOCK=true && bundle exec spec spec") &&
|
||||
sh("export FOG_MOCK=true && bundle exec shindont tests") &&
|
||||
sh("export FOG_MOCK=false && bundle exec spec spec") &&
|
||||
|
|
Loading…
Reference in a new issue