File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 postgres-version : ' 12'
2929 channel : ' stable'
3030
31- - ruby-version : ' 3.2'
32- gemfile : rails_edge
33- postgres-version : ' 16'
34- channel : ' experimental'
3531 - ruby-version : ' 3.3'
3632 gemfile : rails_edge
3733 postgres-version : ' 16'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module TimeMachine
1212
1313 included do
1414 if table_exists? && !chrono?
15- logger . warn <<- MSG . squish
15+ logger . warn <<~ MSG . squish
1616 ChronoModel: #{ table_name } is not a temporal table.
1717 Please use `change_table :#{ table_name } , temporal: true` in a migration.
1818 MSG
Original file line number Diff line number Diff line change 1919require_relative 'support/matchers/table'
2020require_relative 'support/aruba'
2121
22- puts "Testing against Active Record #{ ActiveRecord ::VERSION ::STRING } with Arel #{ Arel ::VERSION } "
23-
2422# This file was generated by the `rspec --init` command. Conventionally, all
2523# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
2624# The generated `.rspec` file contains `--require spec_helper` which will cause
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def conf.to_s
5656 end
5757 end
5858 rescue Errno ::ENOENT
59- warn <<- MSG . squish
59+ warn <<~ MSG . squish
6060 Please define your AR database configuration
6161 in spec/config.yml or reference your own configuration
6262 file using the TEST_CONFIG environment variable
You can’t perform that action at this time.
0 commit comments