lib/shoulda/matchers/independent.rb in shoulda-matchers-4.4.0 vs lib/shoulda/matchers/independent.rb in shoulda-matchers-4.4.1
- old
+ new
@@ -1,5 +1,6 @@
require 'shoulda/matchers/independent/delegate_method_matcher'
+require 'shoulda/matchers/independent/delegate_method_matcher/target_not_defined_error'
module Shoulda
module Matchers
# This module provides matchers that are used to test behavior outside of
# Rails-specific classes.