How can I test Sidekiq jobs effectively? I have written test for downloading post as pdf in (test/controllers/posts/reports_controller_test). Could you review it to ensure it's implemented correctly?
Is my implementation of bulk actions correct?
What would be a better way to create organization for users and assigning multiple users under same organization
Application controller test coverage is not 100%
How can I test Sidekiq jobs effectively? I have written test for downloading post as pdf in (test/controllers/posts/reports_controller_test). Could you review it to ensure it's implemented correctly?
Is my implementation of bulk actions correct?
What would be a better way to create organization for users and assigning multiple users under same organization