We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d96e9 commit fa160c2Copy full SHA for fa160c2
1 file changed
react_on_rails/spec/react_on_rails/release_rake_helpers_spec.rb
@@ -205,6 +205,7 @@
205
it "falls back to a patch bump when the changelog does not introduce a newer version" do
206
allow(self).to receive(:extract_latest_changelog_version).with(monorepo_root: "/tmp/repo").and_return("16.3.0")
207
allow(self).to receive(:current_gem_version).with("/tmp/repo").and_return("16.3.0")
208
+ allow(self).to receive(:version_tagged?).with("/tmp/repo", "16.3.0").and_return(true)
209
210
expect(resolve_version_input("", "/tmp/repo")).to eq("patch")
211
end
0 commit comments