Sha256: 7a547a2f7df0a681939352da7c60751a88554e0021d1b433fbf497c7d125fd0a
Contents?: true
Size: 296 Bytes
Versions: 10
Compression:
Stored size: 296 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 = [:should, :expect] end config.order = "random" end
Version data entries
10 entries across 10 versions & 1 rubygems