Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove session is cleared code.
  • Loading branch information
cmeiklejohn committed Sep 16, 2011
1 parent 9eb4d08 commit 4d34d82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions features/handle/sign_in.feature
Expand Up @@ -9,5 +9,3 @@ Feature: Sign in with handle
When I go to the sign in page
And I sign in as "signinnow"
Then I should be signed in
When I return next time
Then I should be signed in
6 changes: 0 additions & 6 deletions features/step_definitions/clearance/clearance_steps.rb
Expand Up @@ -78,7 +78,6 @@
end

# Actions

When /^I sign in (?:with|as) "(.*)"$/ do |email|
When %{I go to the sign in page}
And %{I fill in "Email" with "#{email}"}
Expand All @@ -103,8 +102,3 @@
And %{I fill in "Password" with "#{password}"}
And %{I press "Save this password"}
end

When /^I return next time$/ do
When %{session is cleared}
And %{I go to the homepage}
end

0 comments on commit 4d34d82

Please sign in to comment.