Sha256: 1c85c4e937921b1ac1aa43baa55b1b20b1bd7362338ef6a8ebde1e1e2e4ce5e7

Contents?: true

Size: 489 Bytes

Versions: 3

Compression:

Stored size: 489 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'json_parser'
require 'safe_attribute_assignment'

support_files = File.expand_path("spec/support/**/*.rb")
Dir[support_files].each { |file| require file  }

RSpec.configure do |config|
  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 :integration unless ENV['ALL']

  config.order = 'random'

  config.before do
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
json_parser-1.1.0 spec/spec_helper.rb
json_parser-1.0.0 spec/spec_helper.rb
json_parser-0.1.0 spec/spec_helper.rb