Sha256: 5fe7dc33606f1ed20152fbad9997fa4c967818280c653a4937ad04ea00c6091d

Contents?: true

Size: 655 Bytes

Versions: 4

Compression:

Stored size: 655 Bytes

Contents

require 'simplecov'
require 'simplecov-rcov'

require 'coveralls'
Coveralls.wear!


SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
SimpleCov.start 'rails'

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

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

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

4 entries across 4 versions & 1 rubygems

Version Path
acts_as_citable-1.2.0 test/test_helper.rb
acts_as_citable-1.1.4 test/test_helper.rb
acts_as_citable-1.1.3 test/test_helper.rb
acts_as_citable-1.0.1 test/test_helper.rb