async-rspec 1.3.0 → 1.3.1
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/.travis.yml +1 -2
- data/lib/async/rspec/leaks.rb +3 -1
- data/lib/async/rspec/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48c1918366c0f12d4369e364ca892617e9a03811db3d5605e1882e4d67d35cc1
|
|
4
|
+
data.tar.gz: 6c4a20431e847ac0091f4d7af182c47756916a1a98f9e1b4e36649ba25a0c327
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a34badf61a39f8dcd4bba9851940c739083b90ae3a43defc01a060445b317ba557eef6abc771f0dee85968313ca0610d4025e502b87dd605416c40f9b932392
|
|
7
|
+
data.tar.gz: 9e710cccf414484f6f839eb11e44befe092072ae9718a20ac2b257df8a316fa326be78e0cb7d1824f9f04cd131542b7b22a6a28dcf10b3b1cc87524159f94674
|
data/.travis.yml
CHANGED
data/lib/async/rspec/leaks.rb
CHANGED
|
@@ -32,11 +32,13 @@ module Async
|
|
|
32
32
|
RSpec.shared_context Leaks do
|
|
33
33
|
include Leaks
|
|
34
34
|
|
|
35
|
-
let
|
|
35
|
+
let(:before_ios) {current_ios}
|
|
36
36
|
let(:after_ios) {current_ios}
|
|
37
37
|
|
|
38
38
|
# We use around(:each) because it's the highest priority.
|
|
39
39
|
around(:each) do |example|
|
|
40
|
+
before_ios
|
|
41
|
+
|
|
40
42
|
example.run.tap do
|
|
41
43
|
expect(after_ios).to be == before_ios
|
|
42
44
|
end
|
data/lib/async/rspec/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: async-rspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|