Skip to content

Commit

Permalink
MM: spec testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Feb 8, 2024
1 parent f6a7a82 commit 2604e12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ def configure_cocoapods
'--build-tool-arguments ' \
"-emit-extension-block-symbols,-I,#{module_path}"
end

describe 'Creates docs for a multiple-module project' do
behaves_like cli_spec 'jazzy_multi_modules'
end
end if !spec_subset || spec_subset == 'swift'

describe 'jazzy cocoapods' do
Expand Down
2 changes: 1 addition & 1 deletion spec/integration_specs
Submodule integration_specs updated 55 files
+151 −0 jazzy_multi_modules/after/docs/Categories/NSURL(MyCategory).html
+229 −0 jazzy_multi_modules/after/docs/Classes/AlphaClass.html
+173 −0 jazzy_multi_modules/after/docs/Classes/AlphaClass/Nested.html
+147 −0 jazzy_multi_modules/after/docs/Classes/BetaClass.html
+156 −0 jazzy_multi_modules/after/docs/Classes/GammaClass.html
+145 −0 jazzy_multi_modules/after/docs/Extensions/MultiKitAlpha+String.html
+145 −0 jazzy_multi_modules/after/docs/Extensions/MultiKitBeta+String.html
+204 −0 jazzy_multi_modules/after/docs/MultKitGamma.html
+221 −0 jazzy_multi_modules/after/docs/MultiKitAlpha.html
+221 −0 jazzy_multi_modules/after/docs/MultiKitBeta.html
+28 −0 jazzy_multi_modules/after/docs/badge.svg
+202 −0 jazzy_multi_modules/after/docs/css/highlight.css
+439 −0 jazzy_multi_modules/after/docs/css/jazzy.css
+20 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Info.plist
+151 −0 ...ules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/Categories/NSURL(MyCategory).html
+229 −0 ..._multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/Classes/AlphaClass.html
+173 −0 ...modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/Classes/AlphaClass/Nested.html
+147 −0 ...y_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/Classes/BetaClass.html
+156 −0 ..._multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/Classes/GammaClass.html
+145 −0 ...s/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/Extensions/MultiKitAlpha+String.html
+145 −0 ...es/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/Extensions/MultiKitBeta+String.html
+204 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/MultKitGamma.html
+221 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/MultiKitAlpha.html
+221 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/MultiKitBeta.html
+202 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/css/highlight.css
+439 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/css/jazzy.css
+ jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/img/carat.png
+ jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/img/dash.png
+ jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/img/spinner.gif
+108 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/index.html
+74 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/js/jazzy.js
+74 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/js/jazzy.search.js
+2 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/js/jquery.min.js
+6 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/js/lunr.min.js
+1,694 −0 ...y_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/js/typeahead.jquery.js
+1 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/Documents/search.json
+26 −0 jazzy_multi_modules/after/docs/docsets/MultiKitAlpha.docset/Contents/Resources/docSet.dsidx.csv
+ jazzy_multi_modules/after/docs/img/carat.png
+ jazzy_multi_modules/after/docs/img/dash.png
+ jazzy_multi_modules/after/docs/img/spinner.gif
+108 −0 jazzy_multi_modules/after/docs/index.html
+74 −0 jazzy_multi_modules/after/docs/js/jazzy.js
+74 −0 jazzy_multi_modules/after/docs/js/jazzy.search.js
+2 −0 jazzy_multi_modules/after/docs/js/jquery.min.js
+6 −0 jazzy_multi_modules/after/docs/js/lunr.min.js
+1,694 −0 jazzy_multi_modules/after/docs/js/typeahead.jquery.js
+1 −0 jazzy_multi_modules/after/docs/search.json
+6 −0 jazzy_multi_modules/after/docs/undocumented.json
+11 −0 jazzy_multi_modules/after/execution_output.txt
+10 −0 jazzy_multi_modules/before/.jazzy.yaml
+32 −0 jazzy_multi_modules/before/MultiKitAlpha/Alpha.swift
+42 −0 jazzy_multi_modules/before/MultiKitBeta/Beta.swift
+18 −0 jazzy_multi_modules/before/MultiKitGamma/Gamma.h
+27 −0 jazzy_multi_modules/before/Package.swift
+4 −0 jazzy_multi_modules/before/README.md

0 comments on commit 2604e12

Please sign in to comment.