* fix broken admin test

This commit is contained in:
Seth Call 2014-08-14 14:08:35 -05:00
parent 30b2c1bb53
commit e4a8ce3759
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ describe 'Feeds' do
it { should have_selector('h2', text: 'Feed') }
it 'has no feeds' do
should have_selector('p', text: 'No session activities.')
should have_selector('p', text: 'No recording activities.')
should have_selector('p', text: 'No diagnostic activities.')
should_not have_selector('h3', text: 'Music Sessions - All')
should_not have_selector('h3', text: 'Recordings - All')
should_not have_selector('h3', text: 'Diagnostics - All')
end
end