test/tc_help.rb in gli-2.16.1 vs test/tc_help.rb in gli-2.17.0
- old
+ new
@@ -56,10 +56,10 @@
assert !@command.skips_post
assert !@command.skips_around
}
end
- test_that "the help command can be configured to skip things declaratively regardless of when it the object was created" do
+ test_that "the help command can be configured to skip things declaratively regardless of when the object was created" do
Given {
GLI::Commands::Help.skips_pre = false
GLI::Commands::Help.skips_post = false
GLI::Commands::Help.skips_around = false
app = TestApp.new