correct the name of "test/helper.rb" in the gemspec

This commit is contained in:
Robert Lail 2013-03-18 19:20:10 -05:00
parent 3e67b10710
commit e464bd6cf3

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "simplecov-json"
s.files = ['lib/simplecov-json.rb']
s.test_files = ['test/helper', 'test/test_simplecov_json.rb']
s.test_files = ['test/helper.rb', 'test/test_simplecov_json.rb']
s.require_paths = ["lib"]
s.add_dependency "simplecov"