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)