class Rounders::Generators::MatcherGenerator
Public Instance Methods
create_matcher()
click to toggle source
# File lib/rounders/generators/matcher/matcher_generator.rb, line 10 def create_matcher template '%underscored_name%_matcher.rb.tt' end
set_destination_root()
click to toggle source
# File lib/rounders/generators/matcher/matcher_generator.rb, line 6 def set_destination_root self.destination_root = feature_path end