Fix typo in publish_test.rb

vesion -> version
This commit is contained in:
Ikko Ashimine 2021-03-27 11:34:15 +09:00 committed by GitHub
parent d70ff086af
commit ddb3994c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)