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-3.3.0 spec/support/mock_rails.rb
authority-3.2.2 spec/support/mock_rails.rb
authority-3.2.1 spec/support/mock_rails.rb
authority-3.2.0 spec/support/mock_rails.rb
authority-3.1.0 spec/support/mock_rails.rb
authority-3.0.0 spec/support/mock_rails.rb
authority-2.10.0 spec/support/mock_rails.rb
authority-2.9.0 spec/support/mock_rails.rb
authority-2.8.1 spec/support/mock_rails.rb
authority-2.8.0 spec/support/mock_rails.rb
authority-2.7.0 spec/support/mock_rails.rb
authority-2.6.0 spec/support/mock_rails.rb
authority-2.5.0 spec/support/mock_rails.rb
authority-2.4.3 spec/support/mock_rails.rb
authority-2.4.2 spec/support/mock_rails.rb
authority-2.4.1 spec/support/mock_rails.rb
authority-2.4.0 spec/support/mock_rails.rb
authority-2.3.2 spec/support/mock_rails.rb
authority-2.3.1 spec/support/mock_rails.rb
authority-2.3.0 spec/support/mock_rails.rb