Sha256: fc712458cb10461a8183076d1777b73e90a5ef998be6241431b96835cc747f8a

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

require 'test_helper'

class ConfidentialTest < ActiveSupport::TestCase

  test 'envs values' do
    assert_equal 'user', ENV['DB_USER']
    assert_equal 'pass', ENV['DB_PASS']
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
confidential-0.0.8 test/confidential_test.rb
confidential-0.0.7 test/confidential_test.rb
confidential-0.0.6 test/confidential_test.rb