spec/spec_helper.rb in ballast-1.9.3 vs spec/spec_helper.rb in ballast-2.0.0
- old
+ new
@@ -1,19 +1,7 @@
#
# 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
+require File.dirname(__FILE__) + "/../lib/ballast"
\ No newline at end of file