We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668f7fb commit 25de07dCopy full SHA for 25de07d
rake_tasks/test.rake
@@ -79,4 +79,7 @@ Please rename or remove it and run again to use the GitHub repository:
79
end
80
81
82
-task :test => %w(test:functional test:units test:exe)
+require 'rspec/core/rake_task'
83
+RSpec::Core::RakeTask.new(:spec)
84
+
85
+task :test => %w(test:functional test:units test:exe spec)
0 commit comments