File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 535
535
expect { conn . finish } . to raise_error ( PG ::Error , /connection is closed/i )
536
536
end
537
537
538
- it "sets the fallback_application_name on new connections" do
539
- PG ::Connection . parse_connect_args ( 'dbname=test' ) . should include ( $0 )
540
- end
541
-
542
538
543
539
context "under PostgreSQL 9" , :postgresql_90 do
544
540
545
541
before ( :each ) do
546
542
pending "only works with a PostgreSQL >= 9.0 server" if @conn . server_version < 9_00_00
547
543
end
548
544
545
+ it "sets the fallback_application_name on new connections" do
546
+ PG ::Connection . parse_connect_args ( 'dbname=test' ) . should include ( $0 )
547
+ end
548
+
549
549
it "calls the block supplied to wait_for_notify with the notify payload if it accepts " +
550
550
"any number of arguments" do
551
551
You can’t perform that action at this time.
0 commit comments