jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

running rails server as a daemon #384

Closed brewster1134 closed 9 years ago

brewster1134 commented 9 years ago

since the upgrade to teaspoon 1.x, i can no longer run my tests when the rails server is run as a daemon. The Teaspoon::EnvironmentNotFound error is thrown. Not sure if the rails server should be responsible for retaining the pwd to the daemon, or if Teaspoon should be using Rails.root over Dir.pwd?

brewster1134 commented 9 years ago

PR at https://github.com/modeset/teaspoon/pull/385