Sha256: 596bcfd67e699c9aa3c64d03c0220858d619614e075804b221b8e9e534dbe43f

Contents?: true

Size: 769 Bytes

Versions: 35

Compression:

Stored size: 769 Bytes

Contents

# Code climate
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

# 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"

# 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

35 entries across 35 versions & 1 rubygems

Version Path
ui_bibz-2.0.0.alpha24 test/test_helper.rb
ui_bibz-2.0.0.alpha23 test/test_helper.rb
ui_bibz-2.0.0.alpha22 test/test_helper.rb
ui_bibz-2.0.0.alpha21 test/test_helper.rb
ui_bibz-2.0.0.alpha20 test/test_helper.rb
ui_bibz-2.0.0.alpha19 test/test_helper.rb
ui_bibz-2.0.0.alpha18 test/test_helper.rb
ui_bibz-2.0.0.alpha16 test/test_helper.rb
ui_bibz-2.0.0.alpha15 test/test_helper.rb
ui_bibz-2.0.0.alpha14 test/test_helper.rb
ui_bibz-2.0.0.alpha13 test/test_helper.rb
ui_bibz-2.0.0.alpha12 test/test_helper.rb
ui_bibz-2.0.0.alpha11 test/test_helper.rb
ui_bibz-2.0.0.alpha10 test/test_helper.rb
ui_bibz-2.0.0.alpha9 test/test_helper.rb
ui_bibz-2.0.0.alpha8 test/test_helper.rb
ui_bibz-2.0.0.alpha7 test/test_helper.rb
ui_bibz-2.0.0.alpha6 test/test_helper.rb
ui_bibz-2.0.0.alpha5 test/test_helper.rb
ui_bibz-2.0.0.alpha4 test/test_helper.rb