thoughtbot--shoulda-matchers/lib/shoulda/matchers
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
..
action_controller Fix render_with_layout_matcher on Rails 4. 2013-08-16 15:32:08 -06:00
active_model Return an integer for fixnum columns for inclusion 2013-08-14 21:52:59 -04:00
active_record Add support for counter_cache option in belongs_to associations 2013-06-21 10:53:30 -04:00
integrations Remove 'have_sent_email' matcher 2013-04-03 13:08:27 -04:00
action_controller.rb Create a rescue_from matcher for ActionController 2013-06-19 18:55:59 -04:00
active_model.rb Add comparison submatchers to validate_numericality_of 2013-05-23 21:08:40 -06:00
active_record.rb Add support for counter_cache option in belongs_to associations 2013-06-21 10:53:30 -04:00
assertion_error.rb #88: Do not force minitest loading when test-unit is available (restoring original fix) 2013-01-03 13:58:22 -05:00
rails_shim.rb Fix render_with_layout_matcher on Rails 4. 2013-08-16 15:32:08 -06:00
version.rb Bump to version 2.3.0 2013-08-16 13:05:00 -04:00