Sha256: 6a9243b56970dc6aa6e4b95a2c80bbc4b085e8bb7a6972991a03ebcbb23b383e

Contents?: true

Size: 409 Bytes

Versions: 5

Compression:

Stored size: 409 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bovem-2.1.0 spec/spec_helper.rb
bovem-2.0.3 spec/spec_helper.rb
bovem-2.0.2 spec/spec_helper.rb
bovem-2.0.1 spec/spec_helper.rb
bovem-2.0.0 spec/spec_helper.rb