diff options
author | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2014-02-10 19:44:08 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2014-02-10 19:44:08 -0200 |
commit | 38321b114e87a2fc8560f7651890aa1b7c2c2362 (patch) | |
tree | 602768c7011b875728ccaec4e07a12e04cef5dc2 /test/nodes | |
parent | 048d6c0aefec9f233a77e9160f426cf2fed1b7f6 (diff) | |
parent | 1ebacd299c5152d367692373faffa93c0a7fe1f1 (diff) | |
download | rails-38321b114e87a2fc8560f7651890aa1b7c2c2362.tar.gz rails-38321b114e87a2fc8560f7651890aa1b7c2c2362.tar.bz2 rails-38321b114e87a2fc8560f7651890aa1b7c2c2362.zip |
Merge branch 'remove-deprecated'
Diffstat (limited to 'test/nodes')
-rw-r--r-- | test/nodes/test_count.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/nodes/test_count.rb b/test/nodes/test_count.rb index 88d2a694c8..a9a329420e 100644 --- a/test/nodes/test_count.rb +++ b/test/nodes/test_count.rb @@ -1,12 +1,6 @@ require 'helper' describe Arel::Nodes::Count do - describe 'backwards compatibility' do - it 'must be an expression' do - Arel::Nodes::Count.new('foo').must_be_kind_of Arel::Expression - end - end - describe "as" do it 'should alias the count' do table = Arel::Table.new :users |