File: spec_helper.rb

package info (click to toggle)
ruby-gettext-setup 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 8
  • sloc: ruby: 93; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
5
6
require 'simplecov'
SimpleCov.start do
  add_filter "/spec/"
end

require 'gettext-setup'