rspec-sidekiq 4.0.0.pre → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES.md +2 -1
- data/lib/rspec/sidekiq/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb94abca8e805aa88d9c84deb0ddb22746542845b48cde790c4da9ae58f48ca0
|
|
4
|
+
data.tar.gz: 646f1ee2cc023cd988f29b50250c6794cb7563a78c35a397f1f3290cbf9df97b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d0b4a026d3e28f55e03076023b83eb11334cd2759514837f0fd37ce74d01279bf0aa53236e84185eb89e949ad429f21c40e09d1858c5a0beb622f5001617311
|
|
7
|
+
data.tar.gz: 42c83b796648b68262a689f6fabe441719347e9464505ca4ade74ebab9cad748e51896af223b441adda74fe9b6300cb9ecb1f1974843fa45cf225dcbefc996ca
|
data/CHANGES.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
4.0.0
|
|
2
2
|
---
|
|
3
3
|
* [BREAKING] Dropped support for matching jobs on ActiveJob's private API args, (e.g. `_aj_globalid` and `_aj_ruby2_keywords`). `_aj_globalid` can be replaced with the object itself, e.g. `have_enqueued_sidekiq_job(user)`.
|
|
4
4
|
* [BREAKING] Dropped support for Ruby 2.6
|
|
@@ -10,6 +10,7 @@ Unreleased - 4.0.0
|
|
|
10
10
|
* Add support for builtin argument matchers from rspec mocks for
|
|
11
11
|
`have_enqueued_sidekiq_job` (#200)
|
|
12
12
|
* Add `#on` to `have_enqueued_sidekiq_job` to support testing queue at enqueue time (#197)
|
|
13
|
+
* Add `enqueue_sidekiq_job` for block-syntax style expectations
|
|
13
14
|
* Clarified `have_enqueued_sidekiq_job` error message to make it clear that the "actual arguments" list is an array of argument-lists across all enqueued jobs. (#195)
|
|
14
15
|
* Fix `in` and `at` evaluation to match Sidekiq (#194)
|
|
15
16
|
* Fix `be_delayed` argument matcher (#196)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-sidekiq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.0
|
|
4
|
+
version: 4.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aidan Coyle
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2023-08-
|
|
13
|
+
date: 2023-08-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rspec-core
|
|
@@ -269,9 +269,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
269
269
|
version: '0'
|
|
270
270
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
271
271
|
requirements:
|
|
272
|
-
- - "
|
|
272
|
+
- - ">="
|
|
273
273
|
- !ruby/object:Gem::Version
|
|
274
|
-
version:
|
|
274
|
+
version: '0'
|
|
275
275
|
requirements: []
|
|
276
276
|
rubygems_version: 3.3.26
|
|
277
277
|
signing_key:
|