asciinema.org/spec/support/fixture_helpers.rb

11 lines
177 B
Ruby
Raw Normal View History

module Asciinema
2013-08-25 14:34:02 +00:00
module FixtureHelpers
extend self
def fixture_file(name, mime_type)
fixture_file_upload("spec/fixtures/#{name}", mime_type)
end
end
end