1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Enable retries on flaky spec

da360659f7
This commit is contained in:
David Rodríguez 2019-08-05 17:20:34 +02:00 committed by SHIBATA Hiroshi
parent 2b0f3aa095
commit 3f0e19c9fa
Notes: git 2019-08-31 04:40:14 +09:00

View file

@ -1,6 +1,6 @@
# 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
create_file("rails.gemspec", <<-RUBY)
Gem::Specification.new do |s|