brew/Library/Homebrew/test/cmd/gist-logs_spec.rb

9 lines
183 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2024-03-29 18:26:19 -07:00
require "cmd/gist-logs"
require "cmd/shared_examples/args_parse"
2024-03-29 18:26:19 -07:00
RSpec.describe Homebrew::Cmd::GistLogs do
it_behaves_like "parseable arguments"
end