7 lines
104 B
Ruby
7 lines
104 B
Ruby
|
|
require 'config_spec'
|
||
|
|
|
||
|
|
describe 'Config Tests v 1.x' do
|
||
|
|
include_examples 'config::init', "1.7.3"
|
||
|
|
end
|
||
|
|
|