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 Add scheduled statuses (#9706) 6 years ago
features rubocop issues - Cleaning up (#8912) 6 years ago
fixtures Fix undefined method error in sidekiq (#9807) 6 years ago
helpers Add pending specs for jsonld helper (#9750) 6 years ago
lib Add scheduled statuses (#9706) 6 years ago
mailers Improve e-mail digest (#9689) 6 years ago
models Add a spec for Admin::ActionLog (#9775) 6 years ago
policies Redesign admin instances area (#9645) 6 years ago
presenters Add specs for InstancePresenter (#9596) 6 years ago
requests Use raw status code on have_http_status (#7214) 7 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
services Fix undefined method error in sidekiq (#9807) 6 years ago
support Remove empty strings (#5732) 7 years ago
validators Add specs for UrlValidator (#9699) 6 years ago
views Replace SVG asset with Custom mascot (#8766) 6 years ago
workers Add scheduled statuses (#9706) 6 years ago
rails_helper.rb rubocop issues - Cleaning up (#8912) 6 years ago
spec_helper.rb Disable simplecov on CircleCI (#7416) 7 years ago