Remove focus thingy

This commit is contained in:
Jonas Nicklas 2011-03-25 10:46:16 +00:00
parent 6920eae19d
commit 2e5852b5a6
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ shared_examples_for "has_field" do
end
end
describe '#has_no_checked_field?', :focus => true do
describe '#has_no_checked_field?' do
before { @session.visit('/form') }
it "should be false if a checked field is on the page" do
@ -171,7 +171,7 @@ shared_examples_for "has_field" do
end
end
describe '#has_no_unchecked_field?', :focus => true do
describe '#has_no_unchecked_field?' do
before { @session.visit('/form') }
it "should be true if a checked field is on the page" do