diff options
-rw-r--r-- | spec/bundler/commands/version_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ require_relative "../support/path" RSpec.describe "bundle version" do if Spec::Path.ruby_core? - COMMIT_HASH = /unknown|[a-fA-F0-9]{7,}/.freeze else - COMMIT_HASH = /[a-fA-F0-9]{7,}/.freeze end context "with -v" do |