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