diff options
author | Cristian Bica <cristian.bica@gmail.com> | 2014-06-12 11:14:42 +0300 |
---|---|---|
committer | Cristian Bica <cristian.bica@gmail.com> | 2014-06-12 11:17:28 +0300 |
commit | b36d4da340fe81827601f9c192aefb2982cbcefb (patch) | |
tree | bcabfe0727216ba16eb7e7878fb829bc456c22df /test/adapters | |
parent | 694b562080a7b1473d20c743877481e13d51c421 (diff) | |
download | rails-b36d4da340fe81827601f9c192aefb2982cbcefb.tar.gz rails-b36d4da340fe81827601f9c192aefb2982cbcefb.tar.bz2 rails-b36d4da340fe81827601f9c192aefb2982cbcefb.zip |
Implemented :qu adapter
Diffstat (limited to 'test/adapters')
-rw-r--r-- | test/adapters/qu.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/adapters/qu.rb b/test/adapters/qu.rb new file mode 100644 index 0000000000..7728c843b4 --- /dev/null +++ b/test/adapters/qu.rb @@ -0,0 +1,3 @@ +require 'qu-immediate' + +ActiveJob::Base.queue_adapter = :qu |