Files
ubicloud/spec/cli_spec.rb
Enes Cakir cc5c842907 Delete the UBI_TOKEN environment variable before testing for its absence
When I exported my token as UBI_TOKEN, this test started failing in my
shell because it checks for the absence of the variable. We need to
delete the UBI_TOKEN environment variable before testing for its
absence.

    Failed examples:

    rspec ./spec/cli_spec.rb:45 # bin/ubi returns error if there is no UBI_TOKEN provided
2025-04-08 22:22:45 +03:00

7.0 KiB