You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when one runs the tests in spec/gitlab/cli_spec.rb, the respec command returns exit code 1:
rspec spec/gitlab/cli_spec.rb; echo $?
Randomized with seed 32489
Gitlab::CLI
.run
when command is users
shows executed command
shows users data
when command is info
shows environment info
when command is version
shows gem version
when command is help
shows available actions
when command is user
shows user data
shows executed command
when command is create_label
shows executed command
.start
when fetching project with namespace/repo
encodes delimiter
when command with required fields
Finished in 0.05954 seconds (files took 0.22621 seconds to load)
10 examples, 0 failures
Randomized with seed 32489
1
As far as I can tell, this is caused by the tests "command with required/excluded fields". It seems that rspec stops on the spot and the remaining tests don't run through (there are 12 instead of 10 tests). Still, rspec doesn't report any error. I checked this issue with the latest ruby:3 docker container and I can verify that it is still there.
The text was updated successfully, but these errors were encountered:
Hi,
when one runs the tests in
spec/gitlab/cli_spec.rb
, the respec command returns exit code 1:As far as I can tell, this is caused by the tests "command with required/excluded fields". It seems that rspec stops on the spot and the remaining tests don't run through (there are 12 instead of 10 tests). Still, rspec doesn't report any error. I checked this issue with the latest ruby:3 docker container and I can verify that it is still there.
The text was updated successfully, but these errors were encountered: