From e464bd6cf3121d11680c942863f39dfa043de26d Mon Sep 17 00:00:00 2001 From: Robert Lail Date: Mon, 18 Mar 2013 19:20:10 -0500 Subject: [PATCH] correct the name of "test/helper.rb" in the gemspec --- simplecov-json.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplecov-json.gemspec b/simplecov-json.gemspec index 04fb2d7..ef4c153 100644 --- a/simplecov-json.gemspec +++ b/simplecov-json.gemspec @@ -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"