module Projecto
Constants
- PG_VERSION
- RAILS_VERSION
- RUBY_VERSION
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/projecto.rb, line 11 def self.root File.expand_path '..', __dir__ end
test_path()
click to toggle source
# File lib/projecto.rb, line 15 def self.test_path File.expand_path("../spec/features", __dir__) end