brew/Library/Homebrew/test/cmd/gist-logs_spec.rb
2024-03-29 18:53:08 -07:00

9 lines
183 B
Ruby

# frozen_string_literal: true
require "cmd/gist-logs"
require "cmd/shared_examples/args_parse"
RSpec.describe Homebrew::Cmd::GistLogs do
it_behaves_like "parseable arguments"
end