File: test_helper.rb

package info (click to toggle)
ruby-sass 3.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,396 kB
  • sloc: ruby: 32,443; sh: 26; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
test_dir = File.dirname(__FILE__)
$:.unshift test_dir unless $:.include?(test_dir)

class Minitest::Test
  def absolutize(file)
    File.expand_path("#{File.dirname(__FILE__)}/#{file}")
  end
end