Sha256: 80881d117665dfe858ca5e1e9fec752ed4d5b70932d47ace07e5d83d832bda37
Contents?: true
Size: 385 Bytes
Versions: 23
Compression:
Stored size: 385 Bytes
Contents
# encoding: utf-8 # # This file is part of the lazier 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 "lazier" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
23 entries across 23 versions & 1 rubygems