प्रथमेश Sonpatki
प्रथमेश Sonpatki
@thenickcox Looks like the test was failing all the time. d34c68a3 is the commit that added this test. ``` sh git checkout d34c68a3 rake test ... Finished in 14.695983s, 0.2722...
Interesting, what was the difference in fixtures?
Anyone wants to help with this issue? :smile:
@henggana Can you upload a sample application on Github that reproduces the issue? Thanks.
I think it might be related to https://github.com/rails/rails/pull/19377 which is the default behavior of Rails 5 to return with `204 no content` if no response is specified.
@chtushar, Let's unify the signatures and add test coverage. Also share the example to repro this.