diff --git a/features/logs_in_and_out.feature b/features/logs_in_and_out.feature index abd19fb61..50f174918 100644 --- a/features/logs_in_and_out.feature +++ b/features/logs_in_and_out.feature @@ -14,10 +14,4 @@ Feature: user authentication And I click on my name in the header And I follow "Log out" Then I should be on the logged out page - And I should see "Now go mobile." - - Scenario: user uses token auth - Given a user with username "ohai" and password "secret" - When I post a photo with a token - And I go to the stream page - Then I should be on the new user session page + And I should see "Now go mobile." \ No newline at end of file diff --git a/features/step_definitions/posts_steps.rb b/features/step_definitions/posts_steps.rb index 8a9171e86..3e81c8840 100644 --- a/features/step_definitions/posts_steps.rb +++ b/features/step_definitions/posts_steps.rb @@ -43,8 +43,4 @@ end When /^I click the publisher and post "([^"]*)"$/ do |text| click_and_post(text) -end - -When /^I post a photo with a token$/ do - pending # express the regexp above with the code you wish you had -end +end \ No newline at end of file