Sha256: f709f2925578f6661adee2a5de22bce185a7955873f9d096b0a9c1b0c9acab16
Contents?: true
Size: 147 Bytes
Versions: 4
Compression:
Stored size: 147 Bytes
Contents
# Mock Rails.root. module Rails class <<self def root Pathname.new File.expand_path('../..', File.dirname(__FILE__)) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
binary_fixtures-0.1.3 | test/helpers/rails.rb |
binary_fixtures-0.1.2 | test/helpers/rails.rb |
binary_fixtures-0.1.1 | test/helpers/rails.rb |
binary_fixtures-0.1.0 | test/helpers/rails.rb |