Sha256: 416f9f9b53a6f9e133a8b5c0b80bee71116001d72957dfa9786005e7bf9ef606

Contents?: true

Size: 423 Bytes

Versions: 18

Compression:

Stored size: 423 Bytes

Contents

#
# This file is part of the ballast 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 "spork"
require "rspec"
require "bundler/setup"
require "ballast"

Spork.prefork do
end

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
ballast-1.9.3 spec/spec_helper.rb
ballast-1.9.2 spec/spec_helper.rb
ballast-1.9.1 spec/spec_helper.rb
ballast-1.9.0 spec/spec_helper.rb
ballast-1.8.0 spec/spec_helper.rb
ballast-1.7.0 spec/spec_helper.rb
ballast-1.6.0 spec/spec_helper.rb
ballast-1.5.3 spec/spec_helper.rb
ballast-1.5.2 spec/spec_helper.rb
ballast-1.5.1 spec/spec_helper.rb
ballast-1.5.0 spec/spec_helper.rb
ballast-1.4.0 spec/spec_helper.rb
ballast-1.3.0 spec/spec_helper.rb
ballast-1.2.0 spec/spec_helper.rb
ballast-1.1.2 spec/spec_helper.rb
ballast-1.1.1 spec/spec_helper.rb
ballast-1.1.0 spec/spec_helper.rb
ballast-1.0.0 spec/spec_helper.rb