Sha256: 236cdd581578e16a0383d798b01514358d6d14418d426932028ff1e0552b8b98

Contents?: true

Size: 469 Bytes

Versions: 99

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

99 entries across 99 versions & 22 rubygems

Version Path
xforum-0.0.371 test/test_helper.rb
xforum-0.0.37 test/test_helper.rb
xforum-0.0.36 test/test_helper.rb
xforum-0.0.35 test/test_helper.rb
xforum-0.0.34 test/test_helper.rb
xforum-0.0.31 test/test_helper.rb
xforum-0.0.30 test/test_helper.rb
xforum-0.0.28 test/test_helper.rb
xforum-0.0.27 test/test_helper.rb
xforum-0.0.26 test/test_helper.rb
xforum-0.0.25 test/test_helper.rb
xforum-0.0.24 test/test_helper.rb
xforum-0.0.23 test/test_helper.rb
hashie_rails-0.0.1 test/test_helper.rb
irreverent-0.0.4 test/test_helper.rb
acts_as_referred-0.1.5 test/test_helper.rb
irreverent-0.0.3 test/test_helper.rb
irreverent-0.0.2 test/test_helper.rb
irreverent-0.0.1 test/test_helper.rb
to_short-0.9.0 test/test_helper.rb