From 4a6822d5e416f2e687d32a14ff98c7b5c815369c Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Sun, 27 Apr 2008 18:11:36 -0700 Subject: results of a select query are a hash indexed by attribute rather than string --- spec/doubles/database.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/doubles') diff --git a/spec/doubles/database.rb b/spec/doubles/database.rb index cc44596690..c28e9b1a0b 100644 --- a/spec/doubles/database.rb +++ b/spec/doubles/database.rb @@ -23,7 +23,7 @@ module Fake }[table_name] end - def select_all(*args) + def execute(*args) [] end -- cgit v1.2.3