Sha256: f7bc9e0c1091a1800dc4c26352b581db737580431d8d475d6314abe88d64b9bc

Contents?: true

Size: 590 Bytes

Versions: 8

Compression:

Stored size: 590 Bytes

Contents

require 'coveralls'
Coveralls.wear!

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

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require "rails/test_help"
require 'active_model_serializers'
require 'rake'
require 'fileutils'
require 'pry'

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
ember_serialize-0.0.9 test/test_helper.rb
ember_serialize-0.0.8 test/test_helper.rb
ember_serialize-0.0.7 test/test_helper.rb
ember_serialize-0.0.6 test/test_helper.rb
ember_serialize-0.0.5 test/test_helper.rb
ember_serialize-0.0.4 test/test_helper.rb
ember_serialize-0.0.3 test/test_helper.rb
ember_serialize-0.0.2 test/test_helper.rb