Sha256: b02dba381b9c5d1d8eb89eb83080a988db1ff7c53c0a3f5d58a3f8cc5dfed2c8

Contents?: true

Size: 568 Bytes

Versions: 3

Compression:

Stored size: 568 Bytes

Contents

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

require 'coveralls'
Coveralls.wear! unless Coveralls.will_run?.nil?

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

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

RSpec.configure do |config|
  config.infer_spec_type_from_file_location!

  config.order = 'random'

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
europeana-feedback-button-0.0.4 spec/spec_helper.rb
europeana-feedback-button-0.0.3 spec/spec_helper.rb
europeana-feedback-button-0.0.2 spec/spec_helper.rb