mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
2.0 Support + Plugin Directory Support + Supporting Tests + Defaults Change
This commit is contained in:
11
test/integration/helpers/serverspec/spec_helper.rb
Normal file
11
test/integration/helpers/serverspec/spec_helper.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
require 'serverspec'
|
||||
set :backend, :exec
|
||||
|
||||
require 'rspec/retry'
|
||||
|
||||
RSpec.configure do |config|
|
||||
# show retry status in spec process
|
||||
config.verbose_retry = true
|
||||
# show exception that triggers a retry if verbose_retry is set to true
|
||||
config.display_try_failure_messages = true
|
||||
end
|
||||
Reference in New Issue
Block a user