1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/support
Kazuhiro NISHIYAMA fcc8be0198
Fix a failure in bundle version with version outputs the version with build metadata
```
  1) bundle version with version outputs the version with build metadata
     Failure/Error: expect(out).to match(/\ABundler version #{Regexp.escape(Bundler::VERSION)} \(\d{4}-\d{2}-\d{2} commit #{COMMIT_HASH}\)\z/)

       expected "Bundler version 2.2.0.dev (2020-05-25 commit )" to match /\ABundler version 2\.2\.0\.dev \(\d{4}-\d{2}-\d{2} commit (?-mix:unknown|[a-fA-F0-9]{7,})\)\z/
       Diff:
       @@ -1,2 +1,2 @@
       -/\ABundler version 2\.2\.0\.dev \(\d{4}-\d{2}-\d{2} commit (?-mix:unknown|[a-fA-F0-9]{7,})\)\z/
       +"Bundler version 2.2.0.dev (2020-05-25 commit )"

       Commands:
       $ /home/user/snapshot-master/ruby -I/home/user/snapshot-master/spec/bundler -r/home/user/snapshot-master/spec/bundler/support/artifice/fail.rb -r/home/user/snapshot-master/spec/bundler/support/hax.rb /home/user/snapshot-master/tmp/1/gems/system/bin/bundle version
       Bundler version 2.2.0.dev (2020-05-25 commit )
       # $? => 0
```
2020-05-25 20:08:30 +09:00
..
artifice Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
builders.rb Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
command_execution.rb
filters.rb
hax.rb Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
helpers.rb Fix a failure in bundle version with version outputs the version with build metadata 2020-05-25 20:08:30 +09:00
indexes.rb
matchers.rb Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
path.rb Fix a error in a before(:suite) hook 2020-05-25 20:08:30 +09:00
permissions.rb
platforms.rb
rubygems_ext.rb Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
rubygems_version_manager.rb Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
silent_logger.rb
sometimes.rb
streams.rb
sudo.rb
switch_rubygems.rb Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
the_bundle.rb