Class: BoundedContext::Generators::TestUnitGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- BoundedContext::Generators::TestUnitGenerator
- Defined in:
- lib/generators/bounded_context/test_unit_generator.rb
Instance Method Summary collapse
Instance Method Details
#test_helper ⇒ Object
10 11 12 |
# File 'lib/generators/bounded_context/test_unit_generator.rb', line 10 def test_helper template "test_helper.rb", "#{bounded_context_name}/test/test_helper.rb" end |