diff --git a/bin/verify-sample-code b/bin/verify-sample-code index 8ec9a5ad..d0fc1471 100755 --- a/bin/verify-sample-code +++ b/bin/verify-sample-code @@ -1,9 +1,8 @@ #!/usr/bin/env ruby # frozen_string_literal: true repos = { - "lostisland/faraday" => { - "--format" => "progress", - }, + "rspec/rspec-expectations" => {}, + "rspec/rspec-mocks" => {}, } def run_command(cmd, allowed_statuses: [0])