minitest-utils 0.6.0 → 0.6.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/README.md +5 -0
- data/exe/minitest +6 -0
- data/lib/minitest/utils/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9efb73f54516761307447ccb32c1bd8fcb8534878f01070dafbc2b2ed0517b63
|
4
|
+
data.tar.gz: 7008386cf28db0a13da73edc25a99c7d68e18142720e9950924304eb96088bfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc14e5a7459416f749b050f5e0fcd78f73b69509f50d2708e5631601d5ef45ec4e608d5f5509bc30aafde1c52ec4e9b0c460994fc7888adbe4ccb3f4b834e893
|
7
|
+
data.tar.gz: dae70e05cbaf8b07a533aba39b877f50115cf56b3eaa0cc1f0ed0a33829d9d1fab1113036b1b7a4a99ca60fab30dcaa769224c4ecc7c540f6e3178f0db97b034
|
data/README.md
CHANGED
@@ -148,6 +148,11 @@ starting with `#` are ignored.
|
|
148
148
|
test/fixtures
|
149
149
|
```
|
150
150
|
|
151
|
+
> ![NOTE]
|
152
|
+
>
|
153
|
+
> This command is also available as the long form `minitest`, for linux users.
|
154
|
+
> Linux has a `mt` command for managing magnetic tapes.
|
155
|
+
|
151
156
|
## Screenshots
|
152
157
|
|
153
158
|

|
data/exe/minitest
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nando Vieira
|
@@ -111,6 +111,7 @@ description: Some utilities for your Minitest day-to-day usage.
|
|
111
111
|
email:
|
112
112
|
- fnando.vieira@gmail.com
|
113
113
|
executables:
|
114
|
+
- minitest
|
114
115
|
- mt
|
115
116
|
extensions: []
|
116
117
|
extra_rdoc_files: []
|
@@ -126,6 +127,7 @@ files:
|
|
126
127
|
- bin/console
|
127
128
|
- bin/rake
|
128
129
|
- bin/setup
|
130
|
+
- exe/minitest
|
129
131
|
- exe/mt
|
130
132
|
- lib/minitest/utils.rb
|
131
133
|
- lib/minitest/utils/capybara/chrome_headless.rb
|