[bundler/bundler] Enable retries on flaky spec

https://github.com/bundler/bundler/commit/da360659f7
This commit is contained in:
David Rodríguez 2019-08-05 17:20:34 +02:00 коммит произвёл SHIBATA Hiroshi
Родитель 2b0f3aa095
Коммит 3f0e19c9fa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
RSpec.describe "double checking sources", :realworld => true do RSpec.describe "double checking sources", :realworld => true, :sometimes => true do
it "finds already-installed gems" do it "finds already-installed gems" do
create_file("rails.gemspec", <<-RUBY) create_file("rails.gemspec", <<-RUBY)
Gem::Specification.new do |s| Gem::Specification.new do |s|