Class: Factis::Generators::RspecGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Factis::Generators::RspecGenerator
- Defined in:
- lib/generators/factis/rspec_generator.rb
Overview
This is a Rails generator to add Factis support to Rspec
Instance Method Summary collapse
Instance Method Details
#copy_support ⇒ Object
11 12 13 14 |
# File 'lib/generators/factis/rspec_generator.rb', line 11 def copy_support template "spec/support/factis.rb", "spec/support/factis.rb" end |