spec/spec_helper.rb in timeframe-0.0.11 vs spec/spec_helper.rb in timeframe-0.1.0
- old
+ new
@@ -1,12 +1,9 @@
require 'rubygems'
require 'bundler'
Bundler.setup
-require 'spec'
-require 'spec/autorun'
+require 'minitest/spec'
+require 'minitest/autorun'
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
-require 'timeframe'
-
-Spec::Runner.configure do |config|
-
-end
+require File.expand_path('../../lib/timeframe.rb', __FILE__)
+require File.expand_path('../../lib/timeframe/core_ext/array.rb', __FILE__)