Skip to content

Commit

Permalink
Fix specs against Ruby head
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 6, 2024
1 parent e2c9dfc commit e4db757
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 e4db757

Please sign in to comment.