thoughtbot--shoulda-matchers/spec/acceptance
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
..
active_model_integration_spec.rb Allow the use of matchers from multiple libs, for non rails projects. 2015-06-01 00:43:07 -06:00
independent_matchers_spec.rb Make independent matchers really independent 2015-10-01 10:12:17 -06:00
multiple_libraries_integration_spec.rb Allow the use of matchers from multiple libs, for non rails projects. 2015-06-01 00:43:07 -06:00
rails_integration_spec.rb Allow the use of matchers from multiple libs, for non rails projects. 2015-06-01 00:43:07 -06:00