NoMethodError: undefined method `env' for nil:NilClass
/home/alex/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.0/lib/active_support/whiny_nil.rb:48:in
`method_missing'
/home/alex/.rvm/gems/ruby-1.9.2-p0/bundler/gems/devise-5c928df/lib/devise/test_helpers.rb:55:in
`setup_controller_for_warden'
/home/alex/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:429:in
`_run_setup_callbacks'
/home/alex/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.0/lib/active_support/testing/setup_and_teardown.rb:34:in
`run'
I'm using the git version of devise.
Am I missing some setup or is this a bug?
-Alex
-Alex