Sha256: af0a0eb12c2fbb82923fd45edee87baa42f5709e2e934096d0d72674f22a2604
Contents?: true
Size: 383 Bytes
Versions: 18
Compression:
Stored size: 383 Bytes
Contents
# encoding: utf-8 # # This file is part of the bovem gem. Copyright (C) 2013 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 "bovem" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
18 entries across 18 versions & 1 rubygems