Sha256: a87289426f692b954d572ff204d1f242e50d675086237e8a2c1ea68a3da8dee4
Contents?: true
Size: 433 Bytes
Versions: 6
Compression:
Stored size: 433 Bytes
Contents
# # This file is part of the lazier 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 File.dirname(__FILE__) + "/../lib/lazier" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end Lazier::I18n.default_locale = :en
Version data entries
6 entries across 6 versions & 1 rubygems