-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Description
For Rails 2.x, testing works quite nicely: either call
$ rake
or specify the Rails version from gems to test against:
$ RAILS_VERSION=2.3.11 rake
However, with Rails 3, this gets a bit messy. I currently need to set up a dummy project (say, test-app) and execute the tests from inside a bundle exec, thus:
$ cd test-app
$ bundle exec bash
$ cd path-to-decl-auth
$ RAILS_ROOT=path-to-test-app rake
We really need to fix this...
Metadata
Metadata
Assignees
Labels
No labels