Sha256: f5905349e02ecd5ad955cb60e85f9158203c5bbf05dca819201890ea8ca0ce91
Contents?: true
Size: 429 Bytes
Versions: 1
Compression:
Stored size: 429 Bytes
Contents
lib_path = File.expand_path("../../lib", __FILE__) $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path) begin require 'simplecov' SimpleCov.start do add_filter '/spec/' end rescue LoadError end require 'bundler' Bundler.require(:default, :development, :test) require 'rubiks' require 'support/schema_context' require 'support/matchers/be_like' RSpec.configure do |config| config.include Matchers end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubiks-0.0.4 | spec/spec_helper.rb |