You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @option test_hash [String] :test_opt a Hash test argument
to test/rubycom/util_test_module.rb
and running ./test/rubycom/util_test_bin.rb UtilTestModule test_command_arg_hash --help
results in the following exception
helpers.rb:17:in `block in format_tags': tag[:types] should be an Array but was NilClass (ArgumentError)
The text was updated successfully, but these errors were encountered:
Adding the following
to
test/rubycom/util_test_module.rb
and running
./test/rubycom/util_test_bin.rb UtilTestModule test_command_arg_hash --help
results in the following exception
The text was updated successfully, but these errors were encountered: