mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-24 06:48:08 +08:00
Introduce simplecov
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
|
||||
require 'uplot'
|
||||
|
||||
require 'test/unit'
|
||||
|
@@ -24,5 +24,6 @@ Gem::Specification.new do |spec|
|
||||
spec.add_development_dependency 'bundler'
|
||||
spec.add_development_dependency 'rake'
|
||||
spec.add_development_dependency 'rubocop'
|
||||
spec.add_development_dependency 'simplecov'
|
||||
spec.add_development_dependency 'test-unit'
|
||||
end
|
||||
|
Reference in New Issue
Block a user