make the step pending so travis doesnt say we are failing :/
This commit is contained in:
parent
5acc7dc458
commit
40413a6bc3
1 changed files with 4 additions and 0 deletions
|
|
@ -44,3 +44,7 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue