Sha256: a63aad7f1a61581c3a15894f135ebc7a759cd481baa3e92c366e3181c53c0628

Contents?: true

Size: 145 Bytes

Versions: 24

Compression:

Stored size: 145 Bytes

Contents

module Apartment
  
  module Test
    
    def self.config
      @config ||= YAML.load_file('spec/config/database.yml')
    end
    
  end
  
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
apartment-0.7.0 spec/support/config.rb
apartment-0.6.0 spec/support/config.rb
apartment-0.5.1 spec/support/config.rb
apartment-0.5.0 spec/support/config.rb