Skip to content

Commit e7e8849

Browse files
TO test
1 parent e7f3a4b commit e7e8849

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IdempotentStatements/idempotent_statements_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ def change
267267
"SET statement_timeout TO '5s'",
268268
], execute_calls
269269

270+
assert_equal ActiveRecord.version, 'AR VERSION'
271+
assert RUBY_VERSION, 'RUBY VERSION'
272+
270273
assert_equal [
271274
'== 8128 : migrating ===========================================================',
272275
'-- add_foreign_key(:messages, :users, {:column=>:author_id})',

0 commit comments

Comments
 (0)