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