Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Stop allowing warnings on inline specs
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Nov 7, 2019
1 parent 4891cd5 commit 8ee6937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/runtime/inline_spec.rb
Expand Up @@ -89,7 +89,6 @@ def script(code, options = {})

expect(out).to include("Installing activesupport")
err_lines = err.split("\n")
err_lines.reject!{|line| line =~ /\.rb:\d+: warning: / }
expect(err_lines).to be_empty
expect(exitstatus).to be_zero if exitstatus
end
Expand Down

0 comments on commit 8ee6937

Please sign in to comment.