Fix a minor typo with spec description

This commit is contained in:
CactusPuppy 2021-02-24 20:55:59 -08:00
parent 38c10d326d
commit 50675c8dbe
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -79,7 +79,7 @@ describe ApplicationHelper, type: :helper do
end
end
describe 'navigation link titke text' do
describe 'navigation link title text' do
it 'should default to OSEM' do
ENV.delete('OSEM_NAME')
expect(nav_link_text(nil)).to match 'OSEM'