mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Add dependencies needed to run Rubinius tests
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
require 'simplecov'
|
||||
require 'coveralls'
|
||||
begin
|
||||
require 'simplecov'
|
||||
require 'coveralls'
|
||||
|
||||
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
||||
SimpleCov::Formatter::HTMLFormatter,
|
||||
Coveralls::SimpleCov::Formatter
|
||||
]
|
||||
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
||||
SimpleCov::Formatter::HTMLFormatter,
|
||||
Coveralls::SimpleCov::Formatter
|
||||
]
|
||||
|
||||
SimpleCov.start do
|
||||
add_group "lib", "lib"
|
||||
add_group "test", "test"
|
||||
SimpleCov.start do
|
||||
add_group "lib", "lib"
|
||||
add_group "test", "test"
|
||||
end
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user