Sha256: 314651d0e6d23bcce5ef6d5ef14d3c2885aa4609dcfae7a2d7ff04a678d618d7

Contents?: true

Size: 447 Bytes

Versions: 3

Compression:

Stored size: 447 Bytes

Contents

begin
  require "bundler/setup"
rescue LoadError
  puts "Although not required, bundler is recommended for running the tests."
end
# load the library
require "simplecov"
SimpleCov.start :test_frameworks do
  add_filter "/vendor/bundle/"
end

require "ar2gostruct"
require "rspec"
require "support/models"

RSpec.configure do |config|
  config.mock_with :rspec
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ar2gostruct-0.2.2 spec/spec_helper.rb
ar2gostruct-0.2.1 spec/spec_helper.rb
ar2gostruct-0.2.0 spec/spec_helper.rb