lib/wildcard_matchers/helpers.rb in wildcard_matchers-0.3.1 vs lib/wildcard_matchers/helpers.rb in wildcard_matchers-0.4.0

- old
+ new

@@ -10,9 +10,11 @@ end end end end +require "wildcard_matchers/helpers/any_of" +require "wildcard_matchers/helpers/all_of" require "wildcard_matchers/helpers/for_any" require "wildcard_matchers/helpers/for_all" require "wildcard_matchers/helpers/nil_or" require "wildcard_matchers/helpers/responding"