Remove superfluous specs
Neither `if` nor `ENV` need to be tested by us...
This commit is contained in:
parent
a2a93d422d
commit
200d188af2
2 changed files with 0 additions and 46 deletions
|
|
@ -68,11 +68,6 @@ describe ApplicationHelper, type: :helper do
|
|||
expect(nav_root_link_for(nil)).to match 'OSEM'
|
||||
end
|
||||
|
||||
it 'should use the environment variable' do
|
||||
ENV['OSEM_NAME'] = Faker::Company.name + "'"
|
||||
expect(nav_root_link_for(nil)).to match h(ENV['OSEM_NAME'])
|
||||
end
|
||||
|
||||
it 'should use the conference organization name' do
|
||||
expect(nav_root_link_for(conference)).to match h(conference.organization.name)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue