free_mutant/spec/support/warnings.yml
John Backus a16e3014f7
Fix unnecessary warnings in specs
- Kills set of warnings caused by a redundant `let(:output)`
   in cli_spec.rb

 - Kills warnings generated by the `with` class method that
   spec/support/shared_context.rb provides by using `Module#prepend`
2016-07-24 14:09:59 -07:00

3 lines
172 B
YAML

---
- 'lib/parser/lexer.rb:10791: warning: assigned but unused variable - testEof'
- 'lib/parser/source/rewriter.rb:392: warning: assigned but unused variable - begin_pos'