Merge branch 'class_proxy_spec' of https://github.com/gsterndale/couchrest_model into adv_design

adv_design
Sam Lown 2011-03-13 19:35:18 +01:00
commit ef546688dc
1 changed files with 2 additions and 2 deletions

View File

@ -85,12 +85,12 @@ describe "Proxy Class" do
end
it "should get first" do
u = @us.first
u.title.should =~ /\A...\z/
u.should == @us.all.first
end
it "should get last" do
u = @us.last
u.title.should == "aaa"
u.should == @us.all.last
end
it "should set database on first retreived document" do