diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-02-18 20:20:51 -0800 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-02-18 20:20:51 -0800 |
commit | ae217d5816c766443c6e6737d04073f40614b564 (patch) | |
tree | 70fbc3c84e612c1f580e108fc30f50264a172fbb /spec/active_relation/relations/table_spec.rb | |
parent | 2a91d807538a4d39c5755fb83a5e9462e8056fa6 (diff) | |
download | rails-ae217d5816c766443c6e6737d04073f40614b564.tar.gz rails-ae217d5816c766443c6e6737d04073f40614b564.tar.bz2 rails-ae217d5816c766443c6e6737d04073f40614b564.zip |
extracted conditionals concerning the "externalizing" of relations under a join.
Diffstat (limited to 'spec/active_relation/relations/table_spec.rb')
-rw-r--r-- | spec/active_relation/relations/table_spec.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/active_relation/relations/table_spec.rb b/spec/active_relation/relations/table_spec.rb index 13a9198447..a7b5b5f69b 100644 --- a/spec/active_relation/relations/table_spec.rb +++ b/spec/active_relation/relations/table_spec.rb @@ -52,12 +52,6 @@ module ActiveRelation end end - describe '#aliased_prefix_for' do - it "returns the table name" do - @relation.aliased_prefix_for(@relation[:id]).should == :users - end - end - describe '#attributes' do it 'manufactures attributes corresponding to columns in the table' do @relation.attributes.should == [ |