From 1875175b78887395e62a7c47a13e26bbb41c4ad7 Mon Sep 17 00:00:00 2001 From: Snehit Gajjar Date: Tue, 10 Oct 2017 19:38:12 -0500 Subject: [PATCH] First argument fix --- spec/fixtures/group.thor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/group.thor b/spec/fixtures/group.thor index b03d8025d..bc7e10278 100644 --- a/spec/fixtures/group.thor +++ b/spec/fixtures/group.thor @@ -9,7 +9,7 @@ class MyCounter < Thor::Group source_root File.expand_path(File.dirname(__FILE__)) source_paths << File.expand_path("broken", File.dirname(__FILE__)) - # argument :first, :type => :numeric + argument :first, :type => :numeric argument :second, :type => :numeric, :default => 2 class_option :third, :type => :numeric, :desc => "The third argument", :default => 3,