Sha256: 781e6f3d50d6a8febffa01ecb82a82fa507f4af3a2a0034c39e0abd60db21214

Contents?: true

Size: 582 Bytes

Versions: 56

Compression:

Stored size: 582 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../../test/dummy/config/environment.rb",  __FILE__)
require "rails/test_help"

# Filter out Minitest backtrace while allowing backtrace from other libraries
# to be shown.
Minitest.backtrace_filter = Minitest::BacktraceFilter.new

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

# Load fixtures from the engine
if ActiveSupport::TestCase.respond_to?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

Version data entries

56 entries across 56 versions & 8 rubygems

Version Path
rails_appcache-0.0.2 test/test_helper.rb
rails_appcache-0.0.1 test/test_helper.rb
test_squad-0.0.1 test/test_helper.rb
errapi-rails-0.1.1 test/test_helper.rb
errapi-rails-0.1.0 test/test_helper.rb
simplificator_infrastructure-0.0.9 test/test_helper.rb
simplificator_infrastructure-0.0.8 test/test_helper.rb
simplificator_infrastructure-0.0.7 test/test_helper.rb
simplificator_infrastructure-0.0.6 test/test_helper.rb
simplificator_infrastructure-0.0.5 test/test_helper.rb
simplificator_infrastructure-0.0.4 test/test_helper.rb
mongoid-forums-0.0.3 test/test_helper.rb
simplificator_infrastructure-0.0.3 test/test_helper.rb
mongoid-forums-0.0.2 test/test_helper.rb
mongoid-forums-0.0.1 test/test_helper.rb
simplificator_infrastructure-0.0.2 test/test_helper.rb