4 lines
111 B
Ruby
4 lines
111 B
Ruby
Then /^I should not be able to see any admin user details$/ do
|
|
page.should_not have_content @admin.email
|
|
end
|