spec/spec_helper.rb in haproxy_manager-0.1.2 vs spec/spec_helper.rb in haproxy_manager-0.1.3
- old
+ new
@@ -1,7 +1,7 @@
require 'rspec'
-require 'mocha'
require File.expand_path('../../lib/haproxy_manager', __FILE__)
RSpec.configure do |config|
config.mock_framework = :mocha
-end
\ No newline at end of file
+end
+