Sha256: c3b736d38154fca81e34e708c3b2e91cc27cad4517341c27b7b3bbb7a67da326

Contents?: true

Size: 711 Bytes

Versions: 8

Compression:

Stored size: 711 Bytes

Contents

# Coverage
require 'coveralls'
Coveralls.wear! do
  add_filter 'spec'
end

#
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../dummy/config/environment', __FILE__)
require 'rspec/rails'

Rails.backtrace_cleaner.remove_silencers!

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |f| require f }

# Checks for pending migrations before tests are run.
# If you are not using ActiveRecord, you can remove this line.
ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration) && Rails::VERSION::MAJOR >= 4

RSpec.configure do |config|
  config.order = 'random'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rails-rfc6570-2.1.0 spec/spec_helper.rb
rails-rfc6570-2.0.0 spec/spec_helper.rb
rails-rfc6570-1.1.1 spec/spec_helper.rb
rails-rfc6570-1.1.0 spec/spec_helper.rb
rails-rfc6570-1.0.0 spec/spec_helper.rb
rails-rfc6570-0.3.0 spec/spec_helper.rb
rails-rfc6570-0.2.0 spec/spec_helper.rb
rails-rfc6570-0.1.3 spec/spec_helper.rb