We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you need to pass POST parameters in your bacon test, just provide a hash with the values to the post method :
post("/login", 'username' => 'manveru', 'password' => 'sensei').status.should == 200