Skip to content

Commit

Permalink
always run both mock and non-mock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehale authored and geemus committed Aug 4, 2011
1 parent 8128ea5 commit 8bda3ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -48,7 +48,9 @@ task :default => :test

namespace :test do
task :dynect do
sh("export FOG_MOCK=false && bundle exec shindont tests/dns/requests/dynect")
[false, true].each do |mock|
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/dns/requests/dynect")
end
end
end

Expand Down

0 comments on commit 8bda3ba

Please sign in to comment.