File: helper.rb

package info (click to toggle)
ruby-toml-rb 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,864 kB
  • sloc: ruby: 1,398; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
# Disable plugins to avoid loading Activesupport
ENV["MT_NO_PLUGINS"] = "1"

require "minitest/autorun"
require "toml-rb"