spec/balboa_spec.rb in balboa-0.1.3 vs spec/balboa_spec.rb in balboa-0.1.4
- old
+ new
@@ -8,6 +8,10 @@
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