Sha256: 091043b29cb1036553f4418ed1311d7e34e74f6413c31b3fb29ddd46235609a4

Contents?: true

Size: 474 Bytes

Versions: 2

Compression:

Stored size: 474 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

::I18n.enforce_available_locales = false
Lazier::I18n.default_locale = :en

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lazier-4.1.0 spec/spec_helper.rb
lazier-4.0.6 spec/spec_helper.rb