> describe 'the main menu', :given => 'a successful login' do
> request(:menu).should have_selector('a[href="/secret/page"]')
> end
Oops. Should be:
describe 'the main menu', :given => 'a successful login' do
it 'has a link visible only to members' do
request(:menu).should have_selector('a[href="/secret/page"]')
end
end
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---