We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f48689 commit c3418a8Copy full SHA for c3418a8
1 file changed
lib/rubytest/runner.rb
@@ -1,7 +1,7 @@
1
module Test
2
3
# TODO: Wrap run in at_exit ?
4
- def self.run(config, &config_proc)
+ def self.run(config=nil, &config_proc)
5
runner = Runner.new(config, &config_proc)
6
begin
7
success = runner.run
0 commit comments