Sha256: 33f30d714f882fb8e74a68bdd5107af2f5478fa093f3c2e15da54127ba5db02f

Contents?: true

Size: 484 Bytes

Versions: 5

Compression:

Stored size: 484 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 entries across 5 versions & 3 rubygems

Version Path
allinoneaccessibility-0.0.3 test/test_helper.rb
allinoneaccessibility-0.0.2 test/test_helper.rb
rails_page_comment-0.1.0 test/test_helper.rb
dalli_captcha-0.0.2 test/test_helper.rb
dalli_captcha-0.0.1 test/test_helper.rb