Sha256: 0f05d9940c3b282a84505c96092cdc621977d3e29aa3de810c4a2a2ee037acb5
Contents?: true
Size: 423 Bytes
Versions: 3
Compression:
Stored size: 423 Bytes
Contents
require 'simplecov' SimpleCov.start do add_filter "/spec/" end $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'gritano' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gritano-2.0.2 | spec/spec_helper.rb |
gritano-2.0.1 | spec/spec_helper.rb |
gritano-2.0.0 | spec/spec_helper.rb |