lib/tunemygc/spies.rb in tunemygc-1.0.37 vs lib/tunemygc/spies.rb in tunemygc-1.0.38
- old
+ new
@@ -11,10 +11,11 @@
spy :ActionController, 'action_controller'
spy :Minitest, 'minitest'
spy :ActiveJob, 'active_job'
spy :Manual, 'manual'
spy :Rspec, 'rspec'
+ spy :QueJob, 'que_job'
def self.id
@spies.key(current)
end
@@ -24,6 +25,6 @@
else
TuneMyGc.rails? ? 'ActionController' : 'Manual'
end
end
end
-end
\ No newline at end of file
+end