summary refs log tree commit
path: root/test/spec_lobster.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_lobster.rb')
-rw-r--r--test/spec_lobster.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_lobster.rb b/test/spec_lobster.rb
index 56a54795..c6ec2b06 100644
--- a/test/spec_lobster.rb
+++ b/test/spec_lobster.rb
@@ -47,7 +47,7 @@ describe Rack::Lobster do
   should "be flippable" do
     res = lobster.get("/?flip=left")
     res.should.be.ok
-    res.body.should.include "(,,,(,,(,("
+    res.body.should.include "),,,),,),)"
   end
 
   should "provide crashing for testing purposes" do