Skip to content

Commit

Permalink
Enable fail_on_error
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Jan 22, 2020
1 parent 695966e commit 9c1112a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ require 'rake/clean'

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
t.fail_on_error = false
end
RSpec::Core::RakeTask.new(:spec)

task :default => [:spec, :build]

Expand Down

0 comments on commit 9c1112a

Please sign in to comment.