From ddb3994c25b7571bfc79c798751b7900384c5e68 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 27 Mar 2021 11:34:15 +0900 Subject: [PATCH] Fix typo in publish_test.rb vesion -> version --- test/unit/plugins/commands/cloud/publish_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/plugins/commands/cloud/publish_test.rb b/test/unit/plugins/commands/cloud/publish_test.rb index bc25feaf0..9670b447b 100644 --- a/test/unit/plugins/commands/cloud/publish_test.rb +++ b/test/unit/plugins/commands/cloud/publish_test.rb @@ -171,7 +171,7 @@ describe VagrantPlugins::CloudCommand::Command::Publish do describe "load_box_version" do let(:box_version) { "1.0.0" } - context "when vesion exists" do + context "when version exists" do before do allow(box).to receive(:versions).and_return([version]) allow(version).to receive(:version).and_return(box_version)