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
aws-healthcheck-2.0.0 test/test_helper.rb
api_doc_viewer-0.3.2 test/test_helper.rb
jquery-knob-rails-1.2.13 test/test_helper.rb
scaptimony-0.3.2 test/test_helper.rb
data_provider-0.1.3 test/test_helper.rb
hashie-forbidden_attributes-0.1.1 test/test_helper.rb
hashie_rails-0.0.4 test/test_helper.rb
care_bert-0.0.5 test/test_helper.rb
scaptimony-0.3.1 test/test_helper.rb
hashie_rails-0.0.2 test/test_helper.rb
psique-0.1.1 test/test_helper.rb
psique-0.1.0 test/test_helper.rb
scaptimony-0.3.0 test/test_helper.rb
care_bert-0.0.4 test/test_helper.rb
acts_as_referred-0.2.0 test/test_helper.rb
acts_as_referred-0.1.7 test/test_helper.rb
xforum-0.0.391 test/test_helper.rb
xforum-0.0.390 test/test_helper.rb
xforum-0.0.388 test/test_helper.rb
xforum-0.0.385 test/test_helper.rb