Sha256: 3cbd0ab697b81a17f6abe320799adae897fa304678fe3b31a9bcaa4adc0bb107

Contents?: true

Size: 579 Bytes

Versions: 142

Compression:

Stored size: 579 Bytes

Contents

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

require File.expand_path("../../test/dummy/config/environment.rb",  __FILE__)
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __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

142 entries across 142 versions & 18 rubygems

Version Path
bootstrap_autocomplete_input-0.2.5 test/test_helper.rb
bootstrap_autocomplete_input-0.2.4 test/test_helper.rb
bootstrap_autocomplete_input-0.2.3 test/test_helper.rb
godmin-uploads-0.11 test/test_helper.rb
contentful_rails-0.4.0 test/test_helper.rb
bootstrap_autocomplete_input-0.2.1 test/test_helper.rb
bootstrap_autocomplete_input-0.2.0 test/test_helper.rb
thin_man-0.15.8 test/test_helper.rb
thin_man-0.15.7 test/test_helper.rb
thin_man-0.15.6 test/test_helper.rb
thin_man-0.15.5 test/test_helper.rb
thin_man-0.15.4 test/test_helper.rb
thin_man-0.15.3 test/test_helper.rb
thin_man-0.15.2 test/test_helper.rb
thin_man-0.15.1 test/test_helper.rb
thin_man-0.15.0 test/test_helper.rb
bootstrap3_autocomplete_input-0.2.0 test/test_helper.rb
contentful_rails-0.3.0 test/test_helper.rb
thin_man-0.14.0 test/test_helper.rb
thin_man-0.13.0 test/test_helper.rb