Sha256: 3260447c2b676281ba59f62fbdbab18400f3443f1652ec138499fa64245b26be

Contents?: true

Size: 469 Bytes

Versions: 5872

Compression:

Stored size: 469 Bytes

Contents

# 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

Version data entries

5,872 entries across 5,812 versions & 990 rubygems

Version Path
certify-0.0.3 test/test_helper.rb
certify-0.0.2 test/test_helper.rb
bootstrap_active_nav-0.0.1 test/test_helper.rb
feedback_popup-0.0.1 test/test_helper.rb
apphtml-0.0.1.p0 test/test_helper.rb
apphtml-0.0.1 test/test_helper.rb
blacklight_dpla-0.0.1.dev1 test/test_helper.rb
validates-email-0.0.1 test/test_helper.rb
jpp_customercode_transfer-0.0.1 test/test_helper.rb
railties-3.2.3 lib/rails/generators/rails/plugin_new/templates/test/test_helper.rb
railties-3.2.3.rc2 lib/rails/generators/rails/plugin_new/templates/test/test_helper.rb
railties-3.2.3.rc1 lib/rails/generators/rails/plugin_new/templates/test/test_helper.rb