fix usage for mock

This commit is contained in:
Max Lincoln 2013-10-29 15:03:19 -03:00
parent 3e73582d42
commit 8da2651353
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ end
desc 'Run mocked tests for a specific provider'
task :mock, :provider do |t, args|
if args.to_a.size != 1
fail 'USAGE: rake live[<provider>]'
fail 'USAGE: rake mock[<provider>]'
end
provider = args[:provider]
sh("export FOG_MOCK=true && bundle exec shindont tests/#{provider}")