aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/support/fake_record.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/fake_record.rb b/test/support/fake_record.rb
index 035a7a46cf..3d4c7d5630 100644
--- a/test/support/fake_record.rb
+++ b/test/support/fake_record.rb
@@ -39,7 +39,7 @@ module FakeRecord
@primary_keys[name.to_s]
end
- def table_exists? name
+ def data_source_exists? name
@tables.include? name.to_s
end