Sha256: fb2b8d4e5f0615923dd60f3496c54ada61c5303dd90076080a7b79f650f87066

Contents?: true

Size: 508 Bytes

Versions: 2

Compression:

Stored size: 508 Bytes

Contents

SPEC_ROOT = File.expand_path('../..', __FILE__)
require 'bundler/setup'
require 'rspec'
require 'xommelier'
require 'namespaced_module'

Dir[File.join(SPEC_ROOT, 'spec/support/**/*.rb')].each {|f| require f}

ATOM_XMLNS = 'http://www.w3.org/2005/Atom'

#noinspection RubyResolve
RSpec.configure do |config|
  config.mock_with :rspec
  config.order = 'random'
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.filter_run focus: true
  config.run_all_when_everything_filtered = true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xommelier-0.1.19 spec/spec_helper.rb
xommelier-0.1.18 spec/spec_helper.rb