Skip to content

Commit

Permalink
Merge pull request #339 from ifad/chore/338-fix-ruby-head
Browse files Browse the repository at this point in the history
Fix specs against Ruby head
  • Loading branch information
tagliala authored Dec 6, 2024
2 parents e295905 + e4db757 commit 371c188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/aruba/migrations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

let(:command) { 'bundle exec rails db:drop db:create db:migrate' }
let(:action) { run_command(command) }
let(:regex) { /-- change_table\(:impressions, {:temporal=>true, :copy_data=>true}\)/ }
let(:regex) { /-- change_table\(:impressions, #{{ temporal: true, copy_data: true }.inspect}\)/ }

before { copy('%/migrations/56/', 'db/migrate') }

Expand Down

0 comments on commit 371c188

Please sign in to comment.