File: helper.rb

package info (click to toggle)
ruby-mustache 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 480 kB
  • sloc: ruby: 2,267; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
require 'simplecov'
SimpleCov.start do
  add_filter '/test/'
end

require 'minitest/autorun'

Dir[File.dirname(__FILE__) + '/fixtures/*.rb'].each do |f|
  require f
end