RSpec.describe 'bootstrap testsuite' do
  it 'verifies we have an Envfile - please copy Envfile.example and populate if not found' do
    expect(File.exists?('Envfile')).to be true
  end
end
  
