Sha256: eeb0bf6c0a9eb19bf87c7cd52dd5795d152055713c2fc12ae9d5f9200587a531
Contents?: true
Size: 311 Bytes
Versions: 4
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Balboa do it 'has a version number' do expect(Balboa::VERSION).not_to be nil end it 'has a target host' do expect(Balboa::HOST).not_to be nil end it 'has a config file' do expect(Balboa::CONFIG_FILE).not_to be nil end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
balboa-0.1.7 | spec/balboa_spec.rb |
balboa-0.1.6 | spec/balboa_spec.rb |
balboa-0.1.5 | spec/balboa_spec.rb |
balboa-0.1.4 | spec/balboa_spec.rb |