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