rspec_flat_error_formatter 0.0.4 → 0.0.5
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 +3 -3
- data/lib/rspec_flat_error_formatter/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04ca2e443657c3ce246935c7d7c9936b6bfed1e7
|
4
|
+
data.tar.gz: 0bba9b002914798d96a2d4d41a66dbd5324a0508
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6b07b9b0a75f174fc321311dacd9adadb6ef526348822a4045702a327a63da46de53d18a9c50a9c45168edf5bd4eb18afda9f306ae38462c1fbc1f9d8498e10
|
7
|
+
data.tar.gz: b4f95cad51b9fe5d2f718e2aaa85c7ad341f4bd78ce59579d65539fc1d1e9dff882a9a1693ad41f6beb8d1a4e0477a27544035ce3cfd7a19ba7aa7bde696181d
|
data/README.md
CHANGED
@@ -28,7 +28,7 @@ Or install it yourself as:
|
|
28
28
|
|
29
29
|
### Basic
|
30
30
|
|
31
|
-
Pass as a value of the `--format` (or `-f`) option to the RSpec
|
31
|
+
Pass as a value of the `--format` (or `-f`) option to the RSpec:
|
32
32
|
|
33
33
|
$ bundle exec rspec --format RSpecFlatErrorFormatter
|
34
34
|
|
@@ -47,9 +47,9 @@ After you've configured the formatter to be used by RSpec, you can consume its o
|
|
47
47
|
|
48
48
|
### VS Code tasks
|
49
49
|
|
50
|
-
Here's
|
50
|
+
Here's an example of configuring `rspec` and `guard-rspec` using VS Code tasks to consume the output of RspecFlatErrorFormatter.
|
51
51
|
|
52
|
-
Create a `tasks.json` file with contents:
|
52
|
+
Create a `.vscode` dir under your project or workspace dir. Then, create a `tasks.json` file under it with the following contents:
|
53
53
|
|
54
54
|
```json
|
55
55
|
{
|