Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Fix Thor::Command.new arguments
In spec tests, we instantiate Thor::Command to stub command line arguments. Thor 1.3.0 was recently released and is automatically pulled into Facter as it satisfies Facter's current gemspec requirements (>= 1.0.1, < 2.0). Thor 1.3.0 includes rails/thor@190f19a which adds a new wrap_long_description option to Thor::Command. This new option causes an ArgumentError in current tests because we pass the number of arguments previous to wrap_long_description being added. This commit updates spec tests to use all of Thor::Command.new's arguments.
- Loading branch information