business.gemspec in business-1.17.1 vs business.gemspec in business-1.18.0

- old
+ new

@@ -17,6 +17,7 @@ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "rspec", "~> 3.1" + spec.add_development_dependency "rspec_junit_formatter", "~> 0.4.1" end