Skip to content

Commit

Permalink
Update spec/data_migrate/migration_context_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan <[email protected]>
  • Loading branch information
ngan and capripot authored Aug 15, 2024
1 parent 92e71d3 commit d334097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/data_migrate/migration_context_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

describe DataMigrate::DataMigrator do
let(:context) { DataMigrate::MigrationContext.new("spec/db/data") }
let(:schema_context) { ActiveRecord::MigrationContext.new("spec/db/migrate", ar_schema_migration()) }
let(:schema_context) { ActiveRecord::MigrationContext.new("spec/db/migrate", ar_schema_migration) }
let(:db_config) do
{
adapter: "sqlite3",
Expand Down

0 comments on commit d334097

Please sign in to comment.