remove pending spec, which was pending because we dont use that feature anymore
This commit is contained in:
parent
bc9e4ca196
commit
dcc2bcd233
2 changed files with 2 additions and 12 deletions
|
|
@ -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."
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue