Sha256: 5c9578813d2986482f87ee7b5bbfb3d6c430f0d0f52a528736131e1bb5cae368

Contents?: true

Size: 514 Bytes

Versions: 8

Compression:

Stored size: 514 Bytes

Contents

require 'simplecov'
SimpleCov.start 'rails'

# 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

8 entries across 8 versions & 1 rubygems

Version Path
web-console-2.0.0.beta3 test/test_helper.rb
web-console-2.0.0.beta2 test/test_helper.rb
web-console-2.0.0.beta1 test/test_helper.rb
web-console-1.0.4 test/test_helper.rb
web-console-1.0.3 test/test_helper.rb
web-console-1.0.2 test/test_helper.rb
web-console-1.0.1 test/test_helper.rb
web-console-1.0.0 test/test_helper.rb