Sha256: 743427120017de0cffd39564a28d5a1ab1836b45367e2469d3fa431e7235e6d4
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
Description: Stubs out a new test application that has no dependencies in plugin_test_helper. Pass the plugin name, under_scored. This generates the application structure in test/app_root Examples: `./script/generate plugin_test_structure has_comments` creates test, controller and application configurations: Test Helper: test/test_helper.rb Controller: test/app_root/app/controllers/application.rb Configurations: test/app_root/config/boot.rb test/app_root/config/database.yml test/app_root/config/environment.rb test/app_root/config/routes.rb test/app_root/config/environments/in_memory.rb test/app_root/config/environments/mysql.rb test/app_root/config/environments/postgresql.rb test/app_root/config/environments/sqlite.rb test/app_root/config/environments/sqlite3.rb Scripts: test/app_root/script/console
Version data entries
3 entries across 3 versions & 1 rubygems