aboutsummaryrefslogtreecommitdiffstats
path: root/test/nodes
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-11-29 15:24:38 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-11-29 15:24:38 -0800
commitae4c814f537416345332b07bcaeaa199b75aa706 (patch)
tree85b5d3d7e1dc7a6f17db3f5fd9fa81db22b88644 /test/nodes
parent44faa8e7fcfd328c3f2e4b90b3abad7af841bd03 (diff)
downloadrails-ae4c814f537416345332b07bcaeaa199b75aa706.tar.gz
rails-ae4c814f537416345332b07bcaeaa199b75aa706.tar.bz2
rails-ae4c814f537416345332b07bcaeaa199b75aa706.zip
fixing warnings
Diffstat (limited to 'test/nodes')
-rw-r--r--test/nodes/test_not.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodes/test_not.rb b/test/nodes/test_not.rb
index 7dffdea0c8..d02a9bad74 100644
--- a/test/nodes/test_not.rb
+++ b/test/nodes/test_not.rb
@@ -12,7 +12,7 @@ module Arel
node.expr.left.must_equal left
node.expr.right.must_equal right
- knot = node.or(right).not
+ node.or(right).not
end
end
end