Skip to content

Instantly share code, notes, and snippets.

@keithpitty
Created February 2, 2009 23:25
Show Gist options
  • Save keithpitty/57173 to your computer and use it in GitHub Desktop.
Save keithpitty/57173 to your computer and use it in GitHub Desktop.
'WeatherController When dealing with weather with controller isolated from views should be successful' FAILED
expected success? to return true, got false
./spec/controllers/weather_controller_spec.rb:11:
Memcached::SomeErrorsWereReported in 'SynopticChart should fetch a chart from the wz webservice for today'
/Users/keithpitty/work/swellnet/vendor/gems/weatherzone-0.3.0/lib/weatherzone/connection.rb:45:in `request'
/Users/keithpitty/work/swellnet/vendor/gems/weatherzone-0.3.0/lib/weatherzone/connection.rb:44:in `request'
/Users/keithpitty/work/swellnet/vendor/gems/weatherzone-0.3.0/lib/weatherzone/resource.rb:44:in `find'
/Users/keithpitty/work/swellnet/app/wz_resources/wz_image.rb:7:in `find'
/Users/keithpitty/work/swellnet/app/models/synoptic_chart.rb:32:in `fetch'
./spec/models/synoptic_chart_spec.rb:6:
Memcached::SomeErrorsWereReported in 'ChartLocation a typical chart location should have warnings'
/Users/keithpitty/work/swellnet/vendor/gems/weatherzone-0.3.0/lib/weatherzone/connection.rb:45:in `request'
/Users/keithpitty/work/swellnet/vendor/gems/weatherzone-0.3.0/lib/weatherzone/connection.rb:44:in `request'
/Users/keithpitty/work/swellnet/vendor/gems/weatherzone-0.3.0/lib/weatherzone/resource.rb:44:in `find'
/Users/keithpitty/work/swellnet/app/wz_resources/wz_warning.rb:6:in `find'
/Users/keithpitty/work/swellnet/app/models/chart_location.rb:41:in `warnings'
/Users/keithpitty/work/swellnet/app/models/chart_location.rb:45:in `has_warnings?'
./spec/models/chart_location_spec.rb:31:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment