Sha256: 3581d7d54117675a64365623ce9af4de48d1b2b1207dab65629c87e5f4a9afc2

Contents?: true

Size: 416 Bytes

Versions: 6

Compression:

Stored size: 416 Bytes

Contents

# encoding: utf-8
#
# 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lazier-3.5.7 spec/spec_helper.rb
lazier-3.5.6 spec/spec_helper.rb
lazier-3.5.5 spec/spec_helper.rb
lazier-3.5.4 spec/spec_helper.rb
lazier-3.5.3 spec/spec_helper.rb
lazier-3.5.2 spec/spec_helper.rb