mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-08 07:17:07 +02:00
Enable coverage
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
3773141eeb
commit
d62e18e619
@ -1,4 +1,9 @@
|
|||||||
ENV['RAILS_ENV'] ||= 'test'
|
ENV['RAILS_ENV'] ||= 'test'
|
||||||
|
if ENV['RAILS_ENV'] == 'test'
|
||||||
|
require 'simplecov'
|
||||||
|
SimpleCov.start("rails")
|
||||||
|
end
|
||||||
|
|
||||||
require_relative '../config/environment'
|
require_relative '../config/environment'
|
||||||
require 'test/unit/rails/test_help'
|
require 'test/unit/rails/test_help'
|
||||||
require 'test/unit/rr'
|
require 'test/unit/rr'
|
||||||
|
Loading…
Reference in New Issue
Block a user