Sha256: c9daef1e4961c2d4486be782c2903b4e0c289c5bffd31ac5d2f5a59abaa27b83

Contents?: true

Size: 166 Bytes

Versions: 28

Compression:

Stored size: 166 Bytes

Contents

require 'yaml'

module Apartment
  module Test

    def self.config
      @config ||= YAML.load(ERB.new(IO.read('spec/config/database.yml')).result)
    end
  end
end

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
ros-apartment-2.3.0 spec/support/config.rb
ros-apartment-2.3.0.alpha2 spec/support/config.rb
ros-apartment-2.3.0.alpha1 spec/support/config.rb
apartment-2.2.1 spec/support/config.rb
apartment-2.2.0 spec/support/config.rb
apartment-2.1.0 spec/support/config.rb
apartment-2.0.0 spec/support/config.rb
apartment-1.2.0 spec/support/config.rb
apartment-1.1.0 spec/support/config.rb
apartment-1.0.2 spec/support/config.rb
apartment-1.0.1 spec/support/config.rb
apartment-1.0.0 spec/support/config.rb
apartment-0.26.1 spec/support/config.rb
apartment-0.26.0 spec/support/config.rb
apartment-0.25.2 spec/support/config.rb
apartment-0.25.1 spec/support/config.rb
apartment-0.25.0 spec/support/config.rb
apartment-0.24.3 spec/support/config.rb
apartment-0.24.2 spec/support/config.rb
apartment-0.24.1 spec/support/config.rb