zachfeldman / rubypress

Ruby interface for the WordPress XMLRPC API. Follows standard XML-RPC Documentation closely.
201 stars 55 forks source link

getPostFormats changed to getPostStatusList for function getPostStatusList #20

Closed rinkudas closed 10 years ago

rinkudas commented 10 years ago

Wrong function was called in function getPostStatusList. It must be wp.getPostStatusList.

zachfeldman commented 10 years ago

Hey @rinkudas thanks for the pull request. Before this can be merged, I'll also need you to fix up the associated test.

rinkudas commented 10 years ago

How to fix all those test?

zachfeldman commented 10 years ago

Hi @rinkudas , you need to fix the RSpec tests in /spec so that the test suite no longer fails when I run it. Here's a screenshot of your code breaking a test:

screen shot 2014-05-27 at 1 27 17 pm

seuros commented 10 years ago

@rinkudas can you stash your commits to remove the 2 last one ?

zachfeldman commented 10 years ago

@rinkudas I am closing this pull request due to lack of activity. Please feel free to open it up or open another one if you'd like to finish it.