lib/warp/model_matchers/attribute_matcher.rb in warp-1.2.3 vs lib/warp/model_matchers/attribute_matcher.rb in warp-1.3.0

- old
+ new

@@ -1,5 +1,7 @@ - module Warp +require "warp/model_matchers/matcher" + +module Warp module ModelMatchers class AttributeMatcher < Warp::ModelMatchers::Matcher attr_reader :attr_name def initialize(attr_name) \ No newline at end of file