From d59046d33b4940948d6502877f6a54a8f2e2cd01 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Thu, 28 Dec 2017 14:29:21 -0800 Subject: [PATCH] rm test sometimes hitting GitHub API rate limit when run in CI context --- spec/bin_spec.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spec/bin_spec.rb b/spec/bin_spec.rb index 150fcd7..d8bf0cb 100644 --- a/spec/bin_spec.rb +++ b/spec/bin_spec.rb @@ -61,12 +61,4 @@ RSpec.describe 'command line invocation' do expect(stdout).to match('License: MIT License') end end - - context 'when given a repo URL' do - let(:arguments) { 'https://github.com/benbalter/licensee' } - - it "detects the file's license" do - expect(stdout).to match('License: MIT License') - end - end end