From ccaf67fcdb42f2294df597461baaf54a46a9e195 Mon Sep 17 00:00:00 2001 From: ksss Date: Thu, 21 Aug 2014 23:07:15 +0900 Subject: Fix typo `gt` means `>` --- test/attributes/test_attribute.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/attributes/test_attribute.rb b/test/attributes/test_attribute.rb index 38ee189a46..f55e39cfe9 100644 --- a/test/attributes/test_attribute.rb +++ b/test/attributes/test_attribute.rb @@ -66,7 +66,7 @@ module Arel relation[:id].gt(10).must_be_kind_of Nodes::GreaterThan end - it 'should generate >= in sql' do + it 'should generate > in sql' do relation = Table.new(:users) mgr = relation.project relation[:id] mgr.where relation[:id].gt(10) -- cgit v1.2.3