Sha256: 498a4f8ee9702528d0e2a3be3ad60bf7b796a05961163a1d9470a2e35674c234

Contents?: true

Size: 676 Bytes

Versions: 16

Compression:

Stored size: 676 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../../test/dummy/config/environment.rb",  __FILE__)
require "rails/test_help"
require "mocha/mini_test"

# 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

16 entries across 16 versions & 1 rubygems

Version Path
rails_sso-0.7.5 test/test_helper.rb
rails_sso-0.7.4 test/test_helper.rb
rails_sso-0.7.3 test/test_helper.rb
rails_sso-0.7.2 test/test_helper.rb
rails_sso-0.7.1 test/test_helper.rb
rails_sso-0.7.0 test/test_helper.rb
rails_sso-0.6.1 test/test_helper.rb
rails_sso-0.6.0 test/test_helper.rb
rails_sso-0.5.0 test/test_helper.rb
rails_sso-0.4.0 test/test_helper.rb
rails_sso-0.3.5 test/test_helper.rb
rails_sso-0.3.4 test/test_helper.rb
rails_sso-0.3.3 test/test_helper.rb
rails_sso-0.3.2 test/test_helper.rb
rails_sso-0.3.1 test/test_helper.rb
rails_sso-0.3.0 test/test_helper.rb