Sha256: c45700cd0fc52499a217fd3dff7cd22154672be1694e43814c3cc9c662ad066f

Contents?: true

Size: 81 Bytes

Versions: 32

Compression:

Stored size: 81 Bytes

Contents

require 'pathname'

module Rails
  def self.root
    Pathname.new('.')
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
authority-2.2.0 spec/support/mock_rails.rb
authority-2.1.0 spec/support/mock_rails.rb
authority-2.0.1 spec/support/mock_rails.rb
authority-2.0.0 spec/support/mock_rails.rb
authority-1.1.0 spec/support/mock_rails.rb
authority-1.0.0 spec/support/mock_rails.rb
authority-1.0.0.pre4 spec/support/mock_rails.rb
authority-1.0.0.pre3 spec/support/mock_rails.rb
authority-1.0.0.pre2 spec/support/mock_rails.rb
authority-0.9.0 spec/support/mock_rails.rb
authority-0.3.0 spec/support/mock_rails.rb
authority-0.2.0 spec/support/mock_rails.rb