File: test_helper.rb

package info (click to toggle)
ruby-get-process-mem 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 156 kB
  • ctags: 20
  • sloc: ruby: 105; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
require 'get_process_mem'
require 'test/unit'

def fixture_path(name = nil)
  path = Pathname.new(File.expand_path("../fixtures", __FILE__))
  return path.join(name) if name
  path
end