X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/25bfcc0f6b5344acb4039457f8492df7fbada7fc..5f51982916827b84d73bfa8f3a98a9ee1d48d3ce:/vendor/plugins/engines/generators/engine/templates/test/test_helper.erb diff --git a/vendor/plugins/engines/generators/engine/templates/test/test_helper.erb b/vendor/plugins/engines/generators/engine/templates/test/test_helper.erb deleted file mode 100755 index cf357be..0000000 --- a/vendor/plugins/engines/generators/engine/templates/test/test_helper.erb +++ /dev/null @@ -1,17 +0,0 @@ -require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper') # the default rails helper - -# ensure that the Engines testing enhancements are loaded. -require File.join(Engines.config(:root), "engines", "lib", "engines", "testing_extensions") - -# Ensure that the code mixing and view loading from the application is disabled -Engines.disable_app_views_loading = true -Engines.disable_app_code_mixing = true - -# force these config values -module <%= engine_class_name %> -# config :some_option, "some_value" -end - -# set up the fixtures location -Test::Unit::TestCase.fixture_path = File.dirname(__FILE__) + "/fixtures/" -$LOAD_PATH.unshift(Test::Unit::TestCase.fixture_path) \ No newline at end of file