class TestUnit::FormGenerator

Public Instance Methods

create_test_file() click to toggle source
# File lib/generators/test_unit/form_generator.rb, line 5
def create_test_file
  template 'form_test.rb', File.join('test/forms', "#{singular_name}_form_test.rb")
end