aboutsummaryrefslogtreecommitdiffstats
path: root/spec/relations/attribute_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/relations/attribute_spec.rb')
-rw-r--r--spec/relations/attribute_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/relations/attribute_spec.rb b/spec/relations/attribute_spec.rb
index d8a007f918..7015fd2542 100644
--- a/spec/relations/attribute_spec.rb
+++ b/spec/relations/attribute_spec.rb
@@ -6,6 +6,12 @@ describe Attribute do
@relation2 = TableRelation.new(:bar)
end
+ describe 'aliaz' do
+ it "manufactures an aliased attributed" do
+ pending
+ end
+ end
+
describe '#eql?' do
it "obtains if the relation and attribute name are identical" do
Attribute.new(@relation1, :attribute_name).should be_eql(Attribute.new(@relation1, :attribute_name))