module GioTestUtils::Fixture

Public Instance Methods

fixture_path(*components) click to toggle source
# File gio2/test/gio2-test-utils/fixture.rb, line 19
def fixture_path(*components)
  base_dir = File.join(File.dirname(__FILE__), "..", "fixture")
  File.expand_path(File.join(base_dir, *components))
end