fix warning

This commit is contained in:
Thomas Walpole 2017-09-21 10:28:03 -07:00
parent a0a5026fe8
commit d5a855ac0a
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ Capybara.add_selector(:radio_button) do
filter(:option) { |node, value| node.value == value.to_s }
describe do |option: option, **options|
describe do |option: nil, **options|
desc = String.new
desc << " with value #{option.inspect}" if option
desc << describe_all_expression_filters(options)