rm test sometimes hitting GitHub API rate limit when run in CI context

This commit is contained in:
Mike Linksvayer 2017-12-28 14:29:21 -08:00
parent 533c63af20
commit d59046d33b
1 changed files with 0 additions and 8 deletions

View File

@ -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