1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Elliot Winkler
b4082877fd Be better about looking for warnings on Travis 2014-12-16 20:30:05 -07:00
Elliot Winkler
b028927815 Fix warnings spy so it doesn't capture more things than necessary 2014-12-16 20:21:22 -07:00
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
Elliot Winkler
12cc7aaace Remove all Ruby-emitted warnings
Run RSpec tests with warnings enabled so we stay on top of this better
in the future.
2014-07-18 18:00:08 -06:00