Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jun 18, 2024
1 parent d33a6d4 commit 2b5f26c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
require "kitchen/driver/version"

describe Kitchen::Driver::WORKFLOW_TESTING_VERSION do
let(:expected_version) { "1.0.1" } # replace with your expected version

before do
allow(Kitchen::Driver::WORKFLOW_TESTING_VERSION).to receive(:STRING).and_return(expected_version)
end
let(:expected_version) { Kitchen::Driver::WORKFLOW_TESTING_VERSION::STRING } # replace with your expected version

it "has the correct version" do
expect(Kitchen::Driver::WORKFLOW_TESTING_VERSION::STRING).to eq(expected_version)
Expand Down

0 comments on commit 2b5f26c

Please sign in to comment.