Skip to content

Commit

Permalink
limit #update specs to vault >= 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phallstrom committed Dec 23, 2021
1 parent a002200 commit e28eadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/api/kv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module Vault
end
end

describe "#update" do
describe "#update", vault: ">= 0.9.0" do
it "merges data and returns the secret" do
subject.write("test-update", zip: "zap")
subject.update("test-update", zig: "zag")
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/api/logical_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module Vault
end
end

describe "#update" do
describe "#update", vault: ">= 0.9.0" do
context "v1 KV" do
before do
@original_mount = vault_test_client.sys.mounts[:secret]
Expand Down

0 comments on commit e28eadf

Please sign in to comment.