mirror of
https://github.com/github/choosealicense.com
synced 2024-12-21 12:20:10 +01:00
rubocop
This commit is contained in:
parent
c3f9bea852
commit
a093c99d3c
@ -3,9 +3,9 @@
|
||||
require 'spec_helper'
|
||||
|
||||
context 'licensee detects this project' do
|
||||
let(:detected) { Licensee::project('.').license }
|
||||
let(:detected) { Licensee.project('.').license }
|
||||
|
||||
it "license as MIT" do
|
||||
it 'license as MIT' do
|
||||
expect(detected.key).to eq('mit')
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user