This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 174d9c8a25b80eef9b92dd4054579ed5788e81e1
tree eff1649540cee477ebd44f22e692f24f85660efe
parent 3588b55bc17f1e8ab359241aa5a532dd25cc869b
tree eff1649540cee477ebd44f22e692f24f85660efe
parent 3588b55bc17f1e8ab359241aa5a532dd25cc869b
... |
... |
|





Comments
How does this affect the the options that need root? Maybe we can consider a new way/time to load options. The problem with the way we do it now is that tests don’t pickup options until after the app is loaded. This mean the :test env doesn’t know it’s in test unless you require sinatra/test/spec then your app which is a nasty hack. could you investigate a little more? I would really appreciate that.
_;;;; I ran into this exact problem. Haha, wow took half a day to get a simple test running.