Returns the connection string or raises an error if you didn’t set one.
48 49 50
# File 'lib/chef_fixie/sql.rb', line 48 def self.connection_string @connection_string ||= ChefFixie.configure { |x| x.sql_database } end