Skip to content

Commit

Permalink
Improve test description
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Oba <rogerluan.oba@gmail.com>
  • Loading branch information
AliSoftware and rogerluan committed Oct 19, 2023
1 parent 5f8356c commit 919ba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/spec/runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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])}")
Expand Down

0 comments on commit 919ba4f

Please sign in to comment.