UNPKG

120 BPlain TextView Raw
1def load_fixture_text(fn)
2 File.open([Environment::APP_ROOT, 'spec', 'support', 'fixtures', fn].join('/'), &:read)
3end