Commit graph

2 commits

Author SHA1 Message Date
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
John Backus
9dd21bae97
Add warning whitelist support for specs
Ported from ammar/regexp_parser#26
2016-07-24 14:09:59 -07:00