require 'spec_helper' describe SimpleSecrets do it 'should have a version number' do expect(SimpleSecrets::VERSION).not_to be_nil end end