about summary refs log tree commit homepage
path: root/t/cramp
DateCommit message (Collapse)
2011-02-15tests: updates for cramp 0.12
The Cramp::Controller namespace is gone.
2010-07-22t0501: workarounds for non-GNU awks
While gawk can handle binary data, other awks cannot, so use tr(1) to filter out non-printable characters from the WebSocket message. We need to send a bigger message, too, since tr(1) output is buffered and there's no portable way to unbuffer it :<
2010-07-08restore Rainbows::HttpResponse.write for Cramp
Cramp monkey patches Rainbows internals for WebSockets support and we forgot about it. Add a new integration test to ensure this continues to work in the future (and force us to update the test for newer Cramp).
2010-01-08add Cramp integration tests
Tested with cramp-0.7 and eventmachine 0.12.10