aboutsummaryrefslogtreecommitdiffstats
path: root/spec/doubles
diff options
context:
space:
mode:
Diffstat (limited to 'spec/doubles')
-rw-r--r--spec/doubles/database.rb2
1 files changed, 1 insertions, 1 deletions
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