Sha256: 90bd3174c599af83157c7b1480912834aa0ebe760d1fb48b3371bbaf1737f316

Contents?: true

Size: 715 Bytes

Versions: 4

Compression:

Stored size: 715 Bytes

Contents

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper.rb"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration


$LOAD_PATH.unshift '.'
$LOAD_PATH.unshift File.dirname(__FILE__) + "/../lib"
require 'activemodel-rspec'
require 'rspec/given'

RSpec.configure do |config|
  config.include ActiveModelMatchers
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered                = true
  config.filter_run :focus
  config.filter_run_excluding :live => true
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
express_pigeon-1.0.4 spec/spec_helper.rb
express_pigeon-1.0.3 spec/spec_helper.rb
express_pigeon-1.0.2 spec/spec_helper.rb
express_pigeon-1.0.1 spec/spec_helper.rb