Skip to content

Fixing test infrastructure #142

@stffn

Description

@stffn

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions