From 20cc08082d8a296a612d4e001c44c51c6071ad78 Mon Sep 17 00:00:00 2001 From: Michael Hale Date: Tue, 8 Feb 2011 10:12:27 -0500 Subject: [PATCH] temporary rake task for convenient testing --- Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Rakefile b/Rakefile index 7e2d65de9..4cf524542 100644 --- a/Rakefile +++ b/Rakefile @@ -46,6 +46,12 @@ end task :default => :test +namespace :test do + task :dynect do + sh("export FOG_MOCK=false && bundle exec shindont tests/dns/requests/dynect") + end +end + task :examples do sh("export FOG_MOCK=false && bundle exec shindont examples") # some don't provide mocks so we'll leave this out for now