render_turbo_stream 0.1.22 → 0.1.23
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 +1 -1
- data/lib/render_turbo_stream/test_helpers.rb +1 -1
- data/lib/render_turbo_stream/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '069a772b55fc6e97d5f2531266ef3f0a970dbed0b57aa644bf695842a27c270d'
|
4
|
+
data.tar.gz: 052fde88674234ea7201071bb167ee9a41f561b1e40e462fe05b67806b082825
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf48a259accc4c6e05e17ddba1bb2ec5d43420e88543ac75249d0fcd38dd5237d86eee3bef77413a46a9f5b12a864a450bcfba9c1887a5c863b11280a428b127
|
7
|
+
data.tar.gz: 0b4faa3880918c36be6015811e3fd689330f36890f7d43a48119f2737cc3d6ab0bfd23466efd17a1073bbd260bc8a10def8f22b0ca942d4d58890c820a0d7f7f
|
data/README.md
CHANGED
@@ -112,7 +112,7 @@ RSpec.describe "Articles", type: :request do
|
|
112
112
|
expect(partials_html_by_id['flash-box'].first).to include('Article could not be created')
|
113
113
|
|
114
114
|
# unique_partial returns false if this ID is cero or multiple times rendered to
|
115
|
-
expect(
|
115
|
+
expect(partial_html_by_id_unique('flash-box')).to include('Article could not be created')
|
116
116
|
|
117
117
|
# *_path is the controller_path for calling the partial
|
118
118
|
expect(partials_params_by_path['layouts/flash'].length).to eq(1)
|