Sha256: 81bff5d3f9c20c72356724ab886a05a906cd12ab0f50f2708d922b239af51d2c

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

if ENV['DB']
  describe 'travis matrix' do
    it 'should be testing the right db' do
      expect(ActiveRecord::Base.connection_config[:adapter]).to include ENV['DB']
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
calagator-1.1.0 spec/travis_spec.rb