search for: membershipscontroller

Displaying 1 result from an estimated 1 matches for "membershipscontroller".

2007 Oct 17
4
works in script but not in rake
Hi, This is weird All my current spec examples are passing (about 750 of ''em) except a set of 6 in a specific controller spec. I get the following failure on each 6 when I run it via $ rake spec for example: --- ActionController::UnknownAction in ''MembershipsController handling PUT /project/ID/membership/N/accept should flash message'' No action responded to accept --- but if I run the spec file individually, all the examples pass with no failures $ script/spec --color --format specdoc spec/controllers/ memberships_controller_spec.rb My routes....