spec/lib/cli_spec.rb in ufo-1.5.0 vs spec/lib/cli_spec.rb in ufo-1.6.0
- old
+ new
@@ -18,10 +18,10 @@
out = execute("bin/ufo docker build #{@args}")
expect(out).to include("docker build -t tongueroo/hi")
end
it "tag shows the tag" do
- out = execute("bin/ufo docker image_name #{@args}")
+ out = execute("bin/ufo docker name #{@args}")
expect(out).to match(%r{tongueroo/hi:ufo-.{7}})
end
end
context "tasks" do