Page MenuHomePhabricator

Specs not passing
Closed, ResolvedPublic

Description

Using HEAD on OSX 10.6.1, Gems1.9, installed gems using gem bundle. bin/merb -a thin works fine.

However, when trying to get todo lists with bin/rake, I get errors in Article, Article Random article, Article Gzipped page. In spec/models/article_spec.rb, the initialization of Device passes nil, instead of a request object. This causes a method-not-defined error in app/models/device.rb on line 10.

Not really sure what we should be passing in article_spec.


Version: .5
Severity: normal
OS: Mac OS X 10.6

Details

Reference
bz21240

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:51 PM
bzimport set Reference to bz21240.

hcatlin wrote:

Really the issue here is failing specs.

hcatlin wrote:

Specs are now passing!