Fix the ssh keys test.

This commit is contained in:
Marin Jankovski 2014-12-30 11:47:13 +01:00
parent 607ea7c6e5
commit eb29648bf4
1 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,7 @@ class Spinach::Features::ProfileSshKeys < Spinach::FeatureSteps
end
step 'I should not see "Work" ssh key' do
within "#keys-table" do
page.should_not have_content "Work"
end
page.should_not have_content "Work"
end
step 'I have ssh key "ssh-rsa Work"' do