mirror of https://github.com/licensee/licensee.git
rm test sometimes hitting GitHub API rate limit when run in CI context
This commit is contained in:
parent
533c63af20
commit
d59046d33b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue