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