You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/spec/support/fixture_helpers.rb

11 lines
177 B
Ruby

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