Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed Jul 17, 2024
1 parent babbced commit 3a96355
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/support/test_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def cleanup_call(prefix_name = nil)
run_sql("delete from schema_migrations")
remove_app_dir(MIGRATED_PATHS.fetch(prefix_name&.to_sym, migrated_paths.first))
define_migrations(prefix_name)
Rake::Task.clear
Rails.application.load_tasks
end

Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "rails/all"
require 'rake'
require "actual_db_schema"
require "minitest/autorun"
require "debug"
Expand Down

0 comments on commit 3a96355

Please sign in to comment.