9 lines
113 B
Ruby
9 lines
113 B
Ruby
require 'standard_spec'
|
|
|
|
|
|
describe 'Standard Tests v 5.x' do
|
|
include_examples 'standard::init', "5.1.2"
|
|
end
|
|
|
|
|
|
|