Sha256: 250c861fad0180b12da41c3936b083729050be95f51417176d6ed7a8035072f2
Contents?: true
Size: 412 Bytes
Versions: 2
Compression:
Stored size: 412 Bytes
Contents
require 'spec_helper' describe Rhapsody do it 'loads spec/config.yml' do yaml = ConfigHelper.load config_variables = yaml['config_variables'] expect(config_variables).not_to be_empty expect(config_variables['API_KEY'].length).not_to eql(0) expect(config_variables['API_SECRET'].length).not_to eql(0) end it 'checks version' do expect(Rhapsody::VERSION).to eql('0.0.2') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rhapsody-0.0.3 | spec/app/rhapsody_spec.rb |
rhapsody-0.0.2 | spec/app/rhapsody_spec.rb |