Sha256: a790c0850c55a7f4bf27881d9ba870a1ef4e50d7325ff3f7600646d4a4c10e87
Contents?: true
Size: 409 Bytes
Versions: 15
Compression:
Stored size: 409 Bytes
Contents
# encoding: utf-8 # # This file is part of the bovem gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>. # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # require "rubygems" require "bundler/setup" require "coverage_helper" require "bovem" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
15 entries across 15 versions & 1 rubygems