Skip to content

Instantly share code, notes, and snippets.

@jperrine
Created November 3, 2011 17:52
Show Gist options
  • Save jperrine/1337186 to your computer and use it in GitHub Desktop.
Save jperrine/1337186 to your computer and use it in GitHub Desktop.
Pending:
Asset
# No reason given
# ./spec/models/asset_spec.rb:22
Failures:
1) TemplatesController show should find the template and display it
Failure/Error: get :show, @params
NoMethodError:
undefined method `has_key?' for nil:NilClass
# ./lib/infospace/liquid/api_helpers.rb:22:in `new'
# ./lib/infospace/liquid/api_helpers.rb:22:in `load_data_and_render_all_and_cache_it'
# ./lib/infospace/liquid/api_helpers.rb:17:in `render'
# ./app/controllers/templates_controller.rb:65:in `render_template'
# ./spec/controllers/templates_controller_spec.rb:170:in `block (3 levels) in <top (required)>'
2) TemplatesController show json 200 should respond with the rendered_text
Failure/Error: xhr :get, :show, @params
NoMethodError:
undefined method `has_key?' for nil:NilClass
# ./lib/infospace/liquid/api_helpers.rb:22:in `new'
# ./lib/infospace/liquid/api_helpers.rb:22:in `load_data_and_render_all_and_cache_it'
# ./lib/infospace/liquid/api_helpers.rb:17:in `render'
# ./app/controllers/templates_controller.rb:65:in `render_template'
# ./spec/controllers/templates_controller_spec.rb:192:in `block (5 levels) in <top (required)>'
Finished in 14.44 seconds
424 examples, 2 failures, 1 pending
Failed examples:
rspec ./spec/controllers/templates_controller_spec.rb:169 # TemplatesController show should find the template and display it
rspec ./spec/controllers/templates_controller_spec.rb:191 # TemplatesController show json 200 should respond with the rendered_text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment