Add retry to ensure service is reachable
Also modify Gemfile for ruby version issue
This commit is contained in:
parent
3643e70e09
commit
b9c7124265
4 changed files with 21 additions and 4 deletions
3
test/integration/standard/serverspec/Gemfile
Normal file
3
test/integration/standard/serverspec/Gemfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rspec-retry'
|
||||
Loading…
Add table
Add a link
Reference in a new issue