fix temp_view -> slow_view stuff for couchdb trunk
This commit is contained in:
parent
71f5ea2a1b
commit
e15581b1dd
2 changed files with 8 additions and 5 deletions
|
@ -42,9 +42,9 @@ describe CouchRest::Database do
|
|||
describe "map/reduce query with _temp_view in Javascript" do
|
||||
before(:each) do
|
||||
@db.bulk_save([
|
||||
{"beverage" => "beer", :limit => 4},
|
||||
{"beverage" => "beer", :limit => 2},
|
||||
{"beverage" => "tea", :limit => 3}
|
||||
{"beverage" => "beer", :count => 4},
|
||||
{"beverage" => "beer", :count => 2},
|
||||
{"beverage" => "tea", :count => 3}
|
||||
])
|
||||
end
|
||||
it "should return the result of the temporary function" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue