Sha256: 0f614784c98ba2f7a10dc4a69b2df0dd1bff6d5fd02b11406a6016986ff41c95

Contents?: true

Size: 411 Bytes

Versions: 4

Compression:

Stored size: 411 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 "coverage_helper"
require "bundler/setup"
require "clavem"

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clavem-1.0.3 spec/spec_helper.rb
clavem-1.0.2 spec/spec_helper.rb
clavem-1.0.1 spec/spec_helper.rb
clavem-1.0.0 spec/spec_helper.rb