Skip to content

Commit

Permalink
Remove :memory file and fix in-memory SQLite setup.
Browse files Browse the repository at this point in the history
- :memory file makes it problematic on Windows
  • Loading branch information
simi committed May 22, 2024
1 parent 0bfdc69 commit e277fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed spec/internal/:memory
Binary file not shown.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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'
Expand Down

0 comments on commit e277fd9

Please sign in to comment.