You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Renato "Lond" Cerqueira 5c5e14c816 Fix undefined method error in sidekiq (#9807)
* Fix undefined method error in sidekiq

Body can be not nil but still be empty, which causes a
`NoMethodError: undefined method `[]' for nil:NilClass` further in the
code. This checks for an empty body to avoid the issue.

* Fix codeclimate issue
6 years ago
..
controllers Not to skip executable specs (#9753) 6 years ago
fabricators
features
fixtures Fix undefined method error in sidekiq (#9807) 6 years ago
helpers
lib
mailers
models Add a spec for Admin::ActionLog (#9775) 6 years ago
policies
presenters
requests
routing
services Fix undefined method error in sidekiq (#9807) 6 years ago
support
validators
views
workers
rails_helper.rb
spec_helper.rb