Skip to content

Commit 4710069

Browse files
committed
slipped one - makes no sense to run the trigger tests on AR < 3.2
1 parent d80fe54 commit 4710069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/db/postgresql/table_name_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ class SerialWithTrigger < ActiveRecord::Base;
9393
assert sn.reload
9494

9595
SerialWithTrigger.columns
96-
end
96+
end if ar_version('3.1')
9797

9898
end

0 commit comments

Comments
 (0)