From 919ba4f0a11b5d2b431335b1752e82bf308e7b30 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Thu, 19 Oct 2023 22:48:49 +0200 Subject: [PATCH] Improve test description Co-authored-by: Roger Oba --- fastlane/spec/runner_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/spec/runner_spec.rb b/fastlane/spec/runner_spec.rb index 9a9e7cf509f..692e5e2d693 100644 --- a/fastlane/spec/runner_spec.rb +++ b/fastlane/spec/runner_spec.rb @@ -78,7 +78,7 @@ def keywords_list(list) end end - it 'fails when calling the lane with no parameter at all' do + it 'fails when calling the lane with required parameters not being passed' do expect do @ff.runner.execute(:lane_kw_params, :ios) end.to raise_error(ArgumentError, "missing keywords: #{keywords_list(%i[name version])}")