Skip to content

Commit 9bfe777

Browse files
committed
Modify Rakefile to handle rspec load failure
1 parent 83a9286 commit 9bfe777

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ begin
2525
rescue LoadError
2626
puts 'Warning: unable to load rspec tasks'
2727
end
28-
task test: :spec
2928

3029
# Default Rake task is to run all tests
3130
task default: :test

0 commit comments

Comments
 (0)