From 7c843ee6882516b1d8e807b3b89290b32305f5a3 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 30 Apr 2012 15:24:58 -0400 Subject: [PATCH] fix a thing --- lib/cuke-pack/support/flay.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cuke-pack/support/flay.rb b/lib/cuke-pack/support/flay.rb index 14a8183..98a3cc2 100644 --- a/lib/cuke-pack/support/flay.rb +++ b/lib/cuke-pack/support/flay.rb @@ -2,7 +2,7 @@ # promote reusability! flay_exception = nil -flay_level = 32 if flay_level = nil +flay_level = 32 if flay_level == nil # set me to a minimum sane level. don't go nuts refactoring! # code should be cleaner when you're done, not become spaghetti.