active job with rails rspec-Twitter bootstrap
I have installed a gem rspec-rails. Everything is working fine except ActiveJob. I have tried to implement the ActiveJob in RSpec with: include ActiveJob::TestHelper and here's the code for the RSsec Job Controller: describe "#perform_later" do it "Send Invoice Reminder"…