----------------------------------------------------------------------------------------- BootstrapGeneratorTest: test_Assert_folder_layout_and_.gitkeep_files_are_properly_created ----------------------------------------------------------------------------------------- ----------------------------------------------------------------- BootstrapGeneratorTest: test_Does_not_error_if_Gemfile_is_missing ----------------------------------------------------------------- --------------------------------------------- BootstrapGeneratorTest: test_Removed_jbuilder --------------------------------------------- ----------------------------------------------- BootstrapGeneratorTest: test_Removes_turbolinks ----------------------------------------------- ------------------------------------------------------- BootstrapGeneratorTest: test_Uses_config.ember.app_name ------------------------------------------------------- --------------------------------------------------------------- BootstrapGeneratorTest: test_Uses_config.ember.appkit.paths.app --------------------------------------------------------------- --------------------------------------------- BootstrapGeneratorTest: test_create_bootstrap --------------------------------------------- ---------------------------------------------------------------------- BootstrapGeneratorTest: test_create_bootstrap_with_and_custom_app_path ---------------------------------------------------------------------- ------------------------------------------------------------------------- BootstrapGeneratorTest: test_create_bootstrap_with_and_custom_config_path ------------------------------------------------------------------------- ------------------------------------------------------------------ BootstrapGeneratorTest: test_create_bootstrap_with_custom_app_name ------------------------------------------------------------------ -------------------------------------------------------------------------- ComponentGeneratorTest: test_Assert_files_are_properly_created_(CamelCase) -------------------------------------------------------------------------- --------------------------------------------------------------------------- ComponentGeneratorTest: test_Assert_files_are_properly_created_(lower-case) --------------------------------------------------------------------------- ----------------------------------------------------------------------------------------- ComponentGeneratorTest: test_Assert_object_names_are_properly_created_with_CamelCase_name ----------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------ ComponentGeneratorTest: test_Assert_object_names_are_properly_created_with_lower-case_name ------------------------------------------------------------------------------------------ --------------------------------------------------------------- ComponentGeneratorTest: test_Uses_config.ember.appkit.paths.app --------------------------------------------------------------- ---------------------------------------------- ComponentGeneratorTest: test_default_component ---------------------------------------------- --------------------------------------------------------------- ControllerGeneratorTest: test_Assert_files_are_properly_created --------------------------------------------------------------- ---------------------------------------------------------------- ControllerGeneratorTest: test_Uses_config.ember.appkit.paths.app ---------------------------------------------------------------- ---------------------------------------------- ControllerGeneratorTest: test_array_controller ---------------------------------------------- ------------------------------------------------ ControllerGeneratorTest: test_default_controller ------------------------------------------------ ----------------------------------------------- ControllerGeneratorTest: test_object_controller ----------------------------------------------- ---------------------------------------------------- HelperGeneratorTest: test_Generates_helper_correctly ---------------------------------------------------- ---------------------------------------------------------- ModelGeneratorTest: test_Assert_files_are_properly_created ---------------------------------------------------------- ----------------------------------------------------------- ModelGeneratorTest: test_Uses_config.ember.appkit.paths.app ----------------------------------------------------------- ------------------------------------- ModelGeneratorTest: test_create_model ------------------------------------- ------------------------------------------------ ModelGeneratorTest: test_create_namespaced_model ------------------------------------------------ -------------------------------------------------------- ModelGeneratorTest: test_forces_pluarl_names_to_singular -------------------------------------------------------- --------------------------------------------------------------------------- ModelGeneratorTest: test_leave_parentheses_when_create_model_w/o_attributes --------------------------------------------------------------------------- -------------------------------------------------------------- ResourceGeneratorTest: test_Uses_config.ember.appkit.paths.app -------------------------------------------------------------- --------------------------------------------- ResourceGeneratorTest: test_create_controller --------------------------------------------- ---------------------------------------- ResourceGeneratorTest: test_create_route ---------------------------------------- ------------------------------------------- ResourceGeneratorTest: test_create_template ------------------------------------------- -------------------------------------- ResourceGeneratorTest: test_skip_route -------------------------------------- ----------------------------------------------------- ResourceOverrideTest: test_create_template_with_ember ----------------------------------------------------- -------------------------------------------------------- ResourceOverrideTest: test_create_template_without_ember -------------------------------------------------------- ----------------------------------------------------------------------------- ResourceOverrideTest: test_does_not_create_non-essential_files_for_ember_apps ----------------------------------------------------------------------------- ---------------------------------------------------------- RouteGeneratorTest: test_Assert_files_are_properly_created ---------------------------------------------------------- ------------------------------------------- ScaffoldGeneratorTest: test_create_template ------------------------------------------- ----------------------------------------------------- ScaffoldOverrideTest: test_create_template_with_ember ----------------------------------------------------- -------------------------------------------------------- ScaffoldOverrideTest: test_create_template_without_ember -------------------------------------------------------- -------------------------------------------------------------------- ScaffoldOverrideTest: test_creates_api_version_namespaced_controller -------------------------------------------------------------------- ---------------------------------------------------------------- ScaffoldOverrideTest: test_creates_properly_namespaced_api_route ---------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------- ScaffoldOverrideTest: test_creates_properly_namespaced_api_routes_when_api_and_other_version_namespaces_already_exists ---------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------- ScaffoldOverrideTest: test_creates_properly_namespaced_api_routes_when_api_and_version_namespaces_already_exists ---------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------- ScaffoldOverrideTest: test_creates_properly_namespaced_api_routes_when_api_namespace_already_exists --------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------- ScaffoldOverrideTest: test_does_not_create_non-essential_files_for_ember_apps ----------------------------------------------------------------------------- -------------------------------------------------------------- TemplateGeneratorTest: test_Uses_config.ember.appkit.paths.app -------------------------------------------------------------- ---------------------------------------------- TemplateGeneratorTest: test_generates_template ---------------------------------------------- --------------------------------------------------------- ViewGeneratorTest: test_Assert_files_are_properly_created --------------------------------------------------------- ---------------------------------------------------------- ViewGeneratorTest: test_Uses_config.ember.appkit.paths.app ---------------------------------------------------------- ---------------------------------------------- ViewGeneratorTest: test_create_namespaced_view ---------------------------------------------- -------------------------------------------------------------------------- ViewGeneratorTest: test_create_view_and_template_(using_ember-rails_flags) -------------------------------------------------------------------------- ------------------------------------------------------------ ViewGeneratorTest: test_create_view_with_template_by_default ------------------------------------------------------------ ------------------------------------------------------ ViewGeneratorTest: test_create_view_without_a_template ------------------------------------------------------ ---------------------------------------------------------------------------------- AutoloadModulesTest: test_does_create_modules_for_directories_that_have_ruby_files ---------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------- AutoloadModulesTest: test_does_not_auto_create_modules_for_directories_that_do_not_have_ruby_files -------------------------------------------------------------------------------------------------- ---------------------------------------------------- NavigationTest: test_can_render_default_landing_page ---------------------------------------------------- Started GET "/" for 127.0.0.1 at 2014-01-01 08:12:54 -0500 Processing by LandingController#index as HTML Completed 200 OK in 401ms (Views: 400.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-01 08:12:54 -0500 Started GET "/assets/application.js" for 127.0.0.1 at 2014-01-01 08:12:54 -0500 --------------------------------------------------- NavigationTest: test_can_using_simple_"ember_magic" --------------------------------------------------- Started GET "/" for 127.0.0.1 at 2014-01-01 08:12:55 -0500 Processing by LandingController#index as HTML Completed 200 OK in 1ms (Views: 1.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2014-01-01 08:12:55 -0500 Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-01 08:12:55 -0500