Class: BoundedContext::Generators::TestUnitGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/bounded_context/test_unit_generator.rb

Instance Method Summary collapse

Instance Method Details

#test_helperObject



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