test-prof 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/test_prof/recipes/rspec/any_fixture.rb +1 -1
- data/lib/test_prof/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: 372bc2a293716277d1437df54387b0ce7a091c01a4fc3622f206afac9d299cc9
|
4
|
+
data.tar.gz: 9a21beb5616e03d3b7b8dd2a0d3a2ccd4bd7f5f6004f946ca0d7933ce654289c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7eccde7e36088e71e7b21fd3637609c4814497e438281cf87cdab75f836ee5a36beea363c7595b1060aeebb91997d2d3764999e62de3d28a8ed75998766de0c8
|
7
|
+
data.tar.gz: 3d4b46a7adde33b1939eb877867bae39f31a8abd5a7db9404ff8ad2631c79ca116dc0cec824da79223e7cf8df3075374b6fe3b939a5f1fc276f3f7319c573407
|
data/CHANGELOG.md
CHANGED
@@ -15,7 +15,7 @@ RSpec.configure do |config|
|
|
15
15
|
config.include_context "any_fixture:clean", with_clean_fixture: true
|
16
16
|
|
17
17
|
config.after(:suite) do
|
18
|
-
TestProf::AnyFixture.report_stats if TestProf::AnyFixture.reporting_enabled?
|
18
|
+
TestProf::AnyFixture.report_stats if TestProf::AnyFixture.config.reporting_enabled?
|
19
19
|
TestProf::AnyFixture.reset
|
20
20
|
end
|
21
21
|
end
|
data/lib/test_prof/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test-prof
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vladimir Dementyev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|