Class: Rounders::Generators::MatcherGenerator
- Defined in:
- lib/rounders/generators/matcher/matcher_generator.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Plugins::Pluggable
Instance Method Details
#create_matcher ⇒ Object
10 11 12 |
# File 'lib/rounders/generators/matcher/matcher_generator.rb', line 10 def create_matcher template '%underscored_name%_matcher.rb.tt' end |
#set_destination_root ⇒ Object
6 7 8 |
# File 'lib/rounders/generators/matcher/matcher_generator.rb', line 6 def set_destination_root self.destination_root = feature_path end |