factory_strategist 0.5.0 → 0.6.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/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/factory_strategist/version.rb +1 -1
- data/lib/factory_strategist.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: b07999650c6bcc6ae0df9f0bf95dcf750133bfd89749a42a3d41e369454c543a
|
|
4
|
+
data.tar.gz: 7d023e6035a66b3080a8d50fa76a25db8a545e1e88b7575366fbaa75b601c8b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c72a9e9712a09a5c93fcb81ccfcdcde921250d341deac535bb2d71bbaa07f517e42065ef664d4f153b15f09d06fbc6b35dd9abe390a319680cbf19079d7d366
|
|
7
|
+
data.tar.gz: 406c76322557328fcce027c0caa62e600c3c2c0b87756cfd1572460953f8714211d1cebeb24d8393f3774b556bc2bb442fb4bee4a96233f1f90cd19613462ff9
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -30,7 +30,7 @@ As for usability, it is like a kind of linter.
|
|
|
30
30
|
When your application has `spec/models/user_spec.rb` and run it with FactoryStrategist.
|
|
31
31
|
|
|
32
32
|
```shell
|
|
33
|
-
$
|
|
33
|
+
$ FACTORY_STRATEGIST=1 bundle exec rspec spec/models/user_spec.rb
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
In the case which you choose best strategies, the commands returns nothing.
|
data/lib/factory_strategist.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: factory_strategist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keiko Kaneko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-10-
|
|
11
|
+
date: 2021-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: factory_bot
|