mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix usage for mock
This commit is contained in:
parent
3e73582d42
commit
8da2651353
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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}")
|
||||
|
|
Loading…
Add table
Reference in a new issue