summaryrefslogtreecommitdiff
path: root/.simplecov
blob: f498df81945e9696e282f6c0f25d0ae21899834b (plain)
1
2
3
4
unless RUBY_VERSION[/^2.3/]
  SimpleCov.command_name $0
  SimpleCov.start
end