Sha256: 9abc3d176afe52bbe0a5e4f03b0419b5eee2318edd79beda0f58a9afedda2260
Contents?: true
Size: 381 Bytes
Versions: 4
Compression:
Stored size: 381 Bytes
Contents
# encoding: utf-8 # # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>. # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # require "rubygems" require "bundler/setup" require "bovem" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bovem-3.0.5 | spec/spec_helper.rb |
bovem-3.0.4 | spec/spec_helper.rb |
bovem-3.0.3 | spec/spec_helper.rb |
bovem-3.0.2 | spec/spec_helper.rb |