rhapr/spec/spec_helper.rb in haproxyctl-1.1.0 vs rhapr/spec/spec_helper.rb in haproxyctl-1.2.0
- old
+ new
@@ -1,10 +1,10 @@
require 'bundler/setup'
Bundler.require :default
Bundler.require :development
-Dir[ Bundler.root.join('spec/support/**/*.rb') ].each{|f| require f}
+Dir[ Bundler.root.join('spec/support/**/*.rb')].each { |f| require f }
RSpec.configure do |c|
c.include CustomMatchers
c.include ConfigFixtures
end