Sha256: 22d67229b16b527d20fbf2c5eb60d41afeb1c9e6fb09f6d4fbf35a90365ac604
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
GEM_ROOT = File.expand_path(File.join(File.dirname(__FILE__),'..')) Dir["#{GEM_ROOT}/spec/support/**/*.rb"].sort.each {|f| require f} require 'immutable-struct' RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = [:expect] end config.order = "random" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
immutable-struct-2.4.1 | spec/spec_helper.rb |
immutable-struct-2.4.0 | spec/spec_helper.rb |