File: test_helper.rb

package info (click to toggle)
ruby-wikicloth 0.8.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 588 kB
  • ctags: 278
  • sloc: ruby: 2,548; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8

require 'rubygems'
gem "test-unit", ">= 2.0.5"
require 'active_support'
require 'active_support/test_case'
require 'test/unit'
I18n.load_path << File.join(File.dirname(__FILE__),'locales.yml')
require File.join(File.dirname(__FILE__),'../init')