Sha256: 06ed78766c26bb112ad024a83624e7fcde1e44f07e1667848be9d5526394e8a3

Contents?: true

Size: 888 Bytes

Versions: 41

Compression:

Stored size: 888 Bytes

Contents

require 'simplecov'
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
                                                                 Coveralls::SimpleCov::Formatter,
                                                                 SimpleCov::Formatter::HTMLFormatter
                                                               ])
SimpleCov.start

ENV['RAILS_ENV'] ||= 'test'

require 'bandiera/client'

require File.expand_path('../dummy/config/environment.rb', __FILE__)
require 'rspec/rails'
require 'factory_bot_rails'

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.mock_with :rspec
  config.use_transactional_fixtures = true
  config.infer_base_class_for_anonymous_controllers = false
  config.order = 'random'
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
pugin-1.10.10 spec/spec_helper.rb
pugin-1.10.9 spec/spec_helper.rb
pugin-1.10.8 spec/spec_helper.rb
pugin-1.10.7 spec/spec_helper.rb
pugin-1.10.6 spec/spec_helper.rb
pugin-1.10.5 spec/spec_helper.rb
pugin-1.10.4 spec/spec_helper.rb
pugin-1.10.3 spec/spec_helper.rb
pugin-1.10.2 spec/spec_helper.rb
pugin-1.10.1 spec/spec_helper.rb
pugin-1.10.0 spec/spec_helper.rb
pugin-1.9.7 spec/spec_helper.rb
pugin-1.9.6 spec/spec_helper.rb
pugin-1.9.5 spec/spec_helper.rb
pugin-1.9.4 spec/spec_helper.rb
pugin-1.9.3 spec/spec_helper.rb
pugin-1.9.2 spec/spec_helper.rb
pugin-1.9.1 spec/spec_helper.rb
pugin-1.9.0 spec/spec_helper.rb
pugin-1.8.9 spec/spec_helper.rb