Sha256: 6b563b3194f65e80ea993a0976b0f8d3f405c8d46e1d6ed84639bfce27b7feee

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

require 'active_support'
require 'ostruct'
require 'pry-byebug'
require 'support/parser_macros'

# $: << File.expand_path('../lib')

RSpec.configure do |config|
  config.include SpecHelpers::ParserMacros
  config.expect_with :rspec

  config.before(:each) do
    IceCube.compatibility = 12 if defined?(IceCube)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dgp-schedule_attributes-0.5.1 spec/spec_helper.rb
dgp-schedule_attributes-0.5.0 spec/spec_helper.rb