diff options
Diffstat (limited to 'spec/active_relation')
-rw-r--r-- | spec/active_relation/unit/relations/order_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/active_relation/unit/relations/order_spec.rb b/spec/active_relation/unit/relations/order_spec.rb index e4f925f21a..db322fe00b 100644 --- a/spec/active_relation/unit/relations/order_spec.rb +++ b/spec/active_relation/unit/relations/order_spec.rb @@ -59,7 +59,7 @@ module ActiveRelation describe "when given a string" do before do - @string = "asdf".bind(@relation) + @string = "asdf" end it "passes the string through to the order clause" do |