From accc457391a949605a8c88460068172b4efe2e20 Mon Sep 17 00:00:00 2001 From: sigurdsvela Date: Mon, 6 Apr 2015 23:20:33 +0200 Subject: Fix typo in comment --- test/error_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/error_test.rb b/test/error_test.rb index 7ea30fc..34dc29e 100644 --- a/test/error_test.rb +++ b/test/error_test.rb @@ -22,7 +22,7 @@ describe Slop::UnknownOption do opts.string "-n", "--name" assert_raises(Slop::UnknownOption) { opts.parse %w(--foo) } - #Assert returns the unknown option in quetion + #Assert returns the unknown option in question begin opts.parse %w(--foo) rescue Slop::UnknownOption => e -- cgit v1.2.1