fhsav / clock

The clock for Farmington High School.
http://fhsclock.com
Other
12 stars 2 forks source link

Tests requiring authentication fail in Travis #217

Closed ethnt closed 12 years ago

ethnt commented 12 years ago

See http://travis-ci.org/#!/eturk/clock/jobs/2439090.

Failure/Error: get "/schedules"
NoMethodError:
  undefined method `+' for nil:NilClass
# ./app/helpers/gatekeeper.rb:30:in `session_key'
# ./app/helpers/gatekeeper.rb:5:in `authenticated?'
# ./app/views/layouts/application.haml:26:in `block in singletonclass'
# ./app/views/layouts/application.haml:65529:in `instance_eval'
# ./app/views/layouts/application.haml:65529:in `singletonclass'
# ./app/views/layouts/application.haml:65527:in `__tilt_76537840'
# ./app/controllers/schedules.rb:9:in `block (2 levels) in <top (required)>'
# (eval):82:in `block (2 levels) in inject_root_methods'
# (eval):72:in `catch'
# (eval):72:in `block in inject_root_methods'
# ./spec/unit/app/controllers/schedules_spec.rb:10:in `block (3 levels) in <top (required)>'