aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/unit/primitives
diff options
context:
space:
mode:
Diffstat (limited to 'spec/arel/unit/primitives')
-rw-r--r--spec/arel/unit/primitives/value_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/arel/unit/primitives/value_spec.rb b/spec/arel/unit/primitives/value_spec.rb
index 87425c780d..ba9a80bb49 100644
--- a/spec/arel/unit/primitives/value_spec.rb
+++ b/spec/arel/unit/primitives/value_spec.rb
@@ -5,7 +5,7 @@ module Arel
before do
@relation = Table.new(:users)
end
-
+
describe '#to_sql' do
it "appropriately quotes the value" do
Value.new(1, @relation).to_sql.should be_like('1')
@@ -25,4 +25,4 @@ module Arel
end
end
end
-end \ No newline at end of file
+end