diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-06 00:55:02 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-06 00:55:02 +0000 |
| commit | af39e905c599ab5cbd0d309f1a1546372f912b4e (patch) | |
| tree | 793cb2505c31fd0ad9df1cdd15ba6dd4e5209dda /spec/integration/ruby | |
| parent | ec921238b54da56fad30a35801ba67c20cf9c26d (diff) | |
Pin tests to git hash
Diffstat (limited to 'spec/integration/ruby')
| -rw-r--r-- | spec/integration/ruby/bundler_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb index 2444ec4..ffd6bd9 100644 --- a/spec/integration/ruby/bundler_spec.rb +++ b/spec/integration/ruby/bundler_spec.rb @@ -11,7 +11,7 @@ RSpec.describe "bundler" do system('rm -fr /opt/asdf/installs/ruby') end - include_examples "each report version", "ruby", "bundler" + include_examples "each report version", "ruby", "bundler", "8194b658" context "when the project depends on an older version of ruby specified in a `.ruby-version` file" do before do |
