From 8da26513538f0b97b22d35d7edf4fc13ecbd3980 Mon Sep 17 00:00:00 2001 From: Max Lincoln Date: Tue, 29 Oct 2013 15:03:19 -0300 Subject: [PATCH] fix usage for mock --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index fa4492b03..d15a4bb3d 100644 --- a/Rakefile +++ b/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[]' + fail 'USAGE: rake mock[]' end provider = args[:provider] sh("export FOG_MOCK=true && bundle exec shindont tests/#{provider}")