ab29963ee4e18a0ab04e4ef236dcaf41d8b7b5f1
* File.join won't expand `~` into `ENV['HOME']` (http://ruby-doc.org/core-1.9.3/File.html#method-c-expand_path) * The FakeFS File.exists? implementation calls FileSystem#find (https://github.com/defunkt/fakefs/blob/master/lib/fakefs/file_system.rb#L22-33) containing a call to FileSystem#normalize_path which expands the path variable passed in (https://github.com/defunkt/fakefs/blob/master/lib/fakefs/file_system.rb#L91-98) * The file system mocking library sets up a false expectation that `~` will be expanded in the #export_template method and consequently the production code can't use the template directory * To guard against future regressions such as fixes/updates to FakeFS or using an alternate file system mocking library, the specs were updated to explicitly set `ENV['HOME']`
Foreman
Installation
-
Rubygems
gem install foreman
-
OSX
-
Standalone Tarball
Description
http://blog.daviddollar.org/2011/05/06/introducing-foreman.html
Manual
Authorship
Created by David Dollar
Patches contributed by:
- Adam Wiggins
- Dan Peterson
- Hunter Nield
- Jay Zeschin
- Keith Rarick
- Khaja Minhajuddin
- Matt Haynes
- Michael van Rooijen
- Mike Javorski
- Nathan L Smith
- Nick Zadrozny
- Ricardo Chimal, Jr
- Thom May
- clifff
- Greg Reinacker
License
MIT
Languages
Ruby
91.9%
HTML
5.9%
Shell
1.9%
Procfile
0.3%