summaryrefslogtreecommitdiff
path: root/.simplecov
blob: a5dac131aedcc582126ad1a6c8a7ed38287cbe0a (plain)
1
2
3
4
5
unless SimpleCov.running
  SimpleCov.start do
    add_filter "test_"
  end
end