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
|
||
|
|
|
||
|
|
|