From 6b66d4615636b5bcb35d1b8d4f12d8972b1b9ab4 Mon Sep 17 00:00:00 2001 From: Steven Ndaye Date: Mon, 13 May 2013 11:22:02 +0200 Subject: [PATCH] Wrong class name from AboutMethods to AboutKeywordArguments --- src/about_keyword_arguments.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_keyword_arguments.rb b/src/about_keyword_arguments.rb index 1596034..22acdc3 100644 --- a/src/about_keyword_arguments.rb +++ b/src/about_keyword_arguments.rb @@ -1,6 +1,6 @@ require File.expand_path(File.dirname(__FILE__) + '/neo') -class AboutMethods < Neo::Koan +class AboutKeywordArguments < Neo::Koan def method_with_keyword_arguments(one: 1, two: 'two') [one, two]