Sha256: 38f7504f090fa08fd0b7b5fac1fc66d5742b4c02258f91ce37d74b43c1ec3c97
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
require "spec_helper" describe Databox do context "VERSION" do it { expect(Databox::VERSION).to match /^\d+.\d+.\d+/ } end context "DATABOX_MODE" do it { expect(ENV["DATABOX_MODE"]).to eq "test" } end context 'configuration' do before do Databox.configure do |c| c.push_token = '' end end it { expect(Databox.configuration.push_host).to match /push/ } end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
databox-2.0.1 | spec/databox_spec.rb |
databox-2.0.0 | spec/databox_spec.rb |
databox-0.2.2 | spec/databox_spec.rb |
databox-0.2.1 | spec/databox_spec.rb |