stefan-kolb / nucleus

Platform as a Service API abstraction layer.
MIT License
28 stars 0 forks source link

Quite a lot of require statements in spec files and others? #55

Closed stefan-kolb closed 9 years ago

stefan-kolb commented 9 years ago

This easily breaks code as far as I know. We should almost always use require_relative for requiring other code files as the cwd can change and then the code breaks. I think config.ru is the only place that gets eval``d that should userequire` for files?!

stefan-kolb commented 9 years ago

Ok, looks like we are dependent on the load path sometimes due to the current structure...hm :S