Explain method better

This commit is contained in:
dhh
2023-09-16 09:53:03 -07:00
parent 76a3086569
commit 3ae855ef28
3 changed files with 4 additions and 4 deletions

View File

@@ -317,10 +317,10 @@ class CommandsAppTest < ActiveSupport::TestCase
new_command.remove_images.join(" ")
end
test "tag_current_as_latest" do
test "tag_current_image_as_latest" do
assert_equal \
"docker tag dhh/app:999 dhh/app:latest",
new_command.tag_current_as_latest.join(" ")
new_command.tag_current_image_as_latest.join(" ")
end
test "make_env_directory" do