We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4147b9b + 74fd99a commit 7f04cd3Copy full SHA for 7f04cd3
1 file changed
Rakefile
@@ -30,7 +30,7 @@ task :conformance do |t|
30
options[:verbose] = true if ENV["VERBOSE"]
31
32
Conformance::ServerRunner.new(**options).run
33
- Conformance::ClientRunner.new(**options.except(:port)).run
+ Conformance::ClientRunner.new(**options.reject { |key, _value| key == :port }).run
34
end
35
36
desc "List available conformance scenarios"
0 commit comments