Skip to content

Commit

Permalink
Fix duplicated #test_parse_without_options method name
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Apr 5, 2014
1 parent e279b7d commit 7f08741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_option_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_parse_with_invalid_option
end
end

def test_parse_without_options
def test_parse_with_unused_options
input = %w( foo )
definitions = [
{ :long => 'aaa', :short => 'a', :argument => :forbidden }
Expand Down

0 comments on commit 7f08741

Please sign in to comment.