rails--rails/activejob/test
Yves Senn 48a183ecb9 use `assert_not` instead of `refute` as mentioned in our guides.
As described in the "Follow Coding Conventions" section in our
contribution guide (http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions)
we favor `assert_not` over `refute`.

While we don't usually make stylistic changes on it's own I opted to do
it in this case. The reason being that test cases are usually copied as
a starting point for new tests. This results in a spread of `refute` in
files that have been using it already.
2015-08-13 09:20:39 +02:00
..
adapters ActiveJob testing improvements 2014-12-30 17:53:42 +02:00
cases Make assert_enqueued_with and assert_performed_with returns the matched job 2015-08-10 20:14:42 -04:00
integration use `assert_not` instead of `refute` as mentioned in our guides. 2015-08-13 09:20:39 +02:00
jobs Fixes #20799 2015-08-04 00:38:18 +02:00
models [ActiveJob] raise DeserializationError when got an error deserializing 2014-08-17 23:10:45 +00:00
support Fixes #20799 2015-08-04 00:38:18 +02:00
helper.rb Don't need to explicitly set test_order it's :random default 2015-05-08 17:10:28 +03:00