Skip to content

Commit 25de07d

Browse files
committed
run specs on rake test
1 parent 668f7fb commit 25de07d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rake_tasks/test.rake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,7 @@ Please rename or remove it and run again to use the GitHub repository:
7979
end
8080
end
8181

82-
task :test => %w(test:functional test:units test:exe)
82+
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

Comments
 (0)