Skip to content
Snippets Groups Projects
Commit adcd47ab authored by Maxwell Salzberg's avatar Maxwell Salzberg
Browse files

remove pending spec, which was pending because we dont use that feature anymore

parent 22d5222d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment