yard 0.9.24 → 0.9.25

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of yard might be problematic. Click here for more details.

Files changed (223) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +37 -24
  3. data/CHANGELOG.md +18 -3
  4. data/README.md +96 -101
  5. data/Rakefile +2 -0
  6. data/lib/yard/cli/diff.rb +4 -1
  7. data/lib/yard/cli/server.rb +22 -13
  8. data/lib/yard/code_objects/proxy.rb +2 -1
  9. data/lib/yard/globals.rb +1 -1
  10. data/lib/yard/handlers/c/base.rb +164 -129
  11. data/lib/yard/parser/ruby/ruby_parser.rb +6 -4
  12. data/lib/yard/registry_store.rb +1 -1
  13. data/lib/yard/templates/helpers/html_helper.rb +10 -3
  14. data/lib/yard/templates/helpers/markup/rdoc_markup.rb +5 -4
  15. data/lib/yard/version.rb +1 -1
  16. data/tasks/update_error_map.rake +53 -0
  17. data/yard.gemspec +1 -1
  18. metadata +3 -207
  19. data/spec/cli/command_parser_spec.rb +0 -43
  20. data/spec/cli/command_spec.rb +0 -36
  21. data/spec/cli/config_spec.rb +0 -148
  22. data/spec/cli/diff_spec.rb +0 -254
  23. data/spec/cli/display_spec.rb +0 -30
  24. data/spec/cli/gems_spec.rb +0 -81
  25. data/spec/cli/graph_spec.rb +0 -18
  26. data/spec/cli/help_spec.rb +0 -22
  27. data/spec/cli/i18n_spec.rb +0 -107
  28. data/spec/cli/list_spec.rb +0 -8
  29. data/spec/cli/markup_types_spec.rb +0 -22
  30. data/spec/cli/server_spec.rb +0 -324
  31. data/spec/cli/stats_spec.rb +0 -96
  32. data/spec/cli/yard_on_yard_spec.rb +0 -38
  33. data/spec/cli/yardoc_spec.rb +0 -896
  34. data/spec/cli/yri_spec.rb +0 -101
  35. data/spec/code_objects/base_spec.rb +0 -485
  36. data/spec/code_objects/class_object_spec.rb +0 -226
  37. data/spec/code_objects/code_object_list_spec.rb +0 -36
  38. data/spec/code_objects/constants_spec.rb +0 -116
  39. data/spec/code_objects/extra_file_object_spec.rb +0 -161
  40. data/spec/code_objects/macro_object_spec.rb +0 -150
  41. data/spec/code_objects/method_object_spec.rb +0 -184
  42. data/spec/code_objects/module_object_spec.rb +0 -142
  43. data/spec/code_objects/namespace_mapper_spec.rb +0 -32
  44. data/spec/code_objects/namespace_object_spec.rb +0 -171
  45. data/spec/code_objects/proxy_spec.rb +0 -147
  46. data/spec/code_objects/spec_helper.rb +0 -3
  47. data/spec/config_spec.rb +0 -171
  48. data/spec/core_ext/array_spec.rb +0 -13
  49. data/spec/core_ext/file_spec.rb +0 -72
  50. data/spec/core_ext/hash_spec.rb +0 -14
  51. data/spec/core_ext/insertion_spec.rb +0 -37
  52. data/spec/core_ext/module_spec.rb +0 -9
  53. data/spec/core_ext/string_spec.rb +0 -42
  54. data/spec/core_ext/symbol_hash_spec.rb +0 -89
  55. data/spec/docstring_parser_spec.rb +0 -280
  56. data/spec/docstring_spec.rb +0 -373
  57. data/spec/handlers/alias_handler_spec.rb +0 -82
  58. data/spec/handlers/attribute_handler_spec.rb +0 -96
  59. data/spec/handlers/base_spec.rb +0 -216
  60. data/spec/handlers/c/alias_handler_spec.rb +0 -34
  61. data/spec/handlers/c/attribute_handler_spec.rb +0 -41
  62. data/spec/handlers/c/class_handler_spec.rb +0 -78
  63. data/spec/handlers/c/constant_handler_spec.rb +0 -71
  64. data/spec/handlers/c/init_handler_spec.rb +0 -48
  65. data/spec/handlers/c/method_handler_spec.rb +0 -327
  66. data/spec/handlers/c/mixin_handler_spec.rb +0 -44
  67. data/spec/handlers/c/module_handler_spec.rb +0 -71
  68. data/spec/handlers/c/override_comment_handler_spec.rb +0 -47
  69. data/spec/handlers/c/path_handler_spec.rb +0 -36
  70. data/spec/handlers/c/spec_helper.rb +0 -23
  71. data/spec/handlers/c/struct_handler_spec.rb +0 -16
  72. data/spec/handlers/class_condition_handler_spec.rb +0 -87
  73. data/spec/handlers/class_handler_spec.rb +0 -247
  74. data/spec/handlers/class_method_handler_shared_examples.rb +0 -133
  75. data/spec/handlers/class_variable_handler_spec.rb +0 -12
  76. data/spec/handlers/constant_handler_spec.rb +0 -112
  77. data/spec/handlers/decorator_handler_methods_spec.rb +0 -393
  78. data/spec/handlers/dsl_handler_spec.rb +0 -226
  79. data/spec/handlers/examples/alias_handler_001.rb.txt +0 -46
  80. data/spec/handlers/examples/attribute_handler_001.rb.txt +0 -32
  81. data/spec/handlers/examples/class_condition_handler_001.rb.txt +0 -69
  82. data/spec/handlers/examples/class_handler_001.rb.txt +0 -120
  83. data/spec/handlers/examples/class_variable_handler_001.rb.txt +0 -10
  84. data/spec/handlers/examples/constant_handler_001.rb.txt +0 -35
  85. data/spec/handlers/examples/dsl_handler_001.rb.txt +0 -156
  86. data/spec/handlers/examples/exception_handler_001.rb.txt +0 -59
  87. data/spec/handlers/examples/extend_handler_001.rb.txt +0 -19
  88. data/spec/handlers/examples/method_condition_handler_001.rb.txt +0 -10
  89. data/spec/handlers/examples/method_handler_001.rb.txt +0 -128
  90. data/spec/handlers/examples/mixin_handler_001.rb.txt +0 -40
  91. data/spec/handlers/examples/module_handler_001.rb.txt +0 -29
  92. data/spec/handlers/examples/private_constant_handler_001.rb.txt +0 -8
  93. data/spec/handlers/examples/process_handler_001.rb.txt +0 -11
  94. data/spec/handlers/examples/visibility_handler_001.rb.txt +0 -36
  95. data/spec/handlers/examples/yield_handler_001.rb.txt +0 -54
  96. data/spec/handlers/exception_handler_spec.rb +0 -49
  97. data/spec/handlers/extend_handler_spec.rb +0 -28
  98. data/spec/handlers/legacy_base_spec.rb +0 -128
  99. data/spec/handlers/method_condition_handler_spec.rb +0 -15
  100. data/spec/handlers/method_handler_spec.rb +0 -214
  101. data/spec/handlers/mixin_handler_spec.rb +0 -60
  102. data/spec/handlers/module_function_handler_spec.rb +0 -106
  103. data/spec/handlers/module_handler_spec.rb +0 -35
  104. data/spec/handlers/private_class_method_handler_spec.rb +0 -11
  105. data/spec/handlers/private_constant_handler_spec.rb +0 -25
  106. data/spec/handlers/processor_spec.rb +0 -35
  107. data/spec/handlers/public_class_method_handler_spec.rb +0 -11
  108. data/spec/handlers/ruby/base_spec.rb +0 -95
  109. data/spec/handlers/ruby/legacy/base_spec.rb +0 -84
  110. data/spec/handlers/spec_helper.rb +0 -33
  111. data/spec/handlers/visibility_handler_spec.rb +0 -44
  112. data/spec/handlers/yield_handler_spec.rb +0 -52
  113. data/spec/i18n/locale_spec.rb +0 -81
  114. data/spec/i18n/message_spec.rb +0 -52
  115. data/spec/i18n/messages_spec.rb +0 -67
  116. data/spec/i18n/pot_generator_spec.rb +0 -295
  117. data/spec/i18n/text_spec.rb +0 -184
  118. data/spec/logging_spec.rb +0 -44
  119. data/spec/options_spec.rb +0 -171
  120. data/spec/parser/base_spec.rb +0 -24
  121. data/spec/parser/c_parser_spec.rb +0 -236
  122. data/spec/parser/examples/array.c.txt +0 -6267
  123. data/spec/parser/examples/example1.rb.txt +0 -8
  124. data/spec/parser/examples/extrafile.c.txt +0 -8
  125. data/spec/parser/examples/file.c.txt +0 -28
  126. data/spec/parser/examples/multifile.c.txt +0 -22
  127. data/spec/parser/examples/namespace.cpp.txt +0 -68
  128. data/spec/parser/examples/override.c.txt +0 -424
  129. data/spec/parser/examples/parse_in_order_001.rb.txt +0 -2
  130. data/spec/parser/examples/parse_in_order_002.rb.txt +0 -2
  131. data/spec/parser/examples/tag_handler_001.rb.txt +0 -8
  132. data/spec/parser/ruby/ast_node_spec.rb +0 -33
  133. data/spec/parser/ruby/legacy/statement_list_spec.rb +0 -299
  134. data/spec/parser/ruby/legacy/token_list_spec.rb +0 -79
  135. data/spec/parser/ruby/ruby_parser_spec.rb +0 -520
  136. data/spec/parser/ruby/token_resolver_spec.rb +0 -165
  137. data/spec/parser/source_parser_spec.rb +0 -727
  138. data/spec/parser/tag_parsing_spec.rb +0 -17
  139. data/spec/rake/yardoc_task_spec.rb +0 -118
  140. data/spec/registry_resolver_spec.rb +0 -15
  141. data/spec/registry_spec.rb +0 -463
  142. data/spec/registry_store_spec.rb +0 -327
  143. data/spec/rubygems/doc_manager_spec.rb +0 -112
  144. data/spec/serializers/data/serialized_yardoc/checksums +0 -1
  145. data/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
  146. data/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
  147. data/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
  148. data/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
  149. data/spec/serializers/data/serialized_yardoc/proxy_types +0 -2
  150. data/spec/serializers/file_system_serializer_spec.rb +0 -145
  151. data/spec/serializers/spec_helper.rb +0 -2
  152. data/spec/serializers/yardoc_serializer_spec.rb +0 -90
  153. data/spec/server/adapter_spec.rb +0 -39
  154. data/spec/server/commands/base_spec.rb +0 -91
  155. data/spec/server/commands/library_command_spec.rb +0 -39
  156. data/spec/server/doc_server_helper_spec.rb +0 -72
  157. data/spec/server/doc_server_serializer_spec.rb +0 -60
  158. data/spec/server/rack_adapter_spec.rb +0 -21
  159. data/spec/server/router_spec.rb +0 -123
  160. data/spec/server/spec_helper.rb +0 -22
  161. data/spec/server/static_caching_spec.rb +0 -47
  162. data/spec/server/webrick_servlet_spec.rb +0 -20
  163. data/spec/server_spec.rb +0 -19
  164. data/spec/spec_helper.rb +0 -212
  165. data/spec/tags/default_factory_spec.rb +0 -168
  166. data/spec/tags/default_tag_spec.rb +0 -11
  167. data/spec/tags/directives_spec.rb +0 -463
  168. data/spec/tags/library_spec.rb +0 -48
  169. data/spec/tags/overload_tag_spec.rb +0 -53
  170. data/spec/tags/ref_tag_list_spec.rb +0 -53
  171. data/spec/tags/types_explainer_spec.rb +0 -203
  172. data/spec/templates/class_spec.rb +0 -45
  173. data/spec/templates/constant_spec.rb +0 -41
  174. data/spec/templates/engine_spec.rb +0 -131
  175. data/spec/templates/examples/class001.html +0 -308
  176. data/spec/templates/examples/class001.txt +0 -36
  177. data/spec/templates/examples/class002.html +0 -39
  178. data/spec/templates/examples/constant001.txt +0 -25
  179. data/spec/templates/examples/constant002.txt +0 -7
  180. data/spec/templates/examples/constant003.txt +0 -11
  181. data/spec/templates/examples/method001.html +0 -137
  182. data/spec/templates/examples/method001.txt +0 -35
  183. data/spec/templates/examples/method002.html +0 -91
  184. data/spec/templates/examples/method002.txt +0 -20
  185. data/spec/templates/examples/method003.html +0 -165
  186. data/spec/templates/examples/method003.txt +0 -45
  187. data/spec/templates/examples/method004.html +0 -48
  188. data/spec/templates/examples/method004.txt +0 -10
  189. data/spec/templates/examples/method005.html +0 -105
  190. data/spec/templates/examples/method005.txt +0 -33
  191. data/spec/templates/examples/method006.html +0 -108
  192. data/spec/templates/examples/method006.txt +0 -20
  193. data/spec/templates/examples/module001.dot +0 -33
  194. data/spec/templates/examples/module001.html +0 -833
  195. data/spec/templates/examples/module001.txt +0 -33
  196. data/spec/templates/examples/module002.html +0 -341
  197. data/spec/templates/examples/module003.html +0 -202
  198. data/spec/templates/examples/module004.html +0 -394
  199. data/spec/templates/examples/module005.html +0 -82
  200. data/spec/templates/examples/tag001.txt +0 -82
  201. data/spec/templates/helpers/base_helper_spec.rb +0 -171
  202. data/spec/templates/helpers/html_helper_spec.rb +0 -666
  203. data/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +0 -65
  204. data/spec/templates/helpers/markup/rdoc_markup_spec.rb +0 -84
  205. data/spec/templates/helpers/markup_helper_spec.rb +0 -136
  206. data/spec/templates/helpers/method_helper_spec.rb +0 -107
  207. data/spec/templates/helpers/module_helper_spec.rb +0 -35
  208. data/spec/templates/helpers/shared_signature_examples.rb +0 -126
  209. data/spec/templates/helpers/text_helper_spec.rb +0 -65
  210. data/spec/templates/markup_processor_integrations/asciidoctor_spec.rb +0 -60
  211. data/spec/templates/markup_processor_integrations/integration_spec_helper.rb +0 -50
  212. data/spec/templates/markup_processor_integrations/rdoc_markdown_spec.rb +0 -48
  213. data/spec/templates/markup_processor_integrations/rdoc_spec.rb +0 -39
  214. data/spec/templates/markup_processor_integrations/redcarpet_spec.rb +0 -64
  215. data/spec/templates/markup_processor_integrations/redcloth_spec.rb +0 -64
  216. data/spec/templates/method_spec.rb +0 -118
  217. data/spec/templates/module_spec.rb +0 -203
  218. data/spec/templates/onefile_spec.rb +0 -66
  219. data/spec/templates/section_spec.rb +0 -144
  220. data/spec/templates/spec_helper.rb +0 -76
  221. data/spec/templates/tag_spec.rb +0 -52
  222. data/spec/templates/template_spec.rb +0 -410
  223. data/spec/verifier_spec.rb +0 -106
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec.describe YARD::CLI::List do
4
- it "passes command off to Yardoc with --list" do
5
- expect(YARD::CLI::Yardoc).to receive(:run).with('-c', '--list', '--foo')
6
- YARD::CLI::List.run('--foo')
7
- end
8
- end
@@ -1,22 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec.describe YARD::CLI::MarkupTypes do
4
- it "lists all available markup types" do
5
- YARD::CLI::MarkupTypes.run
6
- data = log.io.string
7
- exts = YARD::Templates::Helpers::MarkupHelper::MARKUP_EXTENSIONS
8
- YARD::Templates::Helpers::MarkupHelper::MARKUP_PROVIDERS.each do |name, providers|
9
- expect(data).to match(/\b#{name}\b/)
10
-
11
- # Match all extensions
12
- exts[name].each do |ext|
13
- expect(data).to include(".#{ext}")
14
- end if exts[name]
15
-
16
- # Match all provider libs
17
- providers.each do |provider|
18
- expect(data).to match(/\b#{provider[:lib]}\b/)
19
- end
20
- end
21
- end
22
- end
@@ -1,324 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- class Server::WebrickAdapter; def start; end end
4
-
5
- RSpec.describe YARD::CLI::Server do
6
- before do
7
- allow(CLI::Yardoc).to receive(:run)
8
- @no_verify_libraries = false
9
- @set_libraries = true
10
- @no_adapter_mock = false
11
- @libraries = {}
12
- @options = {:single_library => true, :caching => false}
13
- @server_options = {:Port => 8808}
14
- @adapter = double(:adapter, :setup => nil)
15
- new_cli
16
- end
17
-
18
- after(:all) do
19
- Server::Adapter.shutdown
20
- end
21
-
22
- def new_cli
23
- @cli = subject
24
- end
25
-
26
- def rack_required
27
- require 'rack'
28
- rescue LoadError
29
- pending "rack required for this test"
30
- end
31
-
32
- def bundler_required
33
- require 'bundler'
34
- rescue LoadError
35
- pending "bundler required for this test"
36
- end
37
-
38
- def unstub_adapter
39
- @no_adapter_mock = true
40
- end
41
-
42
- def run(*args)
43
- if @set_libraries && @libraries.empty?
44
- library = Server::LibraryVersion.new(
45
- File.basename(Dir.pwd), nil, File.expand_path('.yardoc')
46
- )
47
- @libraries = {library.name => [library]}
48
- end
49
- unless @no_verify_libraries
50
- @libraries.values.each do |libs|
51
- libs.each do |lib|
52
- yfile = File.expand_path(lib.yardoc_file)
53
- allow(File).to receive(:exist?).with(yfile).and_return(true)
54
- end
55
- end
56
- end
57
- unless @no_adapter_mock
58
- allow(@cli).to receive(:adapter).and_return(@adapter)
59
- expect(@adapter).to receive(:new).
60
- with(@libraries, @options, @server_options).and_return(@adapter)
61
- expect(@adapter).to receive(:start)
62
- end
63
-
64
- @cli.run(*args.flatten)
65
- assert_libraries @libraries, @cli.libraries
66
- end
67
-
68
- def assert_libraries(expected_libs, actual_libs)
69
- expect(actual_libs).to eq expected_libs
70
- expected_libs.each do |name, libs|
71
- libs.each_with_index do |expected, i|
72
- actual = actual_libs[name][i]
73
- [:source, :source_path, :yardoc_file].each do |m|
74
- expect(actual.send(m)).to eq expected.send(m)
75
- end
76
- end
77
- end
78
- end
79
-
80
- # Mocks the existence of a file.
81
- def mock_file(filename, content = nil)
82
- allow(File).to receive(:exist?).with(filename).and_return(true)
83
- allow(File).to receive(:read_binary).with(filename).and_return(content) if content
84
- filename_e = File.expand_path(filename)
85
- mock_file(filename_e) unless filename_e == filename
86
- end
87
-
88
- before :each do
89
- allow(File).to receive(:exist?).and_call_original
90
- end
91
-
92
- context 'when .yardopts file exists' do
93
- before :each do
94
- Registry.yardoc_file = Registry::DEFAULT_YARDOC_FILE
95
- allow(File).to receive(:exist?).with(%r{\.yardoc/complete$}).and_return(false)
96
- allow(Dir).to receive(:pwd).and_return('/path/to/bar')
97
- allow(Dir).to receive(:chdir).and_yield
98
- @name = 'bar'
99
- end
100
-
101
- it "uses .yardoc as the yardoc db if .yardopts doesn't specify an alternate path" do
102
- mock_file '/path/to/bar/.yardopts', '--protected'
103
- @libraries[@name] = [Server::LibraryVersion.new(@name, nil, File.expand_path('/path/to/bar/.yardoc'))]
104
- @libraries.values[0][0].source_path = File.expand_path('/path/to/bar')
105
- run
106
- end
107
-
108
- it "uses the yardoc db location specified by .yardopts" do
109
- allow(File).to receive(:exist?).with(%r{/foo/complete$}).and_return(false)
110
- mock_file '/path/to/bar/.yardopts', '--db foo'
111
- @libraries[@name] = [Server::LibraryVersion.new(@name, nil, File.expand_path('/path/to/bar/foo'))]
112
- @libraries.values[0][0].source_path = File.expand_path('/path/to/bar')
113
- run
114
- end
115
-
116
- it "parses .yardopts when the library list is odd" do
117
- mock_file '/path/to/bar/.yardopts', '--db foo'
118
- @libraries['a'] = [Server::LibraryVersion.new('a', nil, File.expand_path('/path/to/bar/foo'))]
119
- @libraries.values[0][0].source_path = File.expand_path('/path/to/bar')
120
- run 'a'
121
- end
122
- end
123
-
124
- context "when .yardopts file doesn't exist" do
125
- before :each do
126
- allow(File).to receive(:exist?).with(%r{\.yardoc/complete$}).and_return(false)
127
- allow(File).to receive(:exist?).with(%r{^(.*[\\/])?\.yardopts$}).and_return(false)
128
- end
129
-
130
- it "defaults to .yardoc if no library is specified" do
131
- allow(Dir).to receive(:chdir).and_yield
132
- expect(Dir).to receive(:pwd).at_least(:once).and_return(File.expand_path('/path/to/foo'))
133
- @libraries['foo'] = [Server::LibraryVersion.new('foo', nil, File.expand_path('/path/to/foo/.yardoc'))]
134
- run
135
- end
136
-
137
- it "uses .yardoc as yardoc file if library list is odd" do
138
- @libraries['a'] = [Server::LibraryVersion.new('a', nil, File.expand_path('.yardoc'))]
139
- run 'a'
140
- end
141
-
142
- it "forces multi library if more than one library is listed" do
143
- allow(File).to receive(:exist?).with('b').and_return(true)
144
- @options[:single_library] = false
145
- @libraries['a'] = [Server::LibraryVersion.new('a', nil, File.expand_path('b'))]
146
- @libraries['c'] = [Server::LibraryVersion.new('c', nil, File.expand_path('.yardoc'))]
147
- run %w(a b c)
148
- end
149
-
150
- it "fails if specified directory does not exist" do
151
- @set_libraries = false
152
- allow(File).to receive(:exist?).with('b').and_return(false)
153
- expect(log).to receive(:warn).with(/Cannot find yardoc db for a: "b"/)
154
- run %w(a b)
155
- end
156
- end
157
-
158
- describe "General options" do
159
- before do
160
- allow(File).to receive(:exist?).with(%r{\.yardoc/complete$}).and_return(false)
161
- allow(File).to receive(:exist?).with(/\.yardopts$/).and_return(false)
162
- end
163
-
164
- it "accepts -m, --multi-library" do
165
- @options[:single_library] = false
166
- run '-m'
167
- run '--multi-library'
168
- end
169
-
170
- it "accepts -c, --cache" do
171
- @options[:caching] = true
172
- run '-c'
173
- run '--cache'
174
- end
175
-
176
- it "accepts -r, --reload" do
177
- @options[:incremental] = true
178
- run '-r'
179
- run '--reload'
180
- end
181
-
182
- it "accepts -d, --daemon" do
183
- @server_options[:daemonize] = true
184
- run '-d'
185
- run '--daemon'
186
- end
187
-
188
- it "accepts -B, --bind" do
189
- @server_options[:Host] = 'example.com'
190
- run '-B', 'example.com'
191
- run '--bind', 'example.com'
192
- end
193
-
194
- it "binds address with WebRick adapter" do
195
- @server_options[:Host] = 'example.com'
196
- run '-B', 'example.com', '-a', 'webrick'
197
- run '--bind', 'example.com', '-a', 'webrick'
198
- end
199
-
200
- it "binds address with Rack adapter" do
201
- @server_options[:Host] = 'example.com'
202
- run '-B', 'example.com', '-a', 'rack'
203
- run '--bind', 'example.com', '-a', 'rack'
204
- end
205
-
206
- it "accepts -p, --port" do
207
- @server_options[:Port] = 10
208
- run '-p', '10'
209
- run '--port', '10'
210
- end
211
-
212
- it "accepts --docroot" do
213
- @server_options[:DocumentRoot] = Dir.pwd + '/__foo/bar'
214
- run '--docroot', '__foo/bar'
215
- end
216
-
217
- it "accepts -a webrick to create WEBrick adapter" do
218
- expect(@cli).to receive(:adapter=).with(YARD::Server::WebrickAdapter)
219
- run '-a', 'webrick'
220
- end
221
-
222
- it "accepts -a rack to create Rack adapter" do
223
- rack_required
224
- expect(@cli).to receive(:adapter=).with(YARD::Server::RackAdapter)
225
- run '-a', 'rack'
226
- end
227
-
228
- it "defaults to Rack adapter if exists on system" do
229
- rack_required
230
- expect(@cli).to receive(:require).with('rubygems').and_return(false)
231
- expect(@cli).to receive(:require).with('rack').and_return(true)
232
- expect(@cli).to receive(:adapter=).with(YARD::Server::RackAdapter)
233
- @cli.send(:select_adapter)
234
- end
235
-
236
- it "falls back to WEBrick adapter if Rack is not on system" do
237
- expect(@cli).to receive(:require).with('rubygems').and_return(false)
238
- expect(@cli).to receive(:require).with('rack').and_raise(LoadError)
239
- expect(@cli).to receive(:adapter=).with(YARD::Server::WebrickAdapter)
240
- @cli.send(:select_adapter)
241
- end
242
-
243
- it "accepts -s, --server" do
244
- @server_options[:server] = 'thin'
245
- run '-s', 'thin'
246
- run '--server', 'thin'
247
- end
248
-
249
- it "accepts -g, --gems" do
250
- @no_verify_libraries = true
251
- @options[:single_library] = false
252
- @libraries['gem1'] = [Server::LibraryVersion.new('gem1', '1.0.0', nil, :gem)]
253
- @libraries['gem2'] = [Server::LibraryVersion.new('gem2', '1.0.0', nil, :gem)]
254
- gem1 = double(:gem1, :name => 'gem1', :version => '1.0.0', :full_gem_path => '/path/to/foo')
255
- gem2 = double(:gem2, :name => 'gem2', :version => '1.0.0', :full_gem_path => '/path/to/bar')
256
- specs = {'gem1' => gem1, 'gem2' => gem2}
257
- allow(YARD::GemIndex).to receive(:find_all_by_name) do |k, _ver|
258
- specs.grep(k).map {|name| specs[name] }
259
- end
260
- allow(YARD::GemIndex).to receive(:each) {|&b| specs.values.each(&b) }
261
- run '-g'
262
- run '--gems'
263
- end
264
-
265
- it "accepts -G, --gemfile" do
266
- bundler_required
267
- @no_verify_libraries = true
268
- @options[:single_library] = false
269
-
270
- @libraries['gem1'] = [Server::LibraryVersion.new('gem1', '1.0.0', nil, :gem)]
271
- @libraries['gem2'] = [Server::LibraryVersion.new('gem2', '1.0.0', nil, :gem)]
272
- gem1 = double(:gem1, :name => 'gem1', :version => '1.0.0', :full_gem_path => '/path/to/foo')
273
- gem2 = double(:gem2, :name => 'gem2', :version => '1.0.0', :full_gem_path => '/path/to/bar')
274
- lockfile_parser = double(:new, :specs => [gem1, gem2])
275
- allow(Bundler::LockfileParser).to receive(:new).and_return(lockfile_parser)
276
-
277
- expect(File).to receive(:exist?).at_least(2).times.with("Gemfile.lock").and_return(true)
278
- allow(File).to receive(:read)
279
-
280
- run '-G'
281
- run '--gemfile'
282
-
283
- expect(File).to receive(:exist?).with("different_name.lock").and_return(true)
284
- run '--gemfile', 'different_name'
285
- end
286
-
287
- it "warns if lockfile is not found (with -G)" do
288
- bundler_required
289
- expect(File).to receive(:exist?).with(/\.yardopts$/).at_least(:once).and_return(false)
290
- expect(File).to receive(:exist?).with('somefile.lock').and_return(false)
291
- expect(log).to receive(:warn).with(/Cannot find somefile.lock/)
292
- run '-G', 'somefile'
293
- end
294
-
295
- it "displays an error if Bundler not available (with -G)" do
296
- expect(@cli).to receive(:require).with('bundler').and_raise(LoadError)
297
- expect(log).to receive(:error).with(/Bundler not available/)
298
- run '-G'
299
- end
300
-
301
- it "loads template paths after adapter template paths" do
302
- unstub_adapter
303
- @cli.adapter = Server::WebrickAdapter
304
- run '-t', 'foo'
305
- expect(Templates::Engine.template_paths.last).to eq 'foo'
306
- end
307
-
308
- it "loads ruby code (-e) after adapter" do
309
- unstub_adapter
310
- @cli.adapter = Server::WebrickAdapter
311
- path = File.dirname(__FILE__) + '/tmp.adapterscript.rb'
312
- begin
313
- File.open(path, 'w') do |f|
314
- f.puts "YARD::Templates::Engine.register_template_path 'foo'"
315
- f.flush
316
- run '-e', f.path
317
- expect(Templates::Engine.template_paths.last).to eq 'foo'
318
- end
319
- ensure
320
- File.unlink(path)
321
- end
322
- end
323
- end
324
- end
@@ -1,96 +0,0 @@
1
- # frozen_string_literal: true
2
- require 'stringio'
3
-
4
- RSpec.describe YARD::CLI::Stats do
5
- before do
6
- Registry.clear
7
- YARD.parse_string <<-eof
8
- class A
9
- CONST = 1
10
-
11
- def foo; end
12
-
13
- attr_reader :fooattr
14
-
15
- # Documented
16
- def bar; end
17
- end
18
- module B; end
19
- eof
20
-
21
- @main_stats =
22
- "Files: 1\n" \
23
- "Modules: 1 ( 1 undocumented)\n" \
24
- "Classes: 1 ( 1 undocumented)\n" \
25
- "Constants: 1 ( 1 undocumented)\n" \
26
- "Attributes: 1 ( 0 undocumented)\n" \
27
- "Methods: 2 ( 1 undocumented)\n" \
28
- " 33.33% documented\n"
29
-
30
- @output = StringIO.new
31
- @stats = CLI::Stats.new(false)
32
- allow(@stats).to receive(:support_rdoc_document_file!).and_return([])
33
- allow(@stats).to receive(:yardopts).and_return([])
34
- allow(log).to receive(:puts) {|*args| @output << args.join("\n") << "\n" }
35
- end
36
-
37
- it "lists undocumented objects with --list-undoc when there are undocumented objects" do
38
- @stats.run('--list-undoc')
39
- expect(@output.string).to eq <<-eof
40
- #{@main_stats}
41
- Undocumented Objects:
42
-
43
- (in file: (stdin))
44
- A
45
- A#foo
46
- A::CONST
47
- B
48
- eof
49
- end
50
-
51
- it "lists no undocumented objects with --list-undoc when there is nothing undocumented" do
52
- Registry.clear
53
- YARD.parse_string <<-eof
54
- # documentation
55
- def foo; end
56
- eof
57
- @stats.run('--list-undoc')
58
- expect(@output.string).to eq "Files: 1\n" \
59
- "Modules: 0 ( 0 undocumented)\n" \
60
- "Classes: 0 ( 0 undocumented)\n" \
61
- "Constants: 0 ( 0 undocumented)\n" \
62
- "Attributes: 0 ( 0 undocumented)\n" \
63
- "Methods: 1 ( 0 undocumented)\n" \
64
- " 100.00% documented\n"
65
- end
66
-
67
- it "lists undocumented objects in compact mode with --list-undoc --compact" do
68
- @stats.run('--list-undoc', '--compact')
69
- expect(@output.string).to eq <<-eof
70
- #{@main_stats}
71
- Undocumented Objects:
72
- A ((stdin):1)
73
- A#foo ((stdin):4)
74
- A::CONST ((stdin):2)
75
- B ((stdin):11)
76
- eof
77
- end
78
-
79
- it "still lists stats with --quiet" do
80
- @stats.run('--quiet')
81
- expect(@output.string).to eq @main_stats
82
- end
83
-
84
- it "ignores everything with --no-public" do
85
- @stats.run('--no-public')
86
- expect(@output.string).to eq(
87
- "Files: 0\n" \
88
- "Modules: 0 ( 0 undocumented)\n" \
89
- "Classes: 0 ( 0 undocumented)\n" \
90
- "Constants: 0 ( 0 undocumented)\n" \
91
- "Attributes: 0 ( 0 undocumented)\n" \
92
- "Methods: 0 ( 0 undocumented)\n" \
93
- " 100.00% documented\n"
94
- )
95
- end
96
- end