Method: Jasmine::Generators::ExamplesGenerator#copy_example_files
- Defined in:
- lib/generators/jasmine/examples/examples_generator.rb
#copy_example_files ⇒ Object
9 10 11 12 |
# File 'lib/generators/jasmine/examples/examples_generator.rb', line 9 def copy_example_files directory 'app' directory 'spec' end |