Sha256: e15241d25e3dd29a4351c68f2d388909c162c88c4cc693eff90a109961beb55d

Contents?: true

Size: 778 Bytes

Versions: 52

Compression:

Stored size: 778 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__)]
ActiveRecord::Migrator.migrations_paths << File.expand_path('../../db/migrate', __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.method_defined?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

Version data entries

52 entries across 52 versions & 14 rubygems

Version Path
morion-0.0.4 test/test_helper.rb
morion-0.0.3 test/test_helper.rb
morion-0.0.1 test/test_helper.rb
provider_panel-0.0.1 test/test_helper.rb
bot_mob_rails-0.0.2 test/test_helper.rb
eric_weixin-0.4.2 test/test_helper.rb
bot_mob_rails-0.0.1 test/test_helper.rb
quick_search-placeholder_searcher-0.0.1 test/test_helper.rb
quick_search-arxiv_searcher-0.0.1 test/test_helper.rb
eric_weixin-0.4.1 test/test_helper.rb
eric_weixin-0.4.0 test/test_helper.rb
eric_weixin-0.3.3 test/test_helper.rb
eric_weixin-0.3.2 test/test_helper.rb
terrapop_models-0.1.0 test/test_helper.rb
eric_weixin-0.3.1 test/test_helper.rb
eric_weixin-0.3.0 test/test_helper.rb
boilerman-0.1.2 test/test_helper.rb
boilerman-0.1.1 test/test_helper.rb
eric_weixin-0.2.3 test/test_helper.rb
eric_weixin-0.2.1 test/test_helper.rb