Sha256: 3afb99fca27b3d1b9cf255017b0625dd679173a1c33234280e88cb711ba3d229
Contents?: true
Size: 178 Bytes
Versions: 10
Compression:
Stored size: 178 Bytes
Contents
require File.expand_path('../../lib/rash', __FILE__) require 'rspec' RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
10 entries across 10 versions & 1 rubygems