File: spec_helper.rb

package info (click to toggle)
ruby-pathspec 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: ruby: 854; makefile: 9; sh: 5
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
# frozen_string_literal: true

begin
  require 'simplecov'
  SimpleCov.start
rescue StandardError
  puts 'SimpleCov failed to start, most likely this due to running Ruby 1.8.7'
end