Enhance text on location banner

Fix failing test and css fixes
This commit is contained in:
Gopesh Tulsyan 2014-06-26 22:25:15 +05:30
parent 0386a54ad3
commit 3eb0ecf994
3 changed files with 13 additions and 3 deletions

View file

@ -33,7 +33,7 @@ describe 'conference/show.html.haml' do
it 'renders banner component' do
expect(view.content_for(:splash)).to include("#{@conference.description}")
expect(view.content_for(:splash)).to include("#{@conference.title}")
expect(view.content_for(:splash)).to include("#{@conference.short_title}")
end
it 'renders program partial' do