brew/Library/Homebrew/test/cmd/casks_spec.rb

10 lines
232 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
RSpec.describe "brew casks", type: :system do
it "prints all installed Casks", :integration_test do
expect { brew_sh "casks" }
.to be_a_success
.and not_to_output.to_stderr
end
end