Sha256: af0a0eb12c2fbb82923fd45edee87baa42f5709e2e934096d0d72674f22a2604

Contents?: true

Size: 383 Bytes

Versions: 18

Compression:

Stored size: 383 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 "bovem"

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bovem-3.0.1 spec/spec_helper.rb
bovem-3.0.0 spec/spec_helper.rb
bovem-2.4.1 spec/spec_helper.rb
bovem-2.4.0 spec/spec_helper.rb
bovem-2.3.7 spec/spec_helper.rb
bovem-2.3.6 spec/spec_helper.rb
bovem-2.3.5 spec/spec_helper.rb
bovem-2.3.4 spec/spec_helper.rb
bovem-2.3.3 spec/spec_helper.rb
bovem-2.3.2 spec/spec_helper.rb
bovem-2.3.1 spec/spec_helper.rb
bovem-2.3.0 spec/spec_helper.rb
bovem-2.2.2 spec/spec_helper.rb
bovem-2.2.1 spec/spec_helper.rb
bovem-2.2.0 spec/spec_helper.rb
bovem-2.1.3 spec/spec_helper.rb
bovem-2.1.2 spec/spec_helper.rb
bovem-2.1.1 spec/spec_helper.rb