aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-03-05 22:12:21 -0800
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-03-05 22:12:21 -0800
commit98527c8f7dd64f086895c1576fb33e8b91071142 (patch)
tree5dba9641dc4a45f4324e9c1cdb9f49475d451f9c /spec
parent6647a1e08eb9dc3512628882bcf60d421df74228 (diff)
downloadrails-98527c8f7dd64f086895c1576fb33e8b91071142.tar.gz
rails-98527c8f7dd64f086895c1576fb33e8b91071142.tar.bz2
rails-98527c8f7dd64f086895c1576fb33e8b91071142.zip
basic functionality for simplest active record find(id)
- messy code, to be cleaned up this weekend
Diffstat (limited to 'spec')
-rw-r--r--spec/active_relation/unit/relations/table_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/active_relation/unit/relations/table_spec.rb b/spec/active_relation/unit/relations/table_spec.rb
index 8f14ce33cf..95ad7133db 100644
--- a/spec/active_relation/unit/relations/table_spec.rb
+++ b/spec/active_relation/unit/relations/table_spec.rb
@@ -91,5 +91,11 @@ module ActiveRelation
Table.new(:users, engine = Engine.new).engine.should == engine
end
end
+
+ describe '#reset' do
+ it "" do
+ pending
+ end
+ end
end
end \ No newline at end of file