Skip to content

Commit

Permalink
enable warnings when running rspec (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux authored and mrietveld committed Jun 1, 2016
1 parent b8f74fc commit 9cafe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/rspec.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = ['-c']
t.rspec_opts = ['-w', '-c']
end
rescue LoadError => e
warn e.message
Expand Down

0 comments on commit 9cafe15

Please sign in to comment.