mirror of
https://github.com/ditkrg/simplecov-json.git
synced 2026-01-22 22:06:46 +00:00
correct the name of "test/helper.rb" in the gemspec
This commit is contained in:
parent
3e67b10710
commit
e464bd6cf3
@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|||||||
|
|
||||||
s.rubyforge_project = "simplecov-json"
|
s.rubyforge_project = "simplecov-json"
|
||||||
s.files = ['lib/simplecov-json.rb']
|
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.require_paths = ["lib"]
|
||||||
|
|
||||||
s.add_dependency "simplecov"
|
s.add_dependency "simplecov"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user