spec/spec_helper.rb in lunetas-0.1.2 vs spec/spec_helper.rb in lunetas-0.1.3
- old
+ new
@@ -1,11 +1,10 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'lunetas'
-require 'spec'
-require 'spec/autorun'
+require 'rspec'
-Spec::Runner.configure do |config|
+RSpec.configure do |config|
end
def mock_candy
body = [200, {'Content-Type' => 'text/html'}, ["body"]]