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 1d0f31e commit c6b0947Copy full SHA for c6b0947
spec/hatchet/bundler_spec.rb
@@ -9,26 +9,4 @@
9
end
10
11
12
-
13
- it "deploys with version 1.x" do
14
- pending("Must enable HATCHET_EXPENSIVE_MODE") unless ENV["HATCHET_EXPENSIVE_MODE"]
15
16
- Hatchet::Runner.new("default_ruby").tap do |app|
17
- app.before_deploy do
18
- set_bundler_version(version: "1.17.3")
19
- Pathname("Gemfile.lock").write(<<~EOF, mode: "a")
20
21
- RUBY VERSION
22
- ruby 3.1.6
23
- EOF
24
- end
25
- app.deploy do
26
- expect(app.output).to match("Deprecating bundler 1.17.3")
27
28
- app.run("which -a rake") do |which_rake|
29
- expect(which_rake).to include("/app/vendor/bundle/bin/rake")
30
31
32
33
34
0 commit comments