def fixture(name) File.read fixture_path(name) end def fixture_path(name) Evrone::CI::Router.root.join("fixtures", name.to_s) end