Sha256: 53cc9fb6721db8e2cb088ce579324e1672838f955c045bab9ea79ab5ad6bb83d

Contents?: true

Size: 504 Bytes

Versions: 7

Compression:

Stored size: 504 Bytes

Contents

# Copyright 2012-2016 Damjan Rems
# 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

7 entries across 7 versions & 1 rubygems

Version Path
drg_cms-0.5.52.2 test/test_helper.rb
drg_cms-0.5.52 test/test_helper.rb
drg_cms-0.5.51.1 test/test_helper.rb
drg_cms-0.5.50.2 test/test_helper.rb
drg_cms-0.5.10.10 test/test_helper.rb
drg_cms-0.5.10.7 test/test_helper.rb
drg_cms-0.5.10 test/test_helper.rb