зеркало из https://github.com/github/ruby.git
[bundler/bundler] Enable retries on flaky spec
https://github.com/bundler/bundler/commit/da360659f7
This commit is contained in:
Родитель
2b0f3aa095
Коммит
3f0e19c9fa
|
@ -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|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче