Skip to content

Commit

Permalink
Clean up test_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Oct 29, 2024
1 parent 2e4a83c commit 4ed6584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

require "bundler/setup"

# require_relative "../test/dummy/config/environment"
# ActiveRecord::Migrator.migrations_paths = [File.expand_path("../test/dummy/db/migrate", __dir__)]
require "combustion"
require "sqlite3"
Combustion.path = "test/combustion"
Combustion.initialize! :active_record, :active_job

Expand Down

0 comments on commit 4ed6584

Please sign in to comment.