Go to Google Groups Home    EnkiBlog
Re: rake spec ... one error left :-)

Xavier Shay <xavier-l...@rhnh.net>

I haven't tested enki on 1.9 yet, I will have to investigate

sorry for the delayed response, I haven't been on the internet

On 9/6/09 12:24 AM, subaqua wrote:

> I just commented out that one test and all is well.

> On Jun 6, 5:41 pm, subaqua<danm...@gmail.com>  wrote:
>> After finally getting all the dependencies installed, rake spec
>> actually ran but I still get 1 Failure:

>> 1)
>> 'Admin::SessionsController#allow_login_bypass? when RAILS_ENV ==
>> production returns false' FAILED
>> expected: false,
>>       got: true (using ==)
>> /var/www/apps/blog/spec/controllers/admin/sessions_controller_spec.rb:
>> 44:in `block (3 levels) in<top (required)>'

>> Finished in 1.522292 seconds

>> 277 examples, 1 failure
>> rake aborted!

>> Any ideas on how to fix this ?

>> I'm using enki's master branch, ruby 1.9.1p129, and rails 2.3.2 .

>> Dan