asciinema.org/spec/support/fixture_helpers.rb
2013-08-25 16:34:02 +02:00

11 lines
175 B
Ruby

module AsciiIo
module FixtureHelpers
extend self
def fixture_file(name, mime_type)
fixture_file_upload("spec/fixtures/#{name}", mime_type)
end
end
end