spec/spec_helper.rb in fourchette-0.1.2 vs spec/spec_helper.rb in fourchette-0.1.3

- old
+ new

@@ -4,6 +4,6 @@ Coveralls.wear! require_relative '../lib/fourchette' support_include_path = "#{Dir.pwd}/spec/support/**/*.rb" -Dir[support_include_path].each {|f| require f} +Dir[support_include_path].each { |f| require f }