lookbook_visual_tester 0.5.0 → 0.5.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/CHANGELOG.md +5 -0
- data/lib/lookbook_visual_tester/preview_checker.rb +2 -2
- data/lib/lookbook_visual_tester/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: 865c3eeb875ed336338493ccbd620fcfeba15be5410c7d605cf73d94e79e3756
|
|
4
|
+
data.tar.gz: '081022c43fe54c60a95be903181d956223bb34800700a44a45baf3c69d7cc4a8'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4991161dee4f699f25517991abf504cc92ac8c229e4e61a985da90195d0238815423c9129f51cc5abf5ad0818f0bacfdf65a4aea087e93ad309fbe69ed3cbd9d
|
|
7
|
+
data.tar.gz: 9e3d4f144424de70fc3754b5939d65ee3f327cab3ad2dcecc6dd1923adc77d88db834bfaacbf059deb051fe66546248346f01d90f20593d25cea01e0f1449860
|
data/CHANGELOG.md
CHANGED
|
@@ -64,8 +64,8 @@ module LookbookVisualTester
|
|
|
64
64
|
work_items = []
|
|
65
65
|
previews.each do |preview|
|
|
66
66
|
# preview is a Lookbook::Preview object which wraps the class
|
|
67
|
-
# But for checking we might want the class directly or iterate
|
|
68
|
-
examples = preview.
|
|
67
|
+
# But for checking we might want the class directly or iterate scenarios
|
|
68
|
+
examples = preview.scenarios
|
|
69
69
|
examples.each do |example|
|
|
70
70
|
work_items << { preview: preview, example: example }
|
|
71
71
|
end
|