mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-28 04:12:00 +01:00
Merge pull request #125 from simi/memory
Remove :memory file and fix in-memory SQLite setup.
This commit is contained in:
Binary file not shown.
@@ -23,7 +23,7 @@ ActiveRecord::Base.logger = Logger.new($stdout)
|
||||
|
||||
ActiveRecord::Base.establish_connection(
|
||||
adapter: 'sqlite3',
|
||||
database: ':memory'
|
||||
database: ':memory:'
|
||||
)
|
||||
ActiveRecord::Schema.define do
|
||||
require_relative '../lib/generators/crono/install/templates/migrations/create_crono_jobs.rb'
|
||||
|
||||
Reference in New Issue
Block a user