You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From your syntax, you seem to be using RSpec. RSpec 2 defines the stub method on BasicObject. Phantomjs is definitely a BasicObject, so I don't think this is specific. Try stubbing a method of BasicObject. It will probably fails which means your setup of rspec-mocks is insufficient.
I'm using Phantomjs to generate Google Charts and convert them to SVG on the server side.
I'm trying to stub this like this:
But I get:
Your thoughts?
Thanks,
Steven.
The text was updated successfully, but these errors were encountered: