Class: TestUnit::Generators::ScaffoldGenerator
- Inherits:
-
Base
- Object
- Thor::Group
- Rails::Generators::Base
- Rails::Generators::NamedBase
- Base
- TestUnit::Generators::ScaffoldGenerator
- Includes:
- Rails::Generators::ResourceHelpers
- Defined in:
- railties/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb
Instance Method Summary collapse
Methods included from Rails::Generators::ResourceHelpers
Methods inherited from Rails::Generators::NamedBase
Methods inherited from Rails::Generators::Base
base_root, class_option, default_source_root, desc, hook_for, inherited, namespace, remove_hook_for, source_root
Methods included from Rails::Generators::Actions
#add_source, #capify!, #environment, #gem, #gem_group, #generate, #git, #initializer, #lib, #plugin, #rake, #rakefile, #readme, #route, #vendor
Instance Method Details
permalink #create_test_files ⇒ Object
[View source]
13 14 15 16 |
# File 'railties/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb', line 13 def create_test_files template 'functional_test.rb', File.join('test/functional', controller_class_path, "#{controller_file_name}_controller_test.rb") end |