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