From 40603729cc1d9a8e636a887446d051390d15fcd8 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 3 Dec 2010 15:24:30 -0800 Subject: attributes do not need a column member --- test/test_table.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/test_table.rb') diff --git a/test/test_table.rb b/test/test_table.rb index 93cdde8f68..bb7bd255fd 100644 --- a/test/test_table.rb +++ b/test/test_table.rb @@ -174,13 +174,6 @@ module Arel it "manufactures an attribute if the symbol names an attribute within the relation" do column = @relation[:id] column.name.must_equal :id - column.must_be_kind_of Attributes::Integer - end - end - - describe 'when table does not exist' do - it 'returns nil' do - @relation[:foooo].must_be_nil end end end -- cgit v1.2.3