From 92db013ba3ee4d0a9d92281e614d05f064c22e15 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Sun, 24 Feb 2008 22:19:32 -0800 Subject: quoting issues --- spec/active_relation/unit/relations/table_spec.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'spec/active_relation/unit/relations/table_spec.rb') diff --git a/spec/active_relation/unit/relations/table_spec.rb b/spec/active_relation/unit/relations/table_spec.rb index 3b02f80701..f8d4431aa7 100644 --- a/spec/active_relation/unit/relations/table_spec.rb +++ b/spec/active_relation/unit/relations/table_spec.rb @@ -45,9 +45,15 @@ module ActiveRelation end end + describe '#column_for' do + it "" do + pending + end + end + describe '#prefix_for' do it "returns the table name if the relation contains the attribute" do - @relation.prefix_for(@relation[:id]).should == :users + @relation.prefix_for(@relation[:id]).should == 'users' @relation.prefix_for(:does_not_exist).should be_nil end end -- cgit v1.2.3