1
0
forked from extern/nix-config

tests: Simplify

This commit is contained in:
Donovan Glover 2023-06-08 20:58:08 -04:00
parent 250222c191
commit b79b1d3672
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -36,7 +36,5 @@ describe "./overlays/joshuto/default.nix" do
end
Spec.after_suite do
if !hint.empty?
puts "#{hint}".colorize(:yellow)
end
hint.empty? || puts "#{hint}".colorize(:yellow)
end