lib/wildcard_matchers/helpers.rb in wildcard_matchers-0.1.5 vs lib/wildcard_matchers/helpers.rb in wildcard_matchers-0.1.6
- old
+ new
@@ -10,8 +10,9 @@
end
end
end
end
+require "wildcard_matchers/helpers/for_any"
require "wildcard_matchers/helpers/for_all"
require "wildcard_matchers/helpers/nil_or"
-require "wildcard_matchers/helpers/for_any"
+require "wildcard_matchers/helpers/responding"