thoughtbot--shoulda-matchers/spec
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
..
shoulda/matchers Reword failure message for #delegate_method 2014-09-03 00:28:24 -06:00
support Create the define_enum_for matcher 2014-08-26 14:44:27 -06:00
warnings_spy Fix WarningsSpy to capture more lines 2014-10-07 22:07:52 -06:00
report_warnings.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
spec_helper.rb Using RSpec 3 for development. 2014-08-14 12:16:54 -04:00
warnings_spy.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00