diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-05-16 19:47:24 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-05-22 20:32:30 +0900 |
| commit | 26367367ec384c7c64d7293a5dc7296932b88692 (patch) | |
| tree | 2b69223cef3f52092e8529173cfaab303e8ceecd /spec/bundler/install/deploy_spec.rb | |
| parent | 9c2752296d526a127aab69216ab31b2cab3fb7a1 (diff) | |
Marked the failing examples with the current master branch on ruby repository
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3114
Diffstat (limited to 'spec/bundler/install/deploy_spec.rb')
| -rw-r--r-- | spec/bundler/install/deploy_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/deploy_spec.rb b/spec/bundler/install/deploy_spec.rb index 071c6fcfcc..9563d32e7e 100644 --- a/spec/bundler/install/deploy_spec.rb +++ b/spec/bundler/install/deploy_spec.rb @@ -63,7 +63,7 @@ RSpec.describe "install with --deployment or --frozen" do bundle! :install, forgotten_command_line_options(:deployment => true, :without => "test") end - it "works when you bundle exec bundle" do + it "works when you bundle exec bundle", :ruby_repo do skip "doesn't find bundle" if Gem.win_platform? bundle! :install |
