Sha256: 44c3d2f61248e81ecb575dc09a60b9730257476f088d459a9998257a552d694c
Contents?: true
Size: 219 Bytes
Versions: 18
Compression:
Stored size: 219 Bytes
Contents
require_relative '../../../spec_helper' describe 'I am a standard RSpec test' do it 'that does a dumb check to prove this test is executing during the puppetcheck:spec task' do expect(true).to eq(true) end end
Version data entries
18 entries across 18 versions & 1 rubygems