remove Organization suffix from navbar-brand in navigation

This commit is contained in:
shlok007 2017-08-09 23:34:58 +05:30
parent 152162533e
commit d0a329f323
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ feature Conference do
sign_in user
visit admin_conference_path(conference.short_title)
expect(find('.navbar-brand').text).to eq "#{conference.organization.name} Organization"
expect(find('.navbar-brand').text).to eq(conference.organization.name)
end
it_behaves_like 'add and update conference'