Removing ambiguity and non-working selectors

This commit is contained in:
Dmitriy Zaporozhets 2013-02-21 13:28:05 +02:00
parent 5aeaf248f1
commit cce14e0b01
4 changed files with 8 additions and 6 deletions

View file

@ -82,7 +82,6 @@ describe "Admin::Users" do
it "should have user info" do
page.should have_content(@user.email)
page.should have_content(@user.name)
page.should have_content(@user.projects_limit)
end
end