Sha256: 56c5b3f6ae98107c71ada0813e170711d77253a516bdf1b2baac44038f53366d

Contents?: true

Size: 385 Bytes

Versions: 8

Compression:

Stored size: 385 Bytes

Contents

# encoding: utf-8
#
# This file is part of the clavem 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 "clavem"

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
clavem-1.4.0 spec/spec_helper.rb
clavem-1.3.1 spec/spec_helper.rb
clavem-1.3.0 spec/spec_helper.rb
clavem-1.2.2 spec/spec_helper.rb
clavem-1.2.1 spec/spec_helper.rb
clavem-1.2.0 spec/spec_helper.rb
clavem-1.1.1 spec/spec_helper.rb
clavem-1.1.0 spec/spec_helper.rb