summaryrefslogtreecommitdiff
path: root/test/error_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/error_test.rb')
-rw-r--r--test/error_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/error_test.rb b/test/error_test.rb
index 34dc29e..d6a5412 100644
--- a/test/error_test.rb
+++ b/test/error_test.rb
@@ -26,7 +26,7 @@ describe Slop::UnknownOption do
begin
opts.parse %w(--foo)
rescue Slop::UnknownOption => e
- assert_equal(e.getUnknowOption(), "--foo");
+ assert_equal(e.getUnknowOption(), "--foo")
end
end