mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
10 lines
113 B
Ruby
10 lines
113 B
Ruby
require 'standard_spec'
|
|
|
|
|
|
describe 'Standard Tests v 2.x' do
|
|
include_examples 'standard::init', "2.2.0"
|
|
end
|
|
|
|
|
|
|