thoughtbot--shoulda-matchers/lib/shoulda
Derek Prior c4927b73f2 Fix render_with_layout_matcher on Rails 4.
Rails 4 moved the layouts ivar from `@layouts` to `@_layouts`.

This change introduces what I have (for now) called the 'RailsShim'. The
idea is that this single class will house the rail version workarounds,
which can then be reused through the code. This paid off here because
both the spec and the implementation need access to the layouts ivar.
2013-08-16 15:32:08 -06:00
..
matchers Fix render_with_layout_matcher on Rails 4. 2013-08-16 15:32:08 -06:00
matchers.rb Fix render_with_layout_matcher on Rails 4. 2013-08-16 15:32:08 -06:00