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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/relations/attribute_spec.rb b/spec/relations/attribute_spec.rb
index 5ddbaa96b5..d8a007f918 100644
--- a/spec/relations/attribute_spec.rb
+++ b/spec/relations/attribute_spec.rb
@@ -57,6 +57,7 @@ describe Attribute do
end
end
+
describe '#to_sql' do
it "manufactures a column" do
Attribute.new(@relation1, :attribute_name, :alias).to_sql.should == SelectsBuilder.new do