nviennot / rspec-console

Run RSpec tests in your rails console
101 stars 20 forks source link

Decouple from rails-env-switcher #10

Closed thedeeno closed 10 years ago

thedeeno commented 10 years ago

Thanks for this family of projects. I'm just diving in.

I'm getting runtime errors when using this outside of rails. I don't think rails is a requirement here. This should only try to use the rails-env-switcher if ::Rails is defined.

nviennot commented 10 years ago

I've also fixed some dependency issues with rails-env-switcher. You should be good now :)

thedeeno commented 10 years ago

Awesome!