thoughtbot--shoulda-matchers/spec/warnings_spy
Elliot Winkler caa87ae4f0 Fix WarningsSpy to capture more lines
If you had a bunch of lines that looked like this:

    /path/to/some/file:13:in `some_method': Some error (SomeException)
    Another line for the error
        /path/to/file1.rb:44:in `some_method'
        /path/to/file2.rb:29:in `some_other_method'

The first line would not be captured and re-send to standard out. This
commit fixes that.
2014-10-07 22:07:52 -06:00
..
filesystem.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
partitioner.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
reader.rb Fix WarningsSpy to capture more lines 2014-10-07 22:07:52 -06:00
reporter.rb Fix WarningsSpy to capture more lines 2014-10-07 22:07:52 -06:00