make the step pending so travis doesnt say we are failing :/

This commit is contained in:
Maxwell Salzberg 2012-02-16 13:16:57 -08:00
parent 5acc7dc458
commit 40413a6bc3

View file

@ -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