thoughtbot--shoulda-matchers/spec/support
Elliot Winkler e0a0200fe4 Make independent matchers really independent
Why:

* When `delegate_method` was modified a while back to add Doublespeak
  and use MatcherContext, Shoulda::Matchers::Independent became unable
  to be required independently.

To satisfy the above:

* Require Doublespeak and MatcherContext within
  `delegate_method_matcher.rb`.
* Add an acceptance test to ensure that Independent stays independent.

Secondary-Author: jc00ke <jesse@jc00ke.com>
2015-10-01 10:12:17 -06:00
..
acceptance Make independent matchers really independent 2015-10-01 10:12:17 -06:00
tests Make independent matchers really independent 2015-10-01 10:12:17 -06:00
unit Fix the set_flash matcher to accept a symbol as a param 2015-09-29 22:07:50 -06:00