Rakefile in right_api_helper-1.1.0 vs Rakefile in right_api_helper-1.1.1
- old
+ new
@@ -3,5 +3,9 @@
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
+desc "Run functional tests. Requires RightScale account information in knife.rb file."
+RSpec::Core::RakeTask.new(:test) do |t|
+ t.pattern = 'test/**/*_test.rb'
+end