From c0f10e15d8d2ec3be620dff62315a44bd065f201 Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 1 Oct 2012 14:59:29 -0700 Subject: Moving start to help engine to live within leap_web repo rather than independent engine repo. --- help/test/test_helper.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 help/test/test_helper.rb (limited to 'help/test/test_helper.rb') diff --git a/help/test/test_helper.rb b/help/test/test_helper.rb new file mode 100644 index 0000000..1e26a31 --- /dev/null +++ b/help/test/test_helper.rb @@ -0,0 +1,15 @@ +# Configure Rails Environment +ENV["RAILS_ENV"] = "test" + +require File.expand_path("../dummy/config/environment.rb", __FILE__) +require "rails/test_help" + +Rails.backtrace_cleaner.remove_silencers! + +# Load support files +Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } + +# Load fixtures from the engine +if ActiveSupport::TestCase.method_defined?(:fixture_path=) + ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__) +end -- cgit v1.2.3