aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/unit/relations/take_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/arel/unit/relations/take_spec.rb')
-rw-r--r--spec/arel/unit/relations/take_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/arel/unit/relations/take_spec.rb b/spec/arel/unit/relations/take_spec.rb
index 911b84e01e..d6442fc9d1 100644
--- a/spec/arel/unit/relations/take_spec.rb
+++ b/spec/arel/unit/relations/take_spec.rb
@@ -9,7 +9,7 @@ module Arel
describe '#to_sql' do
it "manufactures sql with limit and offset" do
- sql = Take.new(@relation, @taken).to_s
+ sql = Take.new(@relation, @taken).to_sql
adapter_is :mysql do
sql.should be_like(%Q{