File: test_helper.rb

package info (click to toggle)
ruby-get-process-mem 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 184 kB
  • sloc: ruby: 221; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
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