Skip to content

Commit fda9915

Browse files
committed
[tests] change super to super() - jruby/jruby#6571
1 parent 3b90d83 commit fda9915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/inputs/integration/integ_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
context "when supplying a non-existent library" do
4747
let(:settings) do
48-
super.merge(
48+
super().merge(
4949
"jdbc_driver_library" => "/no/path/to/postgresql.jar"
5050
)
5151
end
@@ -61,7 +61,7 @@
6161

6262
context "when connecting to a non-existent server" do
6363
let(:settings) do
64-
super.merge(
64+
super().merge(
6565
"jdbc_connection_string" => "jdbc:postgresql://localhost:65000/somedb"
6666
)
6767
end

0 commit comments

Comments
 (0)