9 lines
218 B
Ruby
9 lines
218 B
Ruby
require 'spec_helper'
|
|
|
|
describe 'lamp::default' do
|
|
# Serverspec examples can be found at
|
|
# http://serverspec.org/resource_types.html
|
|
it 'does something' do
|
|
skip 'Replace this with meaningful tests'
|
|
end
|
|
end
|