aboutsummaryrefslogtreecommitdiffstats
path: root/spec/active_relation/unit/relations/order_spec.rb
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-11 13:48:18 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-11 13:48:18 -0700
commite6f6fbc5c7bd12ac0c122cdfdfc448329919e603 (patch)
treec31078f921b918b5bfa35cd63ecf944b15301614 /spec/active_relation/unit/relations/order_spec.rb
parent42c42bfa50876b4221c024cebc47fc34fc6530a9 (diff)
downloadrails-e6f6fbc5c7bd12ac0c122cdfdfc448329919e603.tar.gz
rails-e6f6fbc5c7bd12ac0c122cdfdfc448329919e603.tar.bz2
rails-e6f6fbc5c7bd12ac0c122cdfdfc448329919e603.zip
refactored bind for order
Diffstat (limited to 'spec/active_relation/unit/relations/order_spec.rb')
-rw-r--r--spec/active_relation/unit/relations/order_spec.rb2
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