-
- Downloads
Clean up test setup slightly
Should perhaps add a install group for the CI parts, so that it's possible to automatically install and require it for CI purposes, without polluting every user's development install with unused dependencies
... | ... | @@ -21,8 +21,5 @@ Gem::Specification.new do |spec| |
spec.add_development_dependency 'simplecov' | ||
spec.add_development_dependency 'test-unit' | ||
# TODO: Put this in a better location | ||
spec.add_development_dependency 'ci_reporter_test_unit' | ||
spec.add_dependency 'logging', '~> 2' | ||
end |
Please register or sign in to comment