On Sep 5, 2013, at 2:50 AM, Andrei G <otzy007@gmail.com> wrote:
> Hi,
>
> I am having an issue with this code[1].
> Testing in cucumber if there is no parameter :shot breaks. Somehow the shout parameter it's returning the whole params hash. This thing happens everytime when the parameter has the same name as the controller.
> There are any conventions or something?
> You can find my cucumber output at [2].
>
> [1] https://github.com/otzy007/params-bug
> [2] http://showterm.io/ff7e3cdff6d69f4ab3308
>
> Andrei
So, looking at this error message:
Then the JSON response should have "errors" with the text "No shout message" # cucumber-api-steps-0.10/lib/cucumber/api_st
eps.rb:48
expected ["Done"] to include "No shout message" (RSpec::Expectations::ExpectationNotMetError)
features/shout.feature:25:in `Then the JSON response should have "errors" with the text "No shout message"'
I don't see why it would be looking for ["Done"] — on the other hand, I can't see your step definitions.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/E4ACFB49-D9A1-4B65-8AF4-C160B970C071%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment