lib/chatterbot/db.rb in chatterbot-0.7.1 vs lib/chatterbot/db.rb in chatterbot-0.9.0
- old
+ new
@@ -9,12 +9,14 @@
# connect to the database, and generate any missing tables
def db
@_db ||= connect_and_validate
end
+ #:nocov:
def display_db_config_notice
puts "ERROR: You have specified a DB connection, but you need to install the sequel gem to use it"
end
+ #:nocov:
protected
#
# get a DB object from Sequel