mountain_view 0.7.1 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2775 +0,0 @@
1
- --------------------------------------------------------
2
- ComponentGeneratorTest: test_Generates_different_engines
3
- --------------------------------------------------------
4
- ------------------------------------------------------------------
5
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
6
- ------------------------------------------------------------------
7
- --------------------------------------------------------------------------------------------
8
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
9
- --------------------------------------------------------------------------------------------
10
- -------------------------------------------------------------------
11
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
12
- -------------------------------------------------------------------
13
- ---------------------------------------
14
- MountainViewTest: test_engine_is_loaded
15
- ---------------------------------------
16
- -------------------------------------------------------------
17
- MountainViewTest: test_global_stylesheets_are_properly_served
18
- -------------------------------------------------------------
19
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:57:18 -0400
20
- MountainView: stylesheet not found for component 'paragraph'
21
- -------------------------------------------------------------------------------
22
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
23
- -------------------------------------------------------------------------------
24
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 19:57:18 -0400
25
- Processing by MountainView::StyleguideController#show as HTML
26
- Parameters: {"id"=>"breadcrumbs"}
27
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
28
- MountainView: javascript not found for component 'paragraph'
29
- Completed 200 OK in 57ms (Views: 56.5ms)
30
- -----------------------------------------------------------------------------------
31
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
32
- -----------------------------------------------------------------------------------
33
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 19:57:18 -0400
34
- Processing by MountainView::StyleguideController#show as HTML
35
- Parameters: {"id"=>"something"}
36
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
37
- Completed 200 OK in 2ms (Views: 2.0ms)
38
- -----------------------------------------------------------------------------
39
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
40
- -----------------------------------------------------------------------------
41
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:57:18 -0400
42
- Processing by MountainView::StyleguideController#show as HTML
43
- Parameters: {"id"=>"header"}
44
- Rendered app/components/header/_header.html.erb (1.6ms)
45
- Rendered app/components/header/_header.html.erb (0.2ms)
46
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.5ms)
47
- Completed 200 OK in 8ms (Views: 8.2ms)
48
- -----------------------------------------------
49
- MountainViewTest: test_shows_specific_component
50
- -----------------------------------------------
51
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:57:18 -0400
52
- Processing by MountainView::StyleguideController#show as HTML
53
- Parameters: {"id"=>"header"}
54
- Rendered app/components/header/_header.html.erb (0.2ms)
55
- Rendered app/components/header/_header.html.erb (0.1ms)
56
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.5ms)
57
- Completed 200 OK in 3ms (Views: 3.2ms)
58
- ------------------------------------------------------
59
- MountainViewTest: test_stylesheets_are_properly_served
60
- ------------------------------------------------------
61
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:57:18 -0400
62
- ---------------------------------------
63
- MountainViewTest: test_shows_styleguide
64
- ---------------------------------------
65
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 19:57:18 -0400
66
- Processing by MountainView::StyleguideController#index as HTML
67
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (17.8ms)
68
- Completed 200 OK in 22ms (Views: 21.5ms)
69
- ------------------------------------------------------
70
- MountainViewTest: test_javascripts_are_properly_served
71
- ------------------------------------------------------
72
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 19:57:18 -0400
73
- --------------------------------------
74
- MountainViewComponentTest: test_stubs?
75
- --------------------------------------
76
- ------------------------------------
77
- MountainViewComponentTest: test_name
78
- ------------------------------------
79
- ------------------------------------------
80
- MountainViewComponentTest: test_stubs_file
81
- ------------------------------------------
82
- -----------------------------------------------
83
- MountainViewComponentTest: test_humanized_title
84
- -----------------------------------------------
85
- ------------------------------------------------
86
- MountainViewComponentTest: test_styleguide_stubs
87
- ------------------------------------------------
88
- --------------------------------------------------------------------
89
- MountainView::ComponentHelperTest: test_renders_the_proper_component
90
- --------------------------------------------------------------------
91
- Rendered app/components/header/_header.html.erb (0.6ms)
92
- ------------------------------------------------------------------
93
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
94
- ------------------------------------------------------------------
95
- --------------------------------------------------------
96
- ComponentGeneratorTest: test_Generates_different_engines
97
- --------------------------------------------------------
98
- --------------------------------------------------------------------
99
- MountainView::ComponentHelperTest: test_renders_the_proper_component
100
- --------------------------------------------------------------------
101
- Rendered app/components/header/_header.html.erb (1.4ms)
102
- ------------------------------------------------
103
- MountainViewComponentTest: test_styleguide_stubs
104
- ------------------------------------------------
105
- ------------------------------------
106
- MountainViewComponentTest: test_name
107
- ------------------------------------
108
- ------------------------------------------
109
- MountainViewComponentTest: test_stubs_file
110
- ------------------------------------------
111
- -----------------------------------------------
112
- MountainViewComponentTest: test_humanized_title
113
- -----------------------------------------------
114
- --------------------------------------
115
- MountainViewComponentTest: test_stubs?
116
- --------------------------------------
117
- -----------------------------------------------
118
- MountainViewTest: test_shows_specific_component
119
- -----------------------------------------------
120
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:57:22 -0400
121
- Processing by MountainView::StyleguideController#show as HTML
122
- Parameters: {"id"=>"header"}
123
- Rendered app/components/header/_header.html.erb (2.0ms)
124
- Rendered app/components/header/_header.html.erb (0.2ms)
125
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.0ms)
126
- MountainView: stylesheet not found for component 'paragraph'
127
- MountainView: javascript not found for component 'paragraph'
128
- Completed 200 OK in 190ms (Views: 190.1ms)
129
- ------------------------------------------------------
130
- MountainViewTest: test_javascripts_are_properly_served
131
- ------------------------------------------------------
132
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 19:57:22 -0400
133
- ---------------------------------------
134
- MountainViewTest: test_shows_styleguide
135
- ---------------------------------------
136
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 19:57:22 -0400
137
- Processing by MountainView::StyleguideController#index as HTML
138
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.7ms)
139
- Completed 200 OK in 3ms (Views: 3.3ms)
140
- -----------------------------------------------------------------------------------
141
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
142
- -----------------------------------------------------------------------------------
143
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 19:57:22 -0400
144
- Processing by MountainView::StyleguideController#show as HTML
145
- Parameters: {"id"=>"something"}
146
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
147
- Completed 200 OK in 2ms (Views: 1.8ms)
148
- -----------------------------------------------------------------------------
149
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
150
- -----------------------------------------------------------------------------
151
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:57:22 -0400
152
- Processing by MountainView::StyleguideController#show as HTML
153
- Parameters: {"id"=>"header"}
154
- Rendered app/components/header/_header.html.erb (0.2ms)
155
- Rendered app/components/header/_header.html.erb (0.1ms)
156
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
157
- Completed 200 OK in 3ms (Views: 3.1ms)
158
- ---------------------------------------
159
- MountainViewTest: test_engine_is_loaded
160
- ---------------------------------------
161
- ------------------------------------------------------
162
- MountainViewTest: test_stylesheets_are_properly_served
163
- ------------------------------------------------------
164
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:57:22 -0400
165
- -------------------------------------------------------------
166
- MountainViewTest: test_global_stylesheets_are_properly_served
167
- -------------------------------------------------------------
168
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:57:22 -0400
169
- -------------------------------------------------------------------------------
170
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
171
- -------------------------------------------------------------------------------
172
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 19:57:22 -0400
173
- Processing by MountainView::StyleguideController#show as HTML
174
- Parameters: {"id"=>"breadcrumbs"}
175
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
176
- Completed 200 OK in 2ms (Views: 2.0ms)
177
- --------------------------------------------------------------------------------------------
178
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
179
- --------------------------------------------------------------------------------------------
180
- -------------------------------------------------------------------
181
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
182
- -------------------------------------------------------------------
183
- --------------------------------------------------------------------------------------------
184
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
185
- --------------------------------------------------------------------------------------------
186
- -------------------------------------------------------------------
187
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
188
- -------------------------------------------------------------------
189
- --------------------------------------
190
- MountainViewComponentTest: test_stubs?
191
- --------------------------------------
192
- ------------------------------------
193
- MountainViewComponentTest: test_name
194
- ------------------------------------
195
- ------------------------------------------------
196
- MountainViewComponentTest: test_styleguide_stubs
197
- ------------------------------------------------
198
- ------------------------------------------
199
- MountainViewComponentTest: test_stubs_file
200
- ------------------------------------------
201
- -----------------------------------------------
202
- MountainViewComponentTest: test_humanized_title
203
- -----------------------------------------------
204
- --------------------------------------------------------------------
205
- MountainView::ComponentHelperTest: test_renders_the_proper_component
206
- --------------------------------------------------------------------
207
- Rendered app/components/header/_header.html.erb (1.2ms)
208
- -----------------------------------------------
209
- MountainViewTest: test_shows_specific_component
210
- -----------------------------------------------
211
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:57:32 -0400
212
- Processing by MountainView::StyleguideController#show as HTML
213
- Parameters: {"id"=>"header"}
214
- Rendered app/components/header/_header.html.erb (1.2ms)
215
- Rendered app/components/header/_header.html.erb (0.1ms)
216
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.1ms)
217
- MountainView: stylesheet not found for component 'paragraph'
218
- MountainView: javascript not found for component 'paragraph'
219
- Completed 200 OK in 218ms (Views: 218.2ms)
220
- -----------------------------------------------------------------------------
221
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
222
- -----------------------------------------------------------------------------
223
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:57:32 -0400
224
- Processing by MountainView::StyleguideController#show as HTML
225
- Parameters: {"id"=>"header"}
226
- Rendered app/components/header/_header.html.erb (0.2ms)
227
- Rendered app/components/header/_header.html.erb (0.1ms)
228
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
229
- Completed 200 OK in 3ms (Views: 3.1ms)
230
- ---------------------------------------
231
- MountainViewTest: test_shows_styleguide
232
- ---------------------------------------
233
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 19:57:32 -0400
234
- Processing by MountainView::StyleguideController#index as HTML
235
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
236
- Completed 200 OK in 3ms (Views: 2.5ms)
237
- -----------------------------------------------------------------------------------
238
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
239
- -----------------------------------------------------------------------------------
240
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 19:57:32 -0400
241
- Processing by MountainView::StyleguideController#show as HTML
242
- Parameters: {"id"=>"something"}
243
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
244
- Completed 200 OK in 2ms (Views: 2.1ms)
245
- ------------------------------------------------------
246
- MountainViewTest: test_stylesheets_are_properly_served
247
- ------------------------------------------------------
248
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:57:32 -0400
249
- ---------------------------------------
250
- MountainViewTest: test_engine_is_loaded
251
- ---------------------------------------
252
- -------------------------------------------------------------------------------
253
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
254
- -------------------------------------------------------------------------------
255
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 19:57:32 -0400
256
- Processing by MountainView::StyleguideController#show as HTML
257
- Parameters: {"id"=>"breadcrumbs"}
258
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
259
- Completed 200 OK in 2ms (Views: 1.9ms)
260
- ------------------------------------------------------
261
- MountainViewTest: test_javascripts_are_properly_served
262
- ------------------------------------------------------
263
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 19:57:32 -0400
264
- -------------------------------------------------------------
265
- MountainViewTest: test_global_stylesheets_are_properly_served
266
- -------------------------------------------------------------
267
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:57:32 -0400
268
- ------------------------------------------------------------------
269
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
270
- ------------------------------------------------------------------
271
- --------------------------------------------------------
272
- ComponentGeneratorTest: test_Generates_different_engines
273
- --------------------------------------------------------
274
- ------------------------------------------------
275
- MountainViewComponentTest: test_styleguide_stubs
276
- ------------------------------------------------
277
- ------------------------------------------
278
- MountainViewComponentTest: test_stubs_file
279
- ------------------------------------------
280
- -----------------------------------------------
281
- MountainViewComponentTest: test_humanized_title
282
- -----------------------------------------------
283
- --------------------------------------
284
- MountainViewComponentTest: test_stubs?
285
- --------------------------------------
286
- ------------------------------------
287
- MountainViewComponentTest: test_name
288
- ------------------------------------
289
- --------------------------------------------------------------------------------------------
290
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
291
- --------------------------------------------------------------------------------------------
292
- -------------------------------------------------------------------
293
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
294
- -------------------------------------------------------------------
295
- --------------------------------------------------------------------
296
- MountainView::ComponentHelperTest: test_renders_the_proper_component
297
- --------------------------------------------------------------------
298
- Rendered app/components/header/_header.html.erb (1.2ms)
299
- -----------------------------------------------
300
- MountainViewTest: test_shows_specific_component
301
- -----------------------------------------------
302
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:57:35 -0400
303
- Processing by MountainView::StyleguideController#show as HTML
304
- Parameters: {"id"=>"header"}
305
- Rendered app/components/header/_header.html.erb (1.4ms)
306
- Rendered app/components/header/_header.html.erb (0.1ms)
307
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.1ms)
308
- MountainView: stylesheet not found for component 'paragraph'
309
- MountainView: javascript not found for component 'paragraph'
310
- Completed 200 OK in 223ms (Views: 222.7ms)
311
- -------------------------------------------------------------
312
- MountainViewTest: test_global_stylesheets_are_properly_served
313
- -------------------------------------------------------------
314
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:57:35 -0400
315
- -------------------------------------------------------------------------------
316
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
317
- -------------------------------------------------------------------------------
318
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 19:57:35 -0400
319
- Processing by MountainView::StyleguideController#show as HTML
320
- Parameters: {"id"=>"breadcrumbs"}
321
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
322
- Completed 200 OK in 2ms (Views: 2.3ms)
323
- ---------------------------------------
324
- MountainViewTest: test_shows_styleguide
325
- ---------------------------------------
326
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 19:57:35 -0400
327
- Processing by MountainView::StyleguideController#index as HTML
328
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
329
- Completed 200 OK in 3ms (Views: 3.3ms)
330
- ------------------------------------------------------
331
- MountainViewTest: test_stylesheets_are_properly_served
332
- ------------------------------------------------------
333
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:57:35 -0400
334
- -----------------------------------------------------------------------------------
335
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
336
- -----------------------------------------------------------------------------------
337
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 19:57:35 -0400
338
- Processing by MountainView::StyleguideController#show as HTML
339
- Parameters: {"id"=>"something"}
340
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
341
- Completed 200 OK in 2ms (Views: 1.8ms)
342
- ------------------------------------------------------
343
- MountainViewTest: test_javascripts_are_properly_served
344
- ------------------------------------------------------
345
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 19:57:35 -0400
346
- -----------------------------------------------------------------------------
347
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
348
- -----------------------------------------------------------------------------
349
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:57:35 -0400
350
- Processing by MountainView::StyleguideController#show as HTML
351
- Parameters: {"id"=>"header"}
352
- Rendered app/components/header/_header.html.erb (0.3ms)
353
- Rendered app/components/header/_header.html.erb (0.1ms)
354
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.9ms)
355
- Completed 200 OK in 3ms (Views: 3.4ms)
356
- ---------------------------------------
357
- MountainViewTest: test_engine_is_loaded
358
- ---------------------------------------
359
- ------------------------------------------------------------------
360
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
361
- ------------------------------------------------------------------
362
- --------------------------------------------------------
363
- ComponentGeneratorTest: test_Generates_different_engines
364
- --------------------------------------------------------
365
- ------------------------------------------------------------------
366
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
367
- ------------------------------------------------------------------
368
- --------------------------------------------------------
369
- ComponentGeneratorTest: test_Generates_different_engines
370
- --------------------------------------------------------
371
- -----------------------------------------------
372
- MountainViewComponentTest: test_humanized_title
373
- -----------------------------------------------
374
- ------------------------------------------
375
- MountainViewComponentTest: test_stubs_file
376
- ------------------------------------------
377
- --------------------------------------
378
- MountainViewComponentTest: test_stubs?
379
- --------------------------------------
380
- ------------------------------------
381
- MountainViewComponentTest: test_name
382
- ------------------------------------
383
- ------------------------------------------------
384
- MountainViewComponentTest: test_styleguide_stubs
385
- ------------------------------------------------
386
- --------------------------------------------------------------------
387
- MountainView::ComponentHelperTest: test_renders_the_proper_component
388
- --------------------------------------------------------------------
389
- Rendered app/components/header/_header.html.erb (1.3ms)
390
- -----------------------------------------------------------------------------------
391
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
392
- -----------------------------------------------------------------------------------
393
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 19:58:03 -0400
394
- Processing by MountainView::StyleguideController#show as HTML
395
- Parameters: {"id"=>"something"}
396
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.8ms)
397
- MountainView: stylesheet not found for component 'paragraph'
398
- MountainView: javascript not found for component 'paragraph'
399
- Completed 200 OK in 218ms (Views: 217.9ms)
400
- -------------------------------------------------------------
401
- MountainViewTest: test_global_stylesheets_are_properly_served
402
- -------------------------------------------------------------
403
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:58:03 -0400
404
- ---------------------------------------
405
- MountainViewTest: test_shows_styleguide
406
- ---------------------------------------
407
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 19:58:03 -0400
408
- Processing by MountainView::StyleguideController#index as HTML
409
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.7ms)
410
- Completed 200 OK in 4ms (Views: 3.4ms)
411
- ------------------------------------------------------
412
- MountainViewTest: test_stylesheets_are_properly_served
413
- ------------------------------------------------------
414
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:58:03 -0400
415
- -----------------------------------------------------------------------------
416
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
417
- -----------------------------------------------------------------------------
418
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:58:03 -0400
419
- Processing by MountainView::StyleguideController#show as HTML
420
- Parameters: {"id"=>"header"}
421
- Rendered app/components/header/_header.html.erb (1.2ms)
422
- Rendered app/components/header/_header.html.erb (0.1ms)
423
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.3ms)
424
- Completed 200 OK in 5ms (Views: 4.8ms)
425
- -----------------------------------------------
426
- MountainViewTest: test_shows_specific_component
427
- -----------------------------------------------
428
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:58:03 -0400
429
- Processing by MountainView::StyleguideController#show as HTML
430
- Parameters: {"id"=>"header"}
431
- Rendered app/components/header/_header.html.erb (0.2ms)
432
- Rendered app/components/header/_header.html.erb (0.1ms)
433
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
434
- Completed 200 OK in 3ms (Views: 3.0ms)
435
- -------------------------------------------------------------------------------
436
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
437
- -------------------------------------------------------------------------------
438
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 19:58:03 -0400
439
- Processing by MountainView::StyleguideController#show as HTML
440
- Parameters: {"id"=>"breadcrumbs"}
441
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
442
- Completed 200 OK in 2ms (Views: 1.8ms)
443
- ------------------------------------------------------
444
- MountainViewTest: test_javascripts_are_properly_served
445
- ------------------------------------------------------
446
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 19:58:03 -0400
447
- ---------------------------------------
448
- MountainViewTest: test_engine_is_loaded
449
- ---------------------------------------
450
- --------------------------------------------------------------------------------------------
451
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
452
- --------------------------------------------------------------------------------------------
453
- -------------------------------------------------------------------
454
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
455
- -------------------------------------------------------------------
456
- -------------------------------------------------------------------
457
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
458
- -------------------------------------------------------------------
459
- --------------------------------------------------------------------------------------------
460
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
461
- --------------------------------------------------------------------------------------------
462
- ------------------------------------------
463
- MountainViewComponentTest: test_stubs_file
464
- ------------------------------------------
465
- -----------------------------------------------
466
- MountainViewComponentTest: test_humanized_title
467
- -----------------------------------------------
468
- ------------------------------------------------
469
- MountainViewComponentTest: test_styleguide_stubs
470
- ------------------------------------------------
471
- ------------------------------------
472
- MountainViewComponentTest: test_name
473
- ------------------------------------
474
- --------------------------------------
475
- MountainViewComponentTest: test_stubs?
476
- --------------------------------------
477
- -------------------------------------------------------------
478
- MountainViewTest: test_global_stylesheets_are_properly_served
479
- -------------------------------------------------------------
480
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:58:23 -0400
481
- MountainView: stylesheet not found for component 'paragraph'
482
- ---------------------------------------
483
- MountainViewTest: test_engine_is_loaded
484
- ---------------------------------------
485
- ------------------------------------------------------
486
- MountainViewTest: test_javascripts_are_properly_served
487
- ------------------------------------------------------
488
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 19:58:23 -0400
489
- MountainView: javascript not found for component 'paragraph'
490
- -----------------------------------------------
491
- MountainViewTest: test_shows_specific_component
492
- -----------------------------------------------
493
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:58:23 -0400
494
- Processing by MountainView::StyleguideController#show as HTML
495
- Parameters: {"id"=>"header"}
496
- Rendered app/components/header/_header.html.erb (1.3ms)
497
- Rendered app/components/header/_header.html.erb (0.2ms)
498
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.9ms)
499
- Completed 200 OK in 39ms (Views: 39.2ms)
500
- -------------------------------------------------------------------------------
501
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
502
- -------------------------------------------------------------------------------
503
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 19:58:23 -0400
504
- Processing by MountainView::StyleguideController#show as HTML
505
- Parameters: {"id"=>"breadcrumbs"}
506
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
507
- Completed 200 OK in 3ms (Views: 2.4ms)
508
- -----------------------------------------------------------------------------------
509
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
510
- -----------------------------------------------------------------------------------
511
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 19:58:23 -0400
512
- Processing by MountainView::StyleguideController#show as HTML
513
- Parameters: {"id"=>"something"}
514
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
515
- Completed 200 OK in 2ms (Views: 1.8ms)
516
- ------------------------------------------------------
517
- MountainViewTest: test_stylesheets_are_properly_served
518
- ------------------------------------------------------
519
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 19:58:23 -0400
520
- ---------------------------------------
521
- MountainViewTest: test_shows_styleguide
522
- ---------------------------------------
523
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 19:58:23 -0400
524
- Processing by MountainView::StyleguideController#index as HTML
525
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
526
- Completed 200 OK in 3ms (Views: 2.4ms)
527
- -----------------------------------------------------------------------------
528
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
529
- -----------------------------------------------------------------------------
530
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 19:58:23 -0400
531
- Processing by MountainView::StyleguideController#show as HTML
532
- Parameters: {"id"=>"header"}
533
- Rendered app/components/header/_header.html.erb (0.2ms)
534
- Rendered app/components/header/_header.html.erb (0.1ms)
535
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
536
- Completed 200 OK in 3ms (Views: 3.1ms)
537
- --------------------------------------------------------------------
538
- MountainView::ComponentHelperTest: test_renders_the_proper_component
539
- --------------------------------------------------------------------
540
- Rendered app/components/header/_header.html.erb (0.6ms)
541
- ------------------------------------------------------------------
542
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
543
- ------------------------------------------------------------------
544
- --------------------------------------------------------
545
- ComponentGeneratorTest: test_Generates_different_engines
546
- --------------------------------------------------------
547
- ------------------------------------------------------
548
- MountainViewTest: test_stylesheets_are_properly_served
549
- ------------------------------------------------------
550
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:03:42 -0400
551
- MountainView: stylesheet not found for component 'paragraph'
552
- -------------------------------------------------------------------------------
553
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
554
- -------------------------------------------------------------------------------
555
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:03:42 -0400
556
- Processing by MountainView::StyleguideController#show as HTML
557
- Parameters: {"id"=>"breadcrumbs"}
558
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (2.3ms)
559
- MountainView: javascript not found for component 'paragraph'
560
- Completed 200 OK in 72ms (Views: 72.2ms)
561
- -----------------------------------------------------------------------------------
562
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
563
- -----------------------------------------------------------------------------------
564
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:03:42 -0400
565
- Processing by MountainView::StyleguideController#show as HTML
566
- Parameters: {"id"=>"something"}
567
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
568
- Completed 200 OK in 2ms (Views: 2.2ms)
569
- ------------------------------------------------------
570
- MountainViewTest: test_javascripts_are_properly_served
571
- ------------------------------------------------------
572
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:03:42 -0400
573
- -------------------------------------------------------------
574
- MountainViewTest: test_global_stylesheets_are_properly_served
575
- -------------------------------------------------------------
576
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:03:42 -0400
577
- -----------------------------------------------
578
- MountainViewTest: test_shows_specific_component
579
- -----------------------------------------------
580
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:03:42 -0400
581
- Processing by MountainView::StyleguideController#show as HTML
582
- Parameters: {"id"=>"header"}
583
- Rendered app/components/header/_header.html.erb (1.8ms)
584
- Rendered app/components/header/_header.html.erb (0.2ms)
585
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.2ms)
586
- Completed 200 OK in 10ms (Views: 10.0ms)
587
- ---------------------------------------
588
- MountainViewTest: test_engine_is_loaded
589
- ---------------------------------------
590
- ---------------------------------------
591
- MountainViewTest: test_shows_styleguide
592
- ---------------------------------------
593
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:03:42 -0400
594
- Processing by MountainView::StyleguideController#index as HTML
595
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (14.6ms)
596
- Completed 200 OK in 17ms (Views: 16.9ms)
597
- -----------------------------------------------------------------------------
598
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
599
- -----------------------------------------------------------------------------
600
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:03:42 -0400
601
- Processing by MountainView::StyleguideController#show as HTML
602
- Parameters: {"id"=>"header"}
603
- Rendered app/components/header/_header.html.erb (0.2ms)
604
- Rendered app/components/header/_header.html.erb (0.1ms)
605
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.5ms)
606
- Completed 200 OK in 4ms (Views: 3.4ms)
607
- --------------------------------------------------------------------------------------------
608
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
609
- --------------------------------------------------------------------------------------------
610
- -------------------------------------------------------------------
611
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
612
- -------------------------------------------------------------------
613
- --------------------------------------------------------------------
614
- MountainView::ComponentHelperTest: test_renders_the_proper_component
615
- --------------------------------------------------------------------
616
- Rendered app/components/header/_header.html.erb (0.6ms)
617
- ------------------------------------------------------------------
618
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
619
- ------------------------------------------------------------------
620
- --------------------------------------------------------
621
- ComponentGeneratorTest: test_Generates_different_engines
622
- --------------------------------------------------------
623
- -----------------------------------------------
624
- MountainViewComponentTest: test_humanized_title
625
- -----------------------------------------------
626
- ------------------------------------------
627
- MountainViewComponentTest: test_stubs_file
628
- ------------------------------------------
629
- --------------------------------------
630
- MountainViewComponentTest: test_stubs?
631
- --------------------------------------
632
- ------------------------------------------------
633
- MountainViewComponentTest: test_styleguide_stubs
634
- ------------------------------------------------
635
- ------------------------------------
636
- MountainViewComponentTest: test_name
637
- ------------------------------------
638
- ---------------------------------------
639
- MountainViewTest: test_engine_is_loaded
640
- ---------------------------------------
641
- -------------------------------------------------------------------------------
642
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
643
- -------------------------------------------------------------------------------
644
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:04:18 -0400
645
- Processing by MountainView::StyleguideController#show as HTML
646
- Parameters: {"id"=>"breadcrumbs"}
647
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.5ms)
648
- MountainView: stylesheet not found for component 'paragraph'
649
- MountainView: javascript not found for component 'paragraph'
650
- Completed 200 OK in 217ms (Views: 216.7ms)
651
- -----------------------------------------------------------------------------
652
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
653
- -----------------------------------------------------------------------------
654
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:04:18 -0400
655
- Processing by MountainView::StyleguideController#show as HTML
656
- Parameters: {"id"=>"header"}
657
- Rendered app/components/header/_header.html.erb (1.2ms)
658
- Rendered app/components/header/_header.html.erb (0.1ms)
659
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.7ms)
660
- Completed 200 OK in 7ms (Views: 6.5ms)
661
- -----------------------------------------------
662
- MountainViewTest: test_shows_specific_component
663
- -----------------------------------------------
664
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:04:18 -0400
665
- Processing by MountainView::StyleguideController#show as HTML
666
- Parameters: {"id"=>"header"}
667
- Rendered app/components/header/_header.html.erb (0.2ms)
668
- Rendered app/components/header/_header.html.erb (0.1ms)
669
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
670
- Completed 200 OK in 3ms (Views: 3.3ms)
671
- ------------------------------------------------------
672
- MountainViewTest: test_stylesheets_are_properly_served
673
- ------------------------------------------------------
674
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:04:18 -0400
675
- -----------------------------------------------------------------------------------
676
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
677
- -----------------------------------------------------------------------------------
678
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:04:18 -0400
679
- Processing by MountainView::StyleguideController#show as HTML
680
- Parameters: {"id"=>"something"}
681
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
682
- Completed 200 OK in 2ms (Views: 1.9ms)
683
- ---------------------------------------
684
- MountainViewTest: test_shows_styleguide
685
- ---------------------------------------
686
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:04:18 -0400
687
- Processing by MountainView::StyleguideController#index as HTML
688
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
689
- Completed 200 OK in 3ms (Views: 2.6ms)
690
- ------------------------------------------------------
691
- MountainViewTest: test_javascripts_are_properly_served
692
- ------------------------------------------------------
693
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:04:18 -0400
694
- -------------------------------------------------------------
695
- MountainViewTest: test_global_stylesheets_are_properly_served
696
- -------------------------------------------------------------
697
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:04:18 -0400
698
- ------------------------------------------------------------------
699
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
700
- ------------------------------------------------------------------
701
- --------------------------------------------------------
702
- ComponentGeneratorTest: test_Generates_different_engines
703
- --------------------------------------------------------
704
- --------------------------------------------------------------------
705
- MountainView::ComponentHelperTest: test_renders_the_proper_component
706
- --------------------------------------------------------------------
707
- Rendered app/components/header/_header.html.erb (0.7ms)
708
- -----------------------------------------------
709
- MountainViewComponentTest: test_humanized_title
710
- -----------------------------------------------
711
- --------------------------------------
712
- MountainViewComponentTest: test_stubs?
713
- --------------------------------------
714
- ------------------------------------------------
715
- MountainViewComponentTest: test_styleguide_stubs
716
- ------------------------------------------------
717
- ------------------------------------------
718
- MountainViewComponentTest: test_stubs_file
719
- ------------------------------------------
720
- ------------------------------------
721
- MountainViewComponentTest: test_name
722
- ------------------------------------
723
- -------------------------------------------------------------------
724
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
725
- -------------------------------------------------------------------
726
- --------------------------------------------------------------------------------------------
727
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
728
- --------------------------------------------------------------------------------------------
729
- ------------------------------------------------------------------
730
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
731
- ------------------------------------------------------------------
732
- --------------------------------------------------------
733
- ComponentGeneratorTest: test_Generates_different_engines
734
- --------------------------------------------------------
735
- -----------------------------------------------
736
- MountainViewComponentTest: test_humanized_title
737
- -----------------------------------------------
738
- --------------------------------------
739
- MountainViewComponentTest: test_stubs?
740
- --------------------------------------
741
- ------------------------------------
742
- MountainViewComponentTest: test_name
743
- ------------------------------------
744
- ------------------------------------------
745
- MountainViewComponentTest: test_stubs_file
746
- ------------------------------------------
747
- ------------------------------------------------
748
- MountainViewComponentTest: test_styleguide_stubs
749
- ------------------------------------------------
750
- --------------------------------------------------------------------------------------------
751
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
752
- --------------------------------------------------------------------------------------------
753
- -------------------------------------------------------------------
754
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
755
- -------------------------------------------------------------------
756
- -----------------------------------------------
757
- MountainViewTest: test_shows_specific_component
758
- -----------------------------------------------
759
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:04:22 -0400
760
- Processing by MountainView::StyleguideController#show as HTML
761
- Parameters: {"id"=>"header"}
762
- Rendered app/components/header/_header.html.erb (1.5ms)
763
- Rendered app/components/header/_header.html.erb (0.1ms)
764
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (13.1ms)
765
- MountainView: stylesheet not found for component 'paragraph'
766
- MountainView: javascript not found for component 'paragraph'
767
- Completed 200 OK in 205ms (Views: 205.1ms)
768
- ---------------------------------------
769
- MountainViewTest: test_shows_styleguide
770
- ---------------------------------------
771
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:04:22 -0400
772
- Processing by MountainView::StyleguideController#index as HTML
773
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
774
- Completed 200 OK in 3ms (Views: 2.4ms)
775
- ------------------------------------------------------
776
- MountainViewTest: test_javascripts_are_properly_served
777
- ------------------------------------------------------
778
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:04:22 -0400
779
- -----------------------------------------------------------------------------------
780
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
781
- -----------------------------------------------------------------------------------
782
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:04:22 -0400
783
- Processing by MountainView::StyleguideController#show as HTML
784
- Parameters: {"id"=>"something"}
785
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
786
- Completed 200 OK in 2ms (Views: 1.9ms)
787
- ---------------------------------------
788
- MountainViewTest: test_engine_is_loaded
789
- ---------------------------------------
790
- -------------------------------------------------------------
791
- MountainViewTest: test_global_stylesheets_are_properly_served
792
- -------------------------------------------------------------
793
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:04:22 -0400
794
- -----------------------------------------------------------------------------
795
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
796
- -----------------------------------------------------------------------------
797
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:04:22 -0400
798
- Processing by MountainView::StyleguideController#show as HTML
799
- Parameters: {"id"=>"header"}
800
- Rendered app/components/header/_header.html.erb (0.2ms)
801
- Rendered app/components/header/_header.html.erb (0.1ms)
802
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.8ms)
803
- Completed 200 OK in 3ms (Views: 3.3ms)
804
- ------------------------------------------------------
805
- MountainViewTest: test_stylesheets_are_properly_served
806
- ------------------------------------------------------
807
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:04:22 -0400
808
- -------------------------------------------------------------------------------
809
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
810
- -------------------------------------------------------------------------------
811
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:04:22 -0400
812
- Processing by MountainView::StyleguideController#show as HTML
813
- Parameters: {"id"=>"breadcrumbs"}
814
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
815
- Completed 200 OK in 2ms (Views: 2.1ms)
816
- --------------------------------------------------------------------
817
- MountainView::ComponentHelperTest: test_renders_the_proper_component
818
- --------------------------------------------------------------------
819
- Rendered app/components/header/_header.html.erb (0.6ms)
820
- ------------------------------------------
821
- MountainViewComponentTest: test_stubs_file
822
- ------------------------------------------
823
- ------------------------------------
824
- MountainViewComponentTest: test_name
825
- ------------------------------------
826
- -----------------------------------------------
827
- MountainViewComponentTest: test_humanized_title
828
- -----------------------------------------------
829
- ------------------------------------------------
830
- MountainViewComponentTest: test_styleguide_stubs
831
- ------------------------------------------------
832
- --------------------------------------
833
- MountainViewComponentTest: test_stubs?
834
- --------------------------------------
835
- -------------------------------------------------------------------------------
836
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
837
- -------------------------------------------------------------------------------
838
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:06:05 -0400
839
- Processing by MountainView::StyleguideController#show as HTML
840
- Parameters: {"id"=>"breadcrumbs"}
841
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.5ms)
842
- MountainView: stylesheet not found for component 'paragraph'
843
- MountainView: javascript not found for component 'paragraph'
844
- Completed 200 OK in 215ms (Views: 215.2ms)
845
- -------------------------------------------------------------
846
- MountainViewTest: test_global_stylesheets_are_properly_served
847
- -------------------------------------------------------------
848
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:06:05 -0400
849
- ------------------------------------------------------
850
- MountainViewTest: test_javascripts_are_properly_served
851
- ------------------------------------------------------
852
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:06:05 -0400
853
- -----------------------------------------------
854
- MountainViewTest: test_shows_specific_component
855
- -----------------------------------------------
856
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:06:05 -0400
857
- Processing by MountainView::StyleguideController#show as HTML
858
- Parameters: {"id"=>"header"}
859
- Rendered app/components/header/_header.html.erb (1.6ms)
860
- Rendered app/components/header/_header.html.erb (0.2ms)
861
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.1ms)
862
- Completed 200 OK in 8ms (Views: 8.1ms)
863
- ------------------------------------------------------
864
- MountainViewTest: test_stylesheets_are_properly_served
865
- ------------------------------------------------------
866
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:06:05 -0400
867
- ---------------------------------------
868
- MountainViewTest: test_shows_styleguide
869
- ---------------------------------------
870
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:06:05 -0400
871
- Processing by MountainView::StyleguideController#index as HTML
872
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
873
- Completed 200 OK in 2ms (Views: 2.4ms)
874
- -----------------------------------------------------------------------------------
875
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
876
- -----------------------------------------------------------------------------------
877
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:06:05 -0400
878
- Processing by MountainView::StyleguideController#show as HTML
879
- Parameters: {"id"=>"something"}
880
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
881
- Completed 200 OK in 2ms (Views: 1.7ms)
882
- -----------------------------------------------------------------------------
883
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
884
- -----------------------------------------------------------------------------
885
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:06:05 -0400
886
- Processing by MountainView::StyleguideController#show as HTML
887
- Parameters: {"id"=>"header"}
888
- Rendered app/components/header/_header.html.erb (0.2ms)
889
- Rendered app/components/header/_header.html.erb (0.1ms)
890
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.8ms)
891
- Completed 200 OK in 20ms (Views: 19.5ms)
892
- ---------------------------------------
893
- MountainViewTest: test_engine_is_loaded
894
- ---------------------------------------
895
- --------------------------------------------------------
896
- ComponentGeneratorTest: test_Generates_different_engines
897
- --------------------------------------------------------
898
- ------------------------------------------------------------------
899
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
900
- ------------------------------------------------------------------
901
- --------------------------------------------------------------------
902
- MountainView::ComponentHelperTest: test_renders_the_proper_component
903
- --------------------------------------------------------------------
904
- Rendered app/components/header/_header.html.erb (0.6ms)
905
- --------------------------------------------------------------------------------------------
906
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
907
- --------------------------------------------------------------------------------------------
908
- -------------------------------------------------------------------
909
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
910
- -------------------------------------------------------------------
911
- -----------------------------------------------
912
- MountainViewTest: test_shows_specific_component
913
- -----------------------------------------------
914
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:18 -0400
915
- Processing by MountainView::StyleguideController#show as HTML
916
- Parameters: {"id"=>"header"}
917
- Rendered app/components/header/_header.html.erb (1.3ms)
918
- Rendered app/components/header/_header.html.erb (0.1ms)
919
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.5ms)
920
- MountainView: stylesheet not found for component 'paragraph'
921
- MountainView: javascript not found for component 'paragraph'
922
- Completed 200 OK in 235ms (Views: 234.4ms)
923
- -----------------------------------------------------------------------------
924
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
925
- -----------------------------------------------------------------------------
926
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:18 -0400
927
- Processing by MountainView::StyleguideController#show as HTML
928
- Parameters: {"id"=>"header"}
929
- Rendered app/components/header/_header.html.erb (0.2ms)
930
- Rendered app/components/header/_header.html.erb (0.1ms)
931
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
932
- Completed 200 OK in 3ms (Views: 3.4ms)
933
- ---------------------------------------
934
- MountainViewTest: test_shows_styleguide
935
- ---------------------------------------
936
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:18 -0400
937
- Processing by MountainView::StyleguideController#index as HTML
938
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
939
- Completed 200 OK in 3ms (Views: 2.6ms)
940
- ---------------------------------------
941
- MountainViewTest: test_engine_is_loaded
942
- ---------------------------------------
943
- -------------------------------------------------------------
944
- MountainViewTest: test_global_stylesheets_are_properly_served
945
- -------------------------------------------------------------
946
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:18 -0400
947
- ------------------------------------------------------
948
- MountainViewTest: test_stylesheets_are_properly_served
949
- ------------------------------------------------------
950
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:18 -0400
951
- -----------------------------------------------------------------------------------
952
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
953
- -----------------------------------------------------------------------------------
954
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:18 -0400
955
- Processing by MountainView::StyleguideController#show as HTML
956
- Parameters: {"id"=>"something"}
957
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
958
- Completed 200 OK in 2ms (Views: 2.2ms)
959
- ------------------------------------------------------
960
- MountainViewTest: test_javascripts_are_properly_served
961
- ------------------------------------------------------
962
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:18 -0400
963
- -------------------------------------------------------------------------------
964
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
965
- -------------------------------------------------------------------------------
966
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:18 -0400
967
- Processing by MountainView::StyleguideController#show as HTML
968
- Parameters: {"id"=>"breadcrumbs"}
969
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
970
- Completed 200 OK in 3ms (Views: 2.4ms)
971
- ------------------------------------------
972
- MountainViewComponentTest: test_stubs_file
973
- ------------------------------------------
974
- -----------------------------------------------
975
- MountainViewComponentTest: test_humanized_title
976
- -----------------------------------------------
977
- --------------------------------------
978
- MountainViewComponentTest: test_stubs?
979
- --------------------------------------
980
- ------------------------------------
981
- MountainViewComponentTest: test_name
982
- ------------------------------------
983
- ------------------------------------------------
984
- MountainViewComponentTest: test_styleguide_stubs
985
- ------------------------------------------------
986
- --------------------------------------------------------------------
987
- MountainView::ComponentHelperTest: test_renders_the_proper_component
988
- --------------------------------------------------------------------
989
- Rendered app/components/header/_header.html.erb (1.7ms)
990
- --------------------------------------------------------
991
- ComponentGeneratorTest: test_Generates_different_engines
992
- --------------------------------------------------------
993
- ------------------------------------------------------------------
994
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
995
- ------------------------------------------------------------------
996
- --------------------------------------------------------------------------------------------
997
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
998
- --------------------------------------------------------------------------------------------
999
- -------------------------------------------------------------------
1000
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1001
- -------------------------------------------------------------------
1002
- ------------------------------------------------------
1003
- MountainViewTest: test_stylesheets_are_properly_served
1004
- ------------------------------------------------------
1005
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:20 -0400
1006
- MountainView: stylesheet not found for component 'paragraph'
1007
- -----------------------------------------------
1008
- MountainViewTest: test_shows_specific_component
1009
- -----------------------------------------------
1010
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:20 -0400
1011
- Processing by MountainView::StyleguideController#show as HTML
1012
- Parameters: {"id"=>"header"}
1013
- Rendered app/components/header/_header.html.erb (1.2ms)
1014
- Rendered app/components/header/_header.html.erb (0.2ms)
1015
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.8ms)
1016
- MountainView: javascript not found for component 'paragraph'
1017
- Completed 200 OK in 49ms (Views: 49.2ms)
1018
- ------------------------------------------------------
1019
- MountainViewTest: test_javascripts_are_properly_served
1020
- ------------------------------------------------------
1021
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:20 -0400
1022
- ---------------------------------------
1023
- MountainViewTest: test_shows_styleguide
1024
- ---------------------------------------
1025
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:20 -0400
1026
- Processing by MountainView::StyleguideController#index as HTML
1027
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
1028
- Completed 200 OK in 3ms (Views: 2.8ms)
1029
- ---------------------------------------
1030
- MountainViewTest: test_engine_is_loaded
1031
- ---------------------------------------
1032
- -------------------------------------------------------------------------------
1033
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1034
- -------------------------------------------------------------------------------
1035
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:20 -0400
1036
- Processing by MountainView::StyleguideController#show as HTML
1037
- Parameters: {"id"=>"breadcrumbs"}
1038
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
1039
- Completed 200 OK in 2ms (Views: 2.0ms)
1040
- -----------------------------------------------------------------------------------
1041
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1042
- -----------------------------------------------------------------------------------
1043
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:20 -0400
1044
- Processing by MountainView::StyleguideController#show as HTML
1045
- Parameters: {"id"=>"something"}
1046
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1047
- Completed 200 OK in 2ms (Views: 1.7ms)
1048
- -------------------------------------------------------------
1049
- MountainViewTest: test_global_stylesheets_are_properly_served
1050
- -------------------------------------------------------------
1051
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:20 -0400
1052
- -----------------------------------------------------------------------------
1053
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1054
- -----------------------------------------------------------------------------
1055
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:20 -0400
1056
- Processing by MountainView::StyleguideController#show as HTML
1057
- Parameters: {"id"=>"header"}
1058
- Rendered app/components/header/_header.html.erb (0.3ms)
1059
- Rendered app/components/header/_header.html.erb (0.2ms)
1060
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (2.1ms)
1061
- Completed 200 OK in 5ms (Views: 4.6ms)
1062
- -----------------------------------------------
1063
- MountainViewComponentTest: test_humanized_title
1064
- -----------------------------------------------
1065
- ------------------------------------------
1066
- MountainViewComponentTest: test_stubs_file
1067
- ------------------------------------------
1068
- --------------------------------------
1069
- MountainViewComponentTest: test_stubs?
1070
- --------------------------------------
1071
- ------------------------------------
1072
- MountainViewComponentTest: test_name
1073
- ------------------------------------
1074
- ------------------------------------------------
1075
- MountainViewComponentTest: test_styleguide_stubs
1076
- ------------------------------------------------
1077
- --------------------------------------------------------
1078
- ComponentGeneratorTest: test_Generates_different_engines
1079
- --------------------------------------------------------
1080
- ------------------------------------------------------------------
1081
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1082
- ------------------------------------------------------------------
1083
- --------------------------------------------------------------------------------------------
1084
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1085
- --------------------------------------------------------------------------------------------
1086
- -------------------------------------------------------------------
1087
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1088
- -------------------------------------------------------------------
1089
- --------------------------------------------------------------------
1090
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1091
- --------------------------------------------------------------------
1092
- Rendered app/components/header/_header.html.erb (0.6ms)
1093
- --------------------------------------------------------------------
1094
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1095
- --------------------------------------------------------------------
1096
- Rendered app/components/header/_header.html.erb (1.2ms)
1097
- -------------------------------------------------------------------
1098
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1099
- -------------------------------------------------------------------
1100
- --------------------------------------------------------------------------------------------
1101
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1102
- --------------------------------------------------------------------------------------------
1103
- -----------------------------------------------------------------------------------
1104
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1105
- -----------------------------------------------------------------------------------
1106
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:21 -0400
1107
- Processing by MountainView::StyleguideController#show as HTML
1108
- Parameters: {"id"=>"something"}
1109
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.8ms)
1110
- MountainView: stylesheet not found for component 'paragraph'
1111
- MountainView: javascript not found for component 'paragraph'
1112
- Completed 200 OK in 196ms (Views: 195.5ms)
1113
- ---------------------------------------
1114
- MountainViewTest: test_engine_is_loaded
1115
- ---------------------------------------
1116
- ------------------------------------------------------
1117
- MountainViewTest: test_javascripts_are_properly_served
1118
- ------------------------------------------------------
1119
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:22 -0400
1120
- -------------------------------------------------------------------------------
1121
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1122
- -------------------------------------------------------------------------------
1123
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:22 -0400
1124
- Processing by MountainView::StyleguideController#show as HTML
1125
- Parameters: {"id"=>"breadcrumbs"}
1126
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.5ms)
1127
- Completed 200 OK in 2ms (Views: 2.2ms)
1128
- -----------------------------------------------------------------------------
1129
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1130
- -----------------------------------------------------------------------------
1131
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:22 -0400
1132
- Processing by MountainView::StyleguideController#show as HTML
1133
- Parameters: {"id"=>"header"}
1134
- Rendered app/components/header/_header.html.erb (1.3ms)
1135
- Rendered app/components/header/_header.html.erb (0.2ms)
1136
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.5ms)
1137
- Completed 200 OK in 5ms (Views: 5.2ms)
1138
- ------------------------------------------------------
1139
- MountainViewTest: test_stylesheets_are_properly_served
1140
- ------------------------------------------------------
1141
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:22 -0400
1142
- ---------------------------------------
1143
- MountainViewTest: test_shows_styleguide
1144
- ---------------------------------------
1145
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:22 -0400
1146
- Processing by MountainView::StyleguideController#index as HTML
1147
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
1148
- Completed 200 OK in 3ms (Views: 2.7ms)
1149
- -------------------------------------------------------------
1150
- MountainViewTest: test_global_stylesheets_are_properly_served
1151
- -------------------------------------------------------------
1152
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:22 -0400
1153
- -----------------------------------------------
1154
- MountainViewTest: test_shows_specific_component
1155
- -----------------------------------------------
1156
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:22 -0400
1157
- Processing by MountainView::StyleguideController#show as HTML
1158
- Parameters: {"id"=>"header"}
1159
- Rendered app/components/header/_header.html.erb (0.3ms)
1160
- Rendered app/components/header/_header.html.erb (0.3ms)
1161
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (2.2ms)
1162
- Completed 200 OK in 4ms (Views: 4.2ms)
1163
- ------------------------------------------------------------------
1164
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1165
- ------------------------------------------------------------------
1166
- --------------------------------------------------------
1167
- ComponentGeneratorTest: test_Generates_different_engines
1168
- --------------------------------------------------------
1169
- ------------------------------------------
1170
- MountainViewComponentTest: test_stubs_file
1171
- ------------------------------------------
1172
- ------------------------------------
1173
- MountainViewComponentTest: test_name
1174
- ------------------------------------
1175
- -----------------------------------------------
1176
- MountainViewComponentTest: test_humanized_title
1177
- -----------------------------------------------
1178
- --------------------------------------
1179
- MountainViewComponentTest: test_stubs?
1180
- --------------------------------------
1181
- ------------------------------------------------
1182
- MountainViewComponentTest: test_styleguide_stubs
1183
- ------------------------------------------------
1184
- --------------------------------------------------------------------
1185
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1186
- --------------------------------------------------------------------
1187
- Rendered app/components/header/_header.html.erb (1.2ms)
1188
- ---------------------------------------
1189
- MountainViewTest: test_shows_styleguide
1190
- ---------------------------------------
1191
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:23 -0400
1192
- Processing by MountainView::StyleguideController#index as HTML
1193
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
1194
- MountainView: stylesheet not found for component 'paragraph'
1195
- MountainView: javascript not found for component 'paragraph'
1196
- Completed 200 OK in 198ms (Views: 197.4ms)
1197
- ---------------------------------------
1198
- MountainViewTest: test_engine_is_loaded
1199
- ---------------------------------------
1200
- -----------------------------------------------------------------------------
1201
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1202
- -----------------------------------------------------------------------------
1203
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:23 -0400
1204
- Processing by MountainView::StyleguideController#show as HTML
1205
- Parameters: {"id"=>"header"}
1206
- Rendered app/components/header/_header.html.erb (1.2ms)
1207
- Rendered app/components/header/_header.html.erb (0.2ms)
1208
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.1ms)
1209
- Completed 200 OK in 7ms (Views: 6.4ms)
1210
- -----------------------------------------------------------------------------------
1211
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1212
- -----------------------------------------------------------------------------------
1213
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:23 -0400
1214
- Processing by MountainView::StyleguideController#show as HTML
1215
- Parameters: {"id"=>"something"}
1216
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1217
- Completed 200 OK in 2ms (Views: 2.0ms)
1218
- -------------------------------------------------------------------------------
1219
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1220
- -------------------------------------------------------------------------------
1221
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:23 -0400
1222
- Processing by MountainView::StyleguideController#show as HTML
1223
- Parameters: {"id"=>"breadcrumbs"}
1224
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1225
- Completed 200 OK in 2ms (Views: 1.9ms)
1226
- ------------------------------------------------------
1227
- MountainViewTest: test_stylesheets_are_properly_served
1228
- ------------------------------------------------------
1229
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:23 -0400
1230
- ------------------------------------------------------
1231
- MountainViewTest: test_javascripts_are_properly_served
1232
- ------------------------------------------------------
1233
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:23 -0400
1234
- -------------------------------------------------------------
1235
- MountainViewTest: test_global_stylesheets_are_properly_served
1236
- -------------------------------------------------------------
1237
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:23 -0400
1238
- -----------------------------------------------
1239
- MountainViewTest: test_shows_specific_component
1240
- -----------------------------------------------
1241
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:23 -0400
1242
- Processing by MountainView::StyleguideController#show as HTML
1243
- Parameters: {"id"=>"header"}
1244
- Rendered app/components/header/_header.html.erb (0.2ms)
1245
- Rendered app/components/header/_header.html.erb (0.1ms)
1246
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.8ms)
1247
- Completed 200 OK in 4ms (Views: 3.5ms)
1248
- --------------------------------------------------------------------------------------------
1249
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1250
- --------------------------------------------------------------------------------------------
1251
- -------------------------------------------------------------------
1252
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1253
- -------------------------------------------------------------------
1254
- ------------------------------------------------------------------
1255
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1256
- ------------------------------------------------------------------
1257
- --------------------------------------------------------
1258
- ComponentGeneratorTest: test_Generates_different_engines
1259
- --------------------------------------------------------
1260
- ------------------------------------------------
1261
- MountainViewComponentTest: test_styleguide_stubs
1262
- ------------------------------------------------
1263
- -----------------------------------------------
1264
- MountainViewComponentTest: test_humanized_title
1265
- -----------------------------------------------
1266
- ------------------------------------
1267
- MountainViewComponentTest: test_name
1268
- ------------------------------------
1269
- ------------------------------------------
1270
- MountainViewComponentTest: test_stubs_file
1271
- ------------------------------------------
1272
- --------------------------------------
1273
- MountainViewComponentTest: test_stubs?
1274
- --------------------------------------
1275
- ------------------------------------
1276
- MountainViewComponentTest: test_name
1277
- ------------------------------------
1278
- --------------------------------------
1279
- MountainViewComponentTest: test_stubs?
1280
- --------------------------------------
1281
- -----------------------------------------------
1282
- MountainViewComponentTest: test_humanized_title
1283
- -----------------------------------------------
1284
- ------------------------------------------------
1285
- MountainViewComponentTest: test_styleguide_stubs
1286
- ------------------------------------------------
1287
- ------------------------------------------
1288
- MountainViewComponentTest: test_stubs_file
1289
- ------------------------------------------
1290
- -------------------------------------------------------------------
1291
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1292
- -------------------------------------------------------------------
1293
- --------------------------------------------------------------------------------------------
1294
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1295
- --------------------------------------------------------------------------------------------
1296
- ------------------------------------------------------
1297
- MountainViewTest: test_javascripts_are_properly_served
1298
- ------------------------------------------------------
1299
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:25 -0400
1300
- MountainView: javascript not found for component 'paragraph'
1301
- -------------------------------------------------------------------------------
1302
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1303
- -------------------------------------------------------------------------------
1304
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:25 -0400
1305
- Processing by MountainView::StyleguideController#show as HTML
1306
- Parameters: {"id"=>"breadcrumbs"}
1307
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.4ms)
1308
- MountainView: stylesheet not found for component 'paragraph'
1309
- Completed 200 OK in 46ms (Views: 45.7ms)
1310
- -----------------------------------------------------------------------------
1311
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1312
- -----------------------------------------------------------------------------
1313
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:25 -0400
1314
- Processing by MountainView::StyleguideController#show as HTML
1315
- Parameters: {"id"=>"header"}
1316
- Rendered app/components/header/_header.html.erb (1.2ms)
1317
- Rendered app/components/header/_header.html.erb (0.1ms)
1318
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.0ms)
1319
- Completed 200 OK in 7ms (Views: 6.6ms)
1320
- -----------------------------------------------
1321
- MountainViewTest: test_shows_specific_component
1322
- -----------------------------------------------
1323
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:25 -0400
1324
- Processing by MountainView::StyleguideController#show as HTML
1325
- Parameters: {"id"=>"header"}
1326
- Rendered app/components/header/_header.html.erb (0.2ms)
1327
- Rendered app/components/header/_header.html.erb (0.1ms)
1328
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
1329
- Completed 200 OK in 3ms (Views: 3.0ms)
1330
- ---------------------------------------
1331
- MountainViewTest: test_engine_is_loaded
1332
- ---------------------------------------
1333
- ---------------------------------------
1334
- MountainViewTest: test_shows_styleguide
1335
- ---------------------------------------
1336
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:25 -0400
1337
- Processing by MountainView::StyleguideController#index as HTML
1338
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
1339
- Completed 200 OK in 3ms (Views: 2.6ms)
1340
- -----------------------------------------------------------------------------------
1341
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1342
- -----------------------------------------------------------------------------------
1343
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:25 -0400
1344
- Processing by MountainView::StyleguideController#show as HTML
1345
- Parameters: {"id"=>"something"}
1346
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1347
- Completed 200 OK in 14ms (Views: 14.4ms)
1348
- ------------------------------------------------------
1349
- MountainViewTest: test_stylesheets_are_properly_served
1350
- ------------------------------------------------------
1351
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:25 -0400
1352
- -------------------------------------------------------------
1353
- MountainViewTest: test_global_stylesheets_are_properly_served
1354
- -------------------------------------------------------------
1355
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:25 -0400
1356
- --------------------------------------------------------------------
1357
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1358
- --------------------------------------------------------------------
1359
- Rendered app/components/header/_header.html.erb (0.7ms)
1360
- --------------------------------------------------------
1361
- ComponentGeneratorTest: test_Generates_different_engines
1362
- --------------------------------------------------------
1363
- ------------------------------------------------------------------
1364
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1365
- ------------------------------------------------------------------
1366
- ------------------------------------------------------
1367
- MountainViewTest: test_stylesheets_are_properly_served
1368
- ------------------------------------------------------
1369
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:26 -0400
1370
- MountainView: stylesheet not found for component 'paragraph'
1371
- -----------------------------------------------------------------------------
1372
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1373
- -----------------------------------------------------------------------------
1374
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:27 -0400
1375
- Processing by MountainView::StyleguideController#show as HTML
1376
- Parameters: {"id"=>"header"}
1377
- Rendered app/components/header/_header.html.erb (2.0ms)
1378
- Rendered app/components/header/_header.html.erb (0.1ms)
1379
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (10.0ms)
1380
- MountainView: javascript not found for component 'paragraph'
1381
- Completed 200 OK in 70ms (Views: 69.8ms)
1382
- -------------------------------------------------------------
1383
- MountainViewTest: test_global_stylesheets_are_properly_served
1384
- -------------------------------------------------------------
1385
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:27 -0400
1386
- -----------------------------------------------------------------------------------
1387
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1388
- -----------------------------------------------------------------------------------
1389
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:27 -0400
1390
- Processing by MountainView::StyleguideController#show as HTML
1391
- Parameters: {"id"=>"something"}
1392
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1393
- Completed 200 OK in 2ms (Views: 2.0ms)
1394
- -------------------------------------------------------------------------------
1395
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1396
- -------------------------------------------------------------------------------
1397
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:27 -0400
1398
- Processing by MountainView::StyleguideController#show as HTML
1399
- Parameters: {"id"=>"breadcrumbs"}
1400
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1401
- Completed 200 OK in 2ms (Views: 1.8ms)
1402
- ---------------------------------------
1403
- MountainViewTest: test_engine_is_loaded
1404
- ---------------------------------------
1405
- -----------------------------------------------
1406
- MountainViewTest: test_shows_specific_component
1407
- -----------------------------------------------
1408
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:27 -0400
1409
- Processing by MountainView::StyleguideController#show as HTML
1410
- Parameters: {"id"=>"header"}
1411
- Rendered app/components/header/_header.html.erb (0.2ms)
1412
- Rendered app/components/header/_header.html.erb (0.1ms)
1413
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
1414
- Completed 200 OK in 3ms (Views: 3.0ms)
1415
- ---------------------------------------
1416
- MountainViewTest: test_shows_styleguide
1417
- ---------------------------------------
1418
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:27 -0400
1419
- Processing by MountainView::StyleguideController#index as HTML
1420
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
1421
- Completed 200 OK in 15ms (Views: 14.9ms)
1422
- ------------------------------------------------------
1423
- MountainViewTest: test_javascripts_are_properly_served
1424
- ------------------------------------------------------
1425
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:27 -0400
1426
- ------------------------------------------------
1427
- MountainViewComponentTest: test_styleguide_stubs
1428
- ------------------------------------------------
1429
- ------------------------------------
1430
- MountainViewComponentTest: test_name
1431
- ------------------------------------
1432
- ------------------------------------------
1433
- MountainViewComponentTest: test_stubs_file
1434
- ------------------------------------------
1435
- --------------------------------------
1436
- MountainViewComponentTest: test_stubs?
1437
- --------------------------------------
1438
- -----------------------------------------------
1439
- MountainViewComponentTest: test_humanized_title
1440
- -----------------------------------------------
1441
- ------------------------------------------------------------------
1442
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1443
- ------------------------------------------------------------------
1444
- --------------------------------------------------------
1445
- ComponentGeneratorTest: test_Generates_different_engines
1446
- --------------------------------------------------------
1447
- --------------------------------------------------------------------------------------------
1448
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1449
- --------------------------------------------------------------------------------------------
1450
- -------------------------------------------------------------------
1451
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1452
- -------------------------------------------------------------------
1453
- --------------------------------------------------------------------
1454
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1455
- --------------------------------------------------------------------
1456
- Rendered app/components/header/_header.html.erb (0.9ms)
1457
- --------------------------------------------------------------------
1458
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1459
- --------------------------------------------------------------------
1460
- Rendered app/components/header/_header.html.erb (1.2ms)
1461
- --------------------------------------------------------------------------------------------
1462
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1463
- --------------------------------------------------------------------------------------------
1464
- -------------------------------------------------------------------
1465
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1466
- -------------------------------------------------------------------
1467
- -----------------------------------------------------------------------------------
1468
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1469
- -----------------------------------------------------------------------------------
1470
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:28 -0400
1471
- Processing by MountainView::StyleguideController#show as HTML
1472
- Parameters: {"id"=>"something"}
1473
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.8ms)
1474
- MountainView: stylesheet not found for component 'paragraph'
1475
- MountainView: javascript not found for component 'paragraph'
1476
- Completed 200 OK in 225ms (Views: 225.2ms)
1477
- -------------------------------------------------------------
1478
- MountainViewTest: test_global_stylesheets_are_properly_served
1479
- -------------------------------------------------------------
1480
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:28 -0400
1481
- -------------------------------------------------------------------------------
1482
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1483
- -------------------------------------------------------------------------------
1484
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:28 -0400
1485
- Processing by MountainView::StyleguideController#show as HTML
1486
- Parameters: {"id"=>"breadcrumbs"}
1487
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1488
- Completed 200 OK in 2ms (Views: 1.9ms)
1489
- ---------------------------------------
1490
- MountainViewTest: test_engine_is_loaded
1491
- ---------------------------------------
1492
- -----------------------------------------------
1493
- MountainViewTest: test_shows_specific_component
1494
- -----------------------------------------------
1495
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:28 -0400
1496
- Processing by MountainView::StyleguideController#show as HTML
1497
- Parameters: {"id"=>"header"}
1498
- Rendered app/components/header/_header.html.erb (1.2ms)
1499
- Rendered app/components/header/_header.html.erb (0.1ms)
1500
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.3ms)
1501
- Completed 200 OK in 5ms (Views: 5.1ms)
1502
- ------------------------------------------------------
1503
- MountainViewTest: test_javascripts_are_properly_served
1504
- ------------------------------------------------------
1505
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:28 -0400
1506
- ---------------------------------------
1507
- MountainViewTest: test_shows_styleguide
1508
- ---------------------------------------
1509
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:28 -0400
1510
- Processing by MountainView::StyleguideController#index as HTML
1511
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
1512
- Completed 200 OK in 3ms (Views: 2.7ms)
1513
- -----------------------------------------------------------------------------
1514
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1515
- -----------------------------------------------------------------------------
1516
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:28 -0400
1517
- Processing by MountainView::StyleguideController#show as HTML
1518
- Parameters: {"id"=>"header"}
1519
- Rendered app/components/header/_header.html.erb (0.2ms)
1520
- Rendered app/components/header/_header.html.erb (0.2ms)
1521
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.8ms)
1522
- Completed 200 OK in 4ms (Views: 3.6ms)
1523
- ------------------------------------------------------
1524
- MountainViewTest: test_stylesheets_are_properly_served
1525
- ------------------------------------------------------
1526
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:28 -0400
1527
- --------------------------------------------------------
1528
- ComponentGeneratorTest: test_Generates_different_engines
1529
- --------------------------------------------------------
1530
- ------------------------------------------------------------------
1531
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1532
- ------------------------------------------------------------------
1533
- -----------------------------------------------
1534
- MountainViewComponentTest: test_humanized_title
1535
- -----------------------------------------------
1536
- --------------------------------------
1537
- MountainViewComponentTest: test_stubs?
1538
- --------------------------------------
1539
- ------------------------------------
1540
- MountainViewComponentTest: test_name
1541
- ------------------------------------
1542
- ------------------------------------------------
1543
- MountainViewComponentTest: test_styleguide_stubs
1544
- ------------------------------------------------
1545
- ------------------------------------------
1546
- MountainViewComponentTest: test_stubs_file
1547
- ------------------------------------------
1548
- --------------------------------------------------------------------
1549
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1550
- --------------------------------------------------------------------
1551
- Rendered app/components/header/_header.html.erb (1.2ms)
1552
- ------------------------------------------------------------------
1553
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1554
- ------------------------------------------------------------------
1555
- --------------------------------------------------------
1556
- ComponentGeneratorTest: test_Generates_different_engines
1557
- --------------------------------------------------------
1558
- --------------------------------------------------------------------------------------------
1559
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1560
- --------------------------------------------------------------------------------------------
1561
- -------------------------------------------------------------------
1562
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1563
- -------------------------------------------------------------------
1564
- -----------------------------------------------------------------------------------
1565
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1566
- -----------------------------------------------------------------------------------
1567
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:30 -0400
1568
- Processing by MountainView::StyleguideController#show as HTML
1569
- Parameters: {"id"=>"something"}
1570
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.0ms)
1571
- MountainView: stylesheet not found for component 'paragraph'
1572
- MountainView: javascript not found for component 'paragraph'
1573
- Completed 200 OK in 227ms (Views: 226.7ms)
1574
- -----------------------------------------------
1575
- MountainViewTest: test_shows_specific_component
1576
- -----------------------------------------------
1577
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:30 -0400
1578
- Processing by MountainView::StyleguideController#show as HTML
1579
- Parameters: {"id"=>"header"}
1580
- Rendered app/components/header/_header.html.erb (1.3ms)
1581
- Rendered app/components/header/_header.html.erb (0.2ms)
1582
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.6ms)
1583
- Completed 200 OK in 5ms (Views: 5.3ms)
1584
- -------------------------------------------------------------------------------
1585
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1586
- -------------------------------------------------------------------------------
1587
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:30 -0400
1588
- Processing by MountainView::StyleguideController#show as HTML
1589
- Parameters: {"id"=>"breadcrumbs"}
1590
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1591
- Completed 200 OK in 2ms (Views: 2.0ms)
1592
- ---------------------------------------
1593
- MountainViewTest: test_engine_is_loaded
1594
- ---------------------------------------
1595
- ------------------------------------------------------
1596
- MountainViewTest: test_javascripts_are_properly_served
1597
- ------------------------------------------------------
1598
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:30 -0400
1599
- -----------------------------------------------------------------------------
1600
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1601
- -----------------------------------------------------------------------------
1602
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:30 -0400
1603
- Processing by MountainView::StyleguideController#show as HTML
1604
- Parameters: {"id"=>"header"}
1605
- Rendered app/components/header/_header.html.erb (0.2ms)
1606
- Rendered app/components/header/_header.html.erb (0.1ms)
1607
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.8ms)
1608
- Completed 200 OK in 4ms (Views: 3.6ms)
1609
- -------------------------------------------------------------
1610
- MountainViewTest: test_global_stylesheets_are_properly_served
1611
- -------------------------------------------------------------
1612
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:30 -0400
1613
- ---------------------------------------
1614
- MountainViewTest: test_shows_styleguide
1615
- ---------------------------------------
1616
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:30 -0400
1617
- Processing by MountainView::StyleguideController#index as HTML
1618
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.9ms)
1619
- Completed 200 OK in 4ms (Views: 4.0ms)
1620
- ------------------------------------------------------
1621
- MountainViewTest: test_stylesheets_are_properly_served
1622
- ------------------------------------------------------
1623
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:30 -0400
1624
- ------------------------------------------------
1625
- MountainViewComponentTest: test_styleguide_stubs
1626
- ------------------------------------------------
1627
- ------------------------------------
1628
- MountainViewComponentTest: test_name
1629
- ------------------------------------
1630
- -----------------------------------------------
1631
- MountainViewComponentTest: test_humanized_title
1632
- -----------------------------------------------
1633
- ------------------------------------------
1634
- MountainViewComponentTest: test_stubs_file
1635
- ------------------------------------------
1636
- --------------------------------------
1637
- MountainViewComponentTest: test_stubs?
1638
- --------------------------------------
1639
- ------------------------------------------------------------------
1640
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1641
- ------------------------------------------------------------------
1642
- --------------------------------------------------------
1643
- ComponentGeneratorTest: test_Generates_different_engines
1644
- --------------------------------------------------------
1645
- ------------------------------------
1646
- MountainViewComponentTest: test_name
1647
- ------------------------------------
1648
- -----------------------------------------------
1649
- MountainViewComponentTest: test_humanized_title
1650
- -----------------------------------------------
1651
- ------------------------------------------------
1652
- MountainViewComponentTest: test_styleguide_stubs
1653
- ------------------------------------------------
1654
- ------------------------------------------
1655
- MountainViewComponentTest: test_stubs_file
1656
- ------------------------------------------
1657
- --------------------------------------
1658
- MountainViewComponentTest: test_stubs?
1659
- --------------------------------------
1660
- --------------------------------------------------------------------------------------------
1661
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1662
- --------------------------------------------------------------------------------------------
1663
- -------------------------------------------------------------------
1664
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1665
- -------------------------------------------------------------------
1666
- --------------------------------------------------------------------
1667
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1668
- --------------------------------------------------------------------
1669
- Rendered app/components/header/_header.html.erb (1.2ms)
1670
- ------------------------------------------------------
1671
- MountainViewTest: test_stylesheets_are_properly_served
1672
- ------------------------------------------------------
1673
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:32 -0400
1674
- MountainView: stylesheet not found for component 'paragraph'
1675
- ------------------------------------------------------
1676
- MountainViewTest: test_javascripts_are_properly_served
1677
- ------------------------------------------------------
1678
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:32 -0400
1679
- MountainView: javascript not found for component 'paragraph'
1680
- -----------------------------------------------------------------------------------
1681
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1682
- -----------------------------------------------------------------------------------
1683
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:32 -0400
1684
- -----------------------------------------------------------------------------------
1685
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1686
- -----------------------------------------------------------------------------------
1687
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:45 -0400
1688
- Processing by MountainView::StyleguideController#show as HTML
1689
- Parameters: {"id"=>"something"}
1690
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.4ms)
1691
- MountainView: stylesheet not found for component 'paragraph'
1692
- MountainView: javascript not found for component 'paragraph'
1693
- Completed 200 OK in 216ms (Views: 215.8ms)
1694
- ------------------------------------------------------
1695
- MountainViewTest: test_javascripts_are_properly_served
1696
- ------------------------------------------------------
1697
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:45 -0400
1698
- ---------------------------------------
1699
- MountainViewTest: test_engine_is_loaded
1700
- ---------------------------------------
1701
- -----------------------------------------------
1702
- MountainViewTest: test_shows_specific_component
1703
- -----------------------------------------------
1704
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:45 -0400
1705
- Processing by MountainView::StyleguideController#show as HTML
1706
- Parameters: {"id"=>"header"}
1707
- Rendered app/components/header/_header.html.erb (1.2ms)
1708
- Rendered app/components/header/_header.html.erb (0.2ms)
1709
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.3ms)
1710
- Completed 200 OK in 7ms (Views: 7.2ms)
1711
- ------------------------------------------------------
1712
- MountainViewTest: test_stylesheets_are_properly_served
1713
- ------------------------------------------------------
1714
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:45 -0400
1715
- -------------------------------------------------------------
1716
- MountainViewTest: test_global_stylesheets_are_properly_served
1717
- -------------------------------------------------------------
1718
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:45 -0400
1719
- ---------------------------------------
1720
- MountainViewTest: test_shows_styleguide
1721
- ---------------------------------------
1722
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:45 -0400
1723
- Processing by MountainView::StyleguideController#index as HTML
1724
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
1725
- Completed 200 OK in 3ms (Views: 2.7ms)
1726
- -----------------------------------------------------------------------------
1727
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1728
- -----------------------------------------------------------------------------
1729
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:45 -0400
1730
- Processing by MountainView::StyleguideController#show as HTML
1731
- Parameters: {"id"=>"header"}
1732
- Rendered app/components/header/_header.html.erb (0.2ms)
1733
- Rendered app/components/header/_header.html.erb (0.1ms)
1734
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
1735
- Completed 200 OK in 3ms (Views: 3.2ms)
1736
- -------------------------------------------------------------------------------
1737
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1738
- -------------------------------------------------------------------------------
1739
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:45 -0400
1740
- Processing by MountainView::StyleguideController#show as HTML
1741
- Parameters: {"id"=>"breadcrumbs"}
1742
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1743
- Completed 200 OK in 2ms (Views: 1.8ms)
1744
- --------------------------------------------------------------------------------------------
1745
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1746
- --------------------------------------------------------------------------------------------
1747
- -------------------------------------------------------------------
1748
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1749
- -------------------------------------------------------------------
1750
- -----------------------------------------------
1751
- MountainViewComponentTest: test_humanized_title
1752
- -----------------------------------------------
1753
- ------------------------------------
1754
- MountainViewComponentTest: test_name
1755
- ------------------------------------
1756
- ------------------------------------------------
1757
- MountainViewComponentTest: test_styleguide_stubs
1758
- ------------------------------------------------
1759
- ------------------------------------------
1760
- MountainViewComponentTest: test_stubs_file
1761
- ------------------------------------------
1762
- --------------------------------------
1763
- MountainViewComponentTest: test_stubs?
1764
- --------------------------------------
1765
- --------------------------------------------------------------------
1766
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1767
- --------------------------------------------------------------------
1768
- Rendered app/components/header/_header.html.erb (0.9ms)
1769
- ------------------------------------------------------------------
1770
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1771
- ------------------------------------------------------------------
1772
- --------------------------------------------------------
1773
- ComponentGeneratorTest: test_Generates_different_engines
1774
- --------------------------------------------------------
1775
- --------------------------------------------------------------------------------------------
1776
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1777
- --------------------------------------------------------------------------------------------
1778
- -------------------------------------------------------------------
1779
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1780
- -------------------------------------------------------------------
1781
- -----------------------------------------------
1782
- MountainViewComponentTest: test_humanized_title
1783
- -----------------------------------------------
1784
- ------------------------------------
1785
- MountainViewComponentTest: test_name
1786
- ------------------------------------
1787
- ------------------------------------------
1788
- MountainViewComponentTest: test_stubs_file
1789
- ------------------------------------------
1790
- --------------------------------------
1791
- MountainViewComponentTest: test_stubs?
1792
- --------------------------------------
1793
- ------------------------------------------------
1794
- MountainViewComponentTest: test_styleguide_stubs
1795
- ------------------------------------------------
1796
- ------------------------------------------------------------------
1797
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1798
- ------------------------------------------------------------------
1799
- --------------------------------------------------------
1800
- ComponentGeneratorTest: test_Generates_different_engines
1801
- --------------------------------------------------------
1802
- --------------------------------------------------------------------
1803
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1804
- --------------------------------------------------------------------
1805
- Rendered app/components/header/_header.html.erb (1.3ms)
1806
- -----------------------------------------------------------------------------
1807
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1808
- -----------------------------------------------------------------------------
1809
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:51 -0400
1810
- Processing by MountainView::StyleguideController#show as HTML
1811
- Parameters: {"id"=>"header"}
1812
- Rendered app/components/header/_header.html.erb (1.1ms)
1813
- Rendered app/components/header/_header.html.erb (0.1ms)
1814
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.7ms)
1815
- MountainView: stylesheet not found for component 'paragraph'
1816
- MountainView: javascript not found for component 'paragraph'
1817
- Completed 200 OK in 197ms (Views: 197.2ms)
1818
- -------------------------------------------------------------------------------
1819
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1820
- -------------------------------------------------------------------------------
1821
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:51 -0400
1822
- Processing by MountainView::StyleguideController#show as HTML
1823
- Parameters: {"id"=>"breadcrumbs"}
1824
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
1825
- Completed 200 OK in 2ms (Views: 1.9ms)
1826
- ------------------------------------------------------
1827
- MountainViewTest: test_stylesheets_are_properly_served
1828
- ------------------------------------------------------
1829
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:51 -0400
1830
- ------------------------------------------------------
1831
- MountainViewTest: test_javascripts_are_properly_served
1832
- ------------------------------------------------------
1833
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:51 -0400
1834
- -----------------------------------------------
1835
- MountainViewTest: test_shows_specific_component
1836
- -----------------------------------------------
1837
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:51 -0400
1838
- Processing by MountainView::StyleguideController#show as HTML
1839
- Parameters: {"id"=>"header"}
1840
- Rendered app/components/header/_header.html.erb (0.3ms)
1841
- Rendered app/components/header/_header.html.erb (0.1ms)
1842
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
1843
- Completed 200 OK in 3ms (Views: 3.1ms)
1844
- -----------------------------------------------------------------------------------
1845
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1846
- -----------------------------------------------------------------------------------
1847
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:51 -0400
1848
- Processing by MountainView::StyleguideController#show as HTML
1849
- Parameters: {"id"=>"something"}
1850
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1851
- Completed 200 OK in 2ms (Views: 1.8ms)
1852
- -------------------------------------------------------------
1853
- MountainViewTest: test_global_stylesheets_are_properly_served
1854
- -------------------------------------------------------------
1855
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:51 -0400
1856
- ---------------------------------------
1857
- MountainViewTest: test_shows_styleguide
1858
- ---------------------------------------
1859
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:51 -0400
1860
- Processing by MountainView::StyleguideController#index as HTML
1861
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
1862
- Completed 200 OK in 2ms (Views: 2.4ms)
1863
- ---------------------------------------
1864
- MountainViewTest: test_engine_is_loaded
1865
- ---------------------------------------
1866
- ------------------------------------------------------------------
1867
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1868
- ------------------------------------------------------------------
1869
- --------------------------------------------------------
1870
- ComponentGeneratorTest: test_Generates_different_engines
1871
- --------------------------------------------------------
1872
- --------------------------------------------------------------------
1873
- MountainView::ComponentHelperTest: test_renders_the_proper_component
1874
- --------------------------------------------------------------------
1875
- Rendered app/components/header/_header.html.erb (1.3ms)
1876
- -----------------------------------------------
1877
- MountainViewTest: test_shows_specific_component
1878
- -----------------------------------------------
1879
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:54 -0400
1880
- Processing by MountainView::StyleguideController#show as HTML
1881
- Parameters: {"id"=>"header"}
1882
- Rendered app/components/header/_header.html.erb (5.4ms)
1883
- Rendered app/components/header/_header.html.erb (0.1ms)
1884
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.1ms)
1885
- MountainView: stylesheet not found for component 'paragraph'
1886
- MountainView: javascript not found for component 'paragraph'
1887
- Completed 200 OK in 221ms (Views: 221.1ms)
1888
- ---------------------------------------
1889
- MountainViewTest: test_shows_styleguide
1890
- ---------------------------------------
1891
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:55 -0400
1892
- Processing by MountainView::StyleguideController#index as HTML
1893
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
1894
- Completed 200 OK in 3ms (Views: 2.9ms)
1895
- -------------------------------------------------------------
1896
- MountainViewTest: test_global_stylesheets_are_properly_served
1897
- -------------------------------------------------------------
1898
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:55 -0400
1899
- -----------------------------------------------------------------------------------
1900
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1901
- -----------------------------------------------------------------------------------
1902
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:55 -0400
1903
- Processing by MountainView::StyleguideController#show as HTML
1904
- Parameters: {"id"=>"something"}
1905
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1906
- Completed 200 OK in 2ms (Views: 2.1ms)
1907
- ---------------------------------------
1908
- MountainViewTest: test_engine_is_loaded
1909
- ---------------------------------------
1910
- -------------------------------------------------------------------------------
1911
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1912
- -------------------------------------------------------------------------------
1913
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:55 -0400
1914
- Processing by MountainView::StyleguideController#show as HTML
1915
- Parameters: {"id"=>"breadcrumbs"}
1916
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
1917
- Completed 200 OK in 2ms (Views: 1.9ms)
1918
- ------------------------------------------------------
1919
- MountainViewTest: test_stylesheets_are_properly_served
1920
- ------------------------------------------------------
1921
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:55 -0400
1922
- -----------------------------------------------------------------------------
1923
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1924
- -----------------------------------------------------------------------------
1925
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:55 -0400
1926
- Processing by MountainView::StyleguideController#show as HTML
1927
- Parameters: {"id"=>"header"}
1928
- Rendered app/components/header/_header.html.erb (0.2ms)
1929
- Rendered app/components/header/_header.html.erb (0.1ms)
1930
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
1931
- Completed 200 OK in 3ms (Views: 3.0ms)
1932
- ------------------------------------------------------
1933
- MountainViewTest: test_javascripts_are_properly_served
1934
- ------------------------------------------------------
1935
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:55 -0400
1936
- ------------------------------------------
1937
- MountainViewComponentTest: test_stubs_file
1938
- ------------------------------------------
1939
- ------------------------------------
1940
- MountainViewComponentTest: test_name
1941
- ------------------------------------
1942
- ------------------------------------------------
1943
- MountainViewComponentTest: test_styleguide_stubs
1944
- ------------------------------------------------
1945
- -----------------------------------------------
1946
- MountainViewComponentTest: test_humanized_title
1947
- -----------------------------------------------
1948
- --------------------------------------
1949
- MountainViewComponentTest: test_stubs?
1950
- --------------------------------------
1951
- --------------------------------------------------------------------------------------------
1952
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
1953
- --------------------------------------------------------------------------------------------
1954
- -------------------------------------------------------------------
1955
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
1956
- -------------------------------------------------------------------
1957
- -------------------------------------------------------------
1958
- MountainViewTest: test_global_stylesheets_are_properly_served
1959
- -------------------------------------------------------------
1960
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:56 -0400
1961
- MountainView: stylesheet not found for component 'paragraph'
1962
- -----------------------------------------------------------------------------------
1963
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1964
- -----------------------------------------------------------------------------------
1965
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:07:56 -0400
1966
- Processing by MountainView::StyleguideController#show as HTML
1967
- Parameters: {"id"=>"something"}
1968
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.4ms)
1969
- MountainView: javascript not found for component 'paragraph'
1970
- Completed 200 OK in 56ms (Views: 55.9ms)
1971
- -------------------------------------------------------------------------------
1972
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1973
- -------------------------------------------------------------------------------
1974
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:07:56 -0400
1975
- Processing by MountainView::StyleguideController#show as HTML
1976
- Parameters: {"id"=>"breadcrumbs"}
1977
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
1978
- Completed 200 OK in 2ms (Views: 2.1ms)
1979
- -----------------------------------------------
1980
- MountainViewTest: test_shows_specific_component
1981
- -----------------------------------------------
1982
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:56 -0400
1983
- Processing by MountainView::StyleguideController#show as HTML
1984
- Parameters: {"id"=>"header"}
1985
- Rendered app/components/header/_header.html.erb (1.2ms)
1986
- Rendered app/components/header/_header.html.erb (0.2ms)
1987
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.4ms)
1988
- Completed 200 OK in 7ms (Views: 7.1ms)
1989
- ------------------------------------------------------
1990
- MountainViewTest: test_stylesheets_are_properly_served
1991
- ------------------------------------------------------
1992
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:07:56 -0400
1993
- ---------------------------------------
1994
- MountainViewTest: test_engine_is_loaded
1995
- ---------------------------------------
1996
- -----------------------------------------------------------------------------
1997
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
1998
- -----------------------------------------------------------------------------
1999
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:07:56 -0400
2000
- Processing by MountainView::StyleguideController#show as HTML
2001
- Parameters: {"id"=>"header"}
2002
- Rendered app/components/header/_header.html.erb (0.2ms)
2003
- Rendered app/components/header/_header.html.erb (0.2ms)
2004
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
2005
- Completed 200 OK in 3ms (Views: 3.2ms)
2006
- ---------------------------------------
2007
- MountainViewTest: test_shows_styleguide
2008
- ---------------------------------------
2009
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:07:56 -0400
2010
- Processing by MountainView::StyleguideController#index as HTML
2011
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
2012
- Completed 200 OK in 15ms (Views: 14.4ms)
2013
- ------------------------------------------------------
2014
- MountainViewTest: test_javascripts_are_properly_served
2015
- ------------------------------------------------------
2016
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:07:56 -0400
2017
- ------------------------------------------------
2018
- MountainViewComponentTest: test_styleguide_stubs
2019
- ------------------------------------------------
2020
- ------------------------------------------
2021
- MountainViewComponentTest: test_stubs_file
2022
- ------------------------------------------
2023
- ------------------------------------
2024
- MountainViewComponentTest: test_name
2025
- ------------------------------------
2026
- --------------------------------------
2027
- MountainViewComponentTest: test_stubs?
2028
- --------------------------------------
2029
- -----------------------------------------------
2030
- MountainViewComponentTest: test_humanized_title
2031
- -----------------------------------------------
2032
- --------------------------------------------------------------------
2033
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2034
- --------------------------------------------------------------------
2035
- Rendered app/components/header/_header.html.erb (1.2ms)
2036
- -------------------------------------------------------------------
2037
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2038
- -------------------------------------------------------------------
2039
- --------------------------------------------------------------------------------------------
2040
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2041
- --------------------------------------------------------------------------------------------
2042
- ------------------------------------------------------------------
2043
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2044
- ------------------------------------------------------------------
2045
- --------------------------------------------------------
2046
- ComponentGeneratorTest: test_Generates_different_engines
2047
- --------------------------------------------------------
2048
- --------------------------------------------------------------------
2049
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2050
- --------------------------------------------------------------------
2051
- Rendered app/components/header/_header.html.erb (1.2ms)
2052
- ---------------------------------------
2053
- MountainViewTest: test_engine_is_loaded
2054
- ---------------------------------------
2055
- ---------------------------------------
2056
- MountainViewTest: test_shows_styleguide
2057
- ---------------------------------------
2058
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:08:00 -0400
2059
- Processing by MountainView::StyleguideController#index as HTML
2060
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
2061
- MountainView: stylesheet not found for component 'paragraph'
2062
- MountainView: javascript not found for component 'paragraph'
2063
- Completed 200 OK in 218ms (Views: 217.5ms)
2064
- -----------------------------------------------
2065
- MountainViewTest: test_shows_specific_component
2066
- -----------------------------------------------
2067
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:00 -0400
2068
- Processing by MountainView::StyleguideController#show as HTML
2069
- Parameters: {"id"=>"header"}
2070
- Rendered app/components/header/_header.html.erb (1.3ms)
2071
- Rendered app/components/header/_header.html.erb (0.2ms)
2072
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.7ms)
2073
- Completed 200 OK in 7ms (Views: 6.9ms)
2074
- ------------------------------------------------------
2075
- MountainViewTest: test_stylesheets_are_properly_served
2076
- ------------------------------------------------------
2077
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:00 -0400
2078
- -------------------------------------------------------------------------------
2079
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
2080
- -------------------------------------------------------------------------------
2081
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:08:00 -0400
2082
- Processing by MountainView::StyleguideController#show as HTML
2083
- Parameters: {"id"=>"breadcrumbs"}
2084
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2085
- Completed 200 OK in 2ms (Views: 1.8ms)
2086
- ------------------------------------------------------
2087
- MountainViewTest: test_javascripts_are_properly_served
2088
- ------------------------------------------------------
2089
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:08:00 -0400
2090
- -----------------------------------------------------------------------------------
2091
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
2092
- -----------------------------------------------------------------------------------
2093
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:08:00 -0400
2094
- Processing by MountainView::StyleguideController#show as HTML
2095
- Parameters: {"id"=>"something"}
2096
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2097
- Completed 200 OK in 2ms (Views: 1.8ms)
2098
- -------------------------------------------------------------
2099
- MountainViewTest: test_global_stylesheets_are_properly_served
2100
- -------------------------------------------------------------
2101
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:00 -0400
2102
- -----------------------------------------------------------------------------
2103
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
2104
- -----------------------------------------------------------------------------
2105
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:00 -0400
2106
- Processing by MountainView::StyleguideController#show as HTML
2107
- Parameters: {"id"=>"header"}
2108
- Rendered app/components/header/_header.html.erb (0.2ms)
2109
- Rendered app/components/header/_header.html.erb (0.1ms)
2110
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
2111
- Completed 200 OK in 3ms (Views: 3.0ms)
2112
- -----------------------------------------------
2113
- MountainViewComponentTest: test_humanized_title
2114
- -----------------------------------------------
2115
- ------------------------------------
2116
- MountainViewComponentTest: test_name
2117
- ------------------------------------
2118
- --------------------------------------
2119
- MountainViewComponentTest: test_stubs?
2120
- --------------------------------------
2121
- ------------------------------------------
2122
- MountainViewComponentTest: test_stubs_file
2123
- ------------------------------------------
2124
- ------------------------------------------------
2125
- MountainViewComponentTest: test_styleguide_stubs
2126
- ------------------------------------------------
2127
- --------------------------------------------------------
2128
- ComponentGeneratorTest: test_Generates_different_engines
2129
- --------------------------------------------------------
2130
- ------------------------------------------------------------------
2131
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2132
- ------------------------------------------------------------------
2133
- -------------------------------------------------------------------
2134
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2135
- -------------------------------------------------------------------
2136
- --------------------------------------------------------------------------------------------
2137
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2138
- --------------------------------------------------------------------------------------------
2139
- ------------------------------------------------------
2140
- MountainViewTest: test_javascripts_are_properly_served
2141
- ------------------------------------------------------
2142
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:08:04 -0400
2143
- MountainView: javascript not found for component 'paragraph'
2144
- ---------------------------------------
2145
- MountainViewTest: test_shows_styleguide
2146
- ---------------------------------------
2147
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:08:04 -0400
2148
- Processing by MountainView::StyleguideController#index as HTML
2149
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.2ms)
2150
- MountainView: stylesheet not found for component 'paragraph'
2151
- Completed 200 OK in 49ms (Views: 48.5ms)
2152
- ---------------------------------------
2153
- MountainViewTest: test_engine_is_loaded
2154
- ---------------------------------------
2155
- -------------------------------------------------------------------------------
2156
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
2157
- -------------------------------------------------------------------------------
2158
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:08:04 -0400
2159
- Processing by MountainView::StyleguideController#show as HTML
2160
- Parameters: {"id"=>"breadcrumbs"}
2161
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.9ms)
2162
- Completed 200 OK in 3ms (Views: 3.0ms)
2163
- -----------------------------------------------------------------------------------
2164
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
2165
- -----------------------------------------------------------------------------------
2166
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:08:04 -0400
2167
- Processing by MountainView::StyleguideController#show as HTML
2168
- Parameters: {"id"=>"something"}
2169
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2170
- Completed 200 OK in 2ms (Views: 1.8ms)
2171
- -----------------------------------------------------------------------------
2172
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
2173
- -----------------------------------------------------------------------------
2174
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:04 -0400
2175
- Processing by MountainView::StyleguideController#show as HTML
2176
- Parameters: {"id"=>"header"}
2177
- Rendered app/components/header/_header.html.erb (1.3ms)
2178
- Rendered app/components/header/_header.html.erb (0.1ms)
2179
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.9ms)
2180
- Completed 200 OK in 7ms (Views: 6.6ms)
2181
- -----------------------------------------------
2182
- MountainViewTest: test_shows_specific_component
2183
- -----------------------------------------------
2184
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:04 -0400
2185
- Processing by MountainView::StyleguideController#show as HTML
2186
- Parameters: {"id"=>"header"}
2187
- Rendered app/components/header/_header.html.erb (0.2ms)
2188
- Rendered app/components/header/_header.html.erb (0.1ms)
2189
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
2190
- Completed 200 OK in 3ms (Views: 3.1ms)
2191
- -------------------------------------------------------------
2192
- MountainViewTest: test_global_stylesheets_are_properly_served
2193
- -------------------------------------------------------------
2194
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:04 -0400
2195
- ------------------------------------------------------
2196
- MountainViewTest: test_stylesheets_are_properly_served
2197
- ------------------------------------------------------
2198
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:04 -0400
2199
- ------------------------------------------------------------------
2200
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2201
- ------------------------------------------------------------------
2202
- --------------------------------------------------------
2203
- ComponentGeneratorTest: test_Generates_different_engines
2204
- --------------------------------------------------------
2205
- -----------------------------------------------
2206
- MountainViewComponentTest: test_humanized_title
2207
- -----------------------------------------------
2208
- --------------------------------------
2209
- MountainViewComponentTest: test_stubs?
2210
- --------------------------------------
2211
- ------------------------------------------------
2212
- MountainViewComponentTest: test_styleguide_stubs
2213
- ------------------------------------------------
2214
- ------------------------------------------
2215
- MountainViewComponentTest: test_stubs_file
2216
- ------------------------------------------
2217
- ------------------------------------
2218
- MountainViewComponentTest: test_name
2219
- ------------------------------------
2220
- --------------------------------------------------------------------
2221
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2222
- --------------------------------------------------------------------
2223
- Rendered app/components/header/_header.html.erb (0.7ms)
2224
- -------------------------------------------------------------------
2225
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2226
- -------------------------------------------------------------------
2227
- --------------------------------------------------------------------------------------------
2228
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2229
- --------------------------------------------------------------------------------------------
2230
- ------------------------------------------------
2231
- MountainViewComponentTest: test_styleguide_stubs
2232
- ------------------------------------------------
2233
- ------------------------------------
2234
- MountainViewComponentTest: test_name
2235
- ------------------------------------
2236
- ------------------------------------------
2237
- MountainViewComponentTest: test_stubs_file
2238
- ------------------------------------------
2239
- --------------------------------------
2240
- MountainViewComponentTest: test_stubs?
2241
- --------------------------------------
2242
- -----------------------------------------------
2243
- MountainViewComponentTest: test_humanized_title
2244
- -----------------------------------------------
2245
- --------------------------------------------------------------------------------------------
2246
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2247
- --------------------------------------------------------------------------------------------
2248
- -------------------------------------------------------------------
2249
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2250
- -------------------------------------------------------------------
2251
- --------------------------------------------------------------------
2252
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2253
- --------------------------------------------------------------------
2254
- Rendered app/components/header/_header.html.erb (1.2ms)
2255
- -------------------------------------------------------------------------------
2256
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
2257
- -------------------------------------------------------------------------------
2258
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:08:07 -0400
2259
- Processing by MountainView::StyleguideController#show as HTML
2260
- Parameters: {"id"=>"breadcrumbs"}
2261
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.9ms)
2262
- MountainView: stylesheet not found for component 'paragraph'
2263
- MountainView: javascript not found for component 'paragraph'
2264
- Completed 200 OK in 197ms (Views: 196.4ms)
2265
- -------------------------------------------------------------
2266
- MountainViewTest: test_global_stylesheets_are_properly_served
2267
- -------------------------------------------------------------
2268
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:08 -0400
2269
- -----------------------------------------------------------------------------------
2270
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
2271
- -----------------------------------------------------------------------------------
2272
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:08:08 -0400
2273
- Processing by MountainView::StyleguideController#show as HTML
2274
- Parameters: {"id"=>"something"}
2275
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2276
- Completed 200 OK in 2ms (Views: 2.3ms)
2277
- ---------------------------------------
2278
- MountainViewTest: test_shows_styleguide
2279
- ---------------------------------------
2280
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:08:08 -0400
2281
- Processing by MountainView::StyleguideController#index as HTML
2282
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
2283
- Completed 200 OK in 3ms (Views: 2.6ms)
2284
- -----------------------------------------------------------------------------
2285
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
2286
- -----------------------------------------------------------------------------
2287
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:08 -0400
2288
- Processing by MountainView::StyleguideController#show as HTML
2289
- Parameters: {"id"=>"header"}
2290
- Rendered app/components/header/_header.html.erb (1.2ms)
2291
- Rendered app/components/header/_header.html.erb (0.1ms)
2292
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.3ms)
2293
- Completed 200 OK in 5ms (Views: 5.0ms)
2294
- ------------------------------------------------------
2295
- MountainViewTest: test_stylesheets_are_properly_served
2296
- ------------------------------------------------------
2297
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:08 -0400
2298
- ---------------------------------------
2299
- MountainViewTest: test_engine_is_loaded
2300
- ---------------------------------------
2301
- ------------------------------------------------------
2302
- MountainViewTest: test_javascripts_are_properly_served
2303
- ------------------------------------------------------
2304
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:08:08 -0400
2305
- -----------------------------------------------
2306
- MountainViewTest: test_shows_specific_component
2307
- -----------------------------------------------
2308
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:08 -0400
2309
- Processing by MountainView::StyleguideController#show as HTML
2310
- Parameters: {"id"=>"header"}
2311
- Rendered app/components/header/_header.html.erb (0.3ms)
2312
- Rendered app/components/header/_header.html.erb (0.3ms)
2313
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (2.5ms)
2314
- Completed 200 OK in 5ms (Views: 4.9ms)
2315
- ------------------------------------------------------------------
2316
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2317
- ------------------------------------------------------------------
2318
- --------------------------------------------------------
2319
- ComponentGeneratorTest: test_Generates_different_engines
2320
- --------------------------------------------------------
2321
- --------------------------------------------------------------------------------------------
2322
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2323
- --------------------------------------------------------------------------------------------
2324
- -------------------------------------------------------------------
2325
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2326
- -------------------------------------------------------------------
2327
- --------------------------------------------------------------------
2328
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2329
- --------------------------------------------------------------------
2330
- Rendered app/components/header/_header.html.erb (1.2ms)
2331
- ------------------------------------------------------------------
2332
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2333
- ------------------------------------------------------------------
2334
- --------------------------------------------------------
2335
- ComponentGeneratorTest: test_Generates_different_engines
2336
- --------------------------------------------------------
2337
- -------------------------------------------------------------------------------
2338
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
2339
- -------------------------------------------------------------------------------
2340
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:08:13 -0400
2341
- Processing by MountainView::StyleguideController#show as HTML
2342
- Parameters: {"id"=>"breadcrumbs"}
2343
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.0ms)
2344
- MountainView: stylesheet not found for component 'paragraph'
2345
- MountainView: javascript not found for component 'paragraph'
2346
- Completed 200 OK in 227ms (Views: 227.3ms)
2347
- ------------------------------------------------------
2348
- MountainViewTest: test_stylesheets_are_properly_served
2349
- ------------------------------------------------------
2350
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:13 -0400
2351
- ---------------------------------------
2352
- MountainViewTest: test_shows_styleguide
2353
- ---------------------------------------
2354
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:08:13 -0400
2355
- Processing by MountainView::StyleguideController#index as HTML
2356
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
2357
- Completed 200 OK in 3ms (Views: 2.6ms)
2358
- -------------------------------------------------------------
2359
- MountainViewTest: test_global_stylesheets_are_properly_served
2360
- -------------------------------------------------------------
2361
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:13 -0400
2362
- -----------------------------------------------------------------------------
2363
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
2364
- -----------------------------------------------------------------------------
2365
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:13 -0400
2366
- Processing by MountainView::StyleguideController#show as HTML
2367
- Parameters: {"id"=>"header"}
2368
- Rendered app/components/header/_header.html.erb (1.2ms)
2369
- Rendered app/components/header/_header.html.erb (0.1ms)
2370
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.4ms)
2371
- Completed 200 OK in 5ms (Views: 5.0ms)
2372
- -----------------------------------------------------------------------------------
2373
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
2374
- -----------------------------------------------------------------------------------
2375
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:08:13 -0400
2376
- Processing by MountainView::StyleguideController#show as HTML
2377
- Parameters: {"id"=>"something"}
2378
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2379
- Completed 200 OK in 2ms (Views: 1.8ms)
2380
- -----------------------------------------------
2381
- MountainViewTest: test_shows_specific_component
2382
- -----------------------------------------------
2383
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:13 -0400
2384
- Processing by MountainView::StyleguideController#show as HTML
2385
- Parameters: {"id"=>"header"}
2386
- Rendered app/components/header/_header.html.erb (0.2ms)
2387
- Rendered app/components/header/_header.html.erb (0.1ms)
2388
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
2389
- Completed 200 OK in 3ms (Views: 3.1ms)
2390
- ------------------------------------------------------
2391
- MountainViewTest: test_javascripts_are_properly_served
2392
- ------------------------------------------------------
2393
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:08:13 -0400
2394
- ---------------------------------------
2395
- MountainViewTest: test_engine_is_loaded
2396
- ---------------------------------------
2397
- ------------------------------------------------
2398
- MountainViewComponentTest: test_styleguide_stubs
2399
- ------------------------------------------------
2400
- ------------------------------------------
2401
- MountainViewComponentTest: test_stubs_file
2402
- ------------------------------------------
2403
- ------------------------------------
2404
- MountainViewComponentTest: test_name
2405
- ------------------------------------
2406
- -----------------------------------------------
2407
- MountainViewComponentTest: test_humanized_title
2408
- -----------------------------------------------
2409
- --------------------------------------
2410
- MountainViewComponentTest: test_stubs?
2411
- --------------------------------------
2412
- ------------------------------------
2413
- MountainViewComponentTest: test_name
2414
- ------------------------------------
2415
- ------------------------------------------------
2416
- MountainViewComponentTest: test_styleguide_stubs
2417
- ------------------------------------------------
2418
- --------------------------------------
2419
- MountainViewComponentTest: test_stubs?
2420
- --------------------------------------
2421
- -----------------------------------------------
2422
- MountainViewComponentTest: test_humanized_title
2423
- -----------------------------------------------
2424
- ------------------------------------------
2425
- MountainViewComponentTest: test_stubs_file
2426
- ------------------------------------------
2427
- --------------------------------------------------------------------------------------------
2428
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2429
- --------------------------------------------------------------------------------------------
2430
- -------------------------------------------------------------------
2431
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2432
- -------------------------------------------------------------------
2433
- ------------------------------------------------------------------
2434
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2435
- ------------------------------------------------------------------
2436
- --------------------------------------------------------
2437
- ComponentGeneratorTest: test_Generates_different_engines
2438
- --------------------------------------------------------
2439
- --------------------------------------------------------------------
2440
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2441
- --------------------------------------------------------------------
2442
- Rendered app/components/header/_header.html.erb (1.3ms)
2443
- -----------------------------------------------------------------------------------
2444
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
2445
- -----------------------------------------------------------------------------------
2446
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:08:17 -0400
2447
- Processing by MountainView::StyleguideController#show as HTML
2448
- Parameters: {"id"=>"something"}
2449
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.8ms)
2450
- MountainView: stylesheet not found for component 'paragraph'
2451
- MountainView: javascript not found for component 'paragraph'
2452
- Completed 200 OK in 221ms (Views: 221.2ms)
2453
- -----------------------------------------------------------------------------
2454
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
2455
- -----------------------------------------------------------------------------
2456
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:17 -0400
2457
- Processing by MountainView::StyleguideController#show as HTML
2458
- Parameters: {"id"=>"header"}
2459
- Rendered app/components/header/_header.html.erb (1.2ms)
2460
- Rendered app/components/header/_header.html.erb (0.1ms)
2461
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.3ms)
2462
- Completed 200 OK in 5ms (Views: 5.0ms)
2463
- -------------------------------------------------------------
2464
- MountainViewTest: test_global_stylesheets_are_properly_served
2465
- -------------------------------------------------------------
2466
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:17 -0400
2467
- -------------------------------------------------------------------------------
2468
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
2469
- -------------------------------------------------------------------------------
2470
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:08:17 -0400
2471
- Processing by MountainView::StyleguideController#show as HTML
2472
- Parameters: {"id"=>"breadcrumbs"}
2473
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
2474
- Completed 200 OK in 2ms (Views: 2.0ms)
2475
- -----------------------------------------------
2476
- MountainViewTest: test_shows_specific_component
2477
- -----------------------------------------------
2478
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:17 -0400
2479
- Processing by MountainView::StyleguideController#show as HTML
2480
- Parameters: {"id"=>"header"}
2481
- Rendered app/components/header/_header.html.erb (0.2ms)
2482
- Rendered app/components/header/_header.html.erb (0.1ms)
2483
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
2484
- Completed 200 OK in 3ms (Views: 3.1ms)
2485
- ---------------------------------------
2486
- MountainViewTest: test_shows_styleguide
2487
- ---------------------------------------
2488
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:08:17 -0400
2489
- Processing by MountainView::StyleguideController#index as HTML
2490
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
2491
- Completed 200 OK in 3ms (Views: 2.4ms)
2492
- ---------------------------------------
2493
- MountainViewTest: test_engine_is_loaded
2494
- ---------------------------------------
2495
- ------------------------------------------------------
2496
- MountainViewTest: test_stylesheets_are_properly_served
2497
- ------------------------------------------------------
2498
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:17 -0400
2499
- ------------------------------------------------------
2500
- MountainViewTest: test_javascripts_are_properly_served
2501
- ------------------------------------------------------
2502
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:08:17 -0400
2503
- -----------------------------------------------
2504
- MountainViewComponentTest: test_humanized_title
2505
- -----------------------------------------------
2506
- ------------------------------------
2507
- MountainViewComponentTest: test_name
2508
- ------------------------------------
2509
- ------------------------------------------
2510
- MountainViewComponentTest: test_stubs_file
2511
- ------------------------------------------
2512
- --------------------------------------
2513
- MountainViewComponentTest: test_stubs?
2514
- --------------------------------------
2515
- ------------------------------------------------
2516
- MountainViewComponentTest: test_styleguide_stubs
2517
- ------------------------------------------------
2518
- ------------------------------------------------------------------
2519
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2520
- ------------------------------------------------------------------
2521
- --------------------------------------------------------
2522
- ComponentGeneratorTest: test_Generates_different_engines
2523
- --------------------------------------------------------
2524
- -----------------------------------------------------------------------------------
2525
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
2526
- -----------------------------------------------------------------------------------
2527
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-22 20:08:21 -0400
2528
- Processing by MountainView::StyleguideController#show as HTML
2529
- Parameters: {"id"=>"something"}
2530
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.4ms)
2531
- MountainView: stylesheet not found for component 'paragraph'
2532
- MountainView: javascript not found for component 'paragraph'
2533
- Completed 200 OK in 195ms (Views: 194.5ms)
2534
- ------------------------------------------------------
2535
- MountainViewTest: test_javascripts_are_properly_served
2536
- ------------------------------------------------------
2537
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-22 20:08:21 -0400
2538
- ------------------------------------------------------
2539
- MountainViewTest: test_stylesheets_are_properly_served
2540
- ------------------------------------------------------
2541
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:21 -0400
2542
- ---------------------------------------
2543
- MountainViewTest: test_shows_styleguide
2544
- ---------------------------------------
2545
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-22 20:08:21 -0400
2546
- Processing by MountainView::StyleguideController#index as HTML
2547
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
2548
- Completed 200 OK in 3ms (Views: 2.5ms)
2549
- -------------------------------------------------------------
2550
- MountainViewTest: test_global_stylesheets_are_properly_served
2551
- -------------------------------------------------------------
2552
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-22 20:08:21 -0400
2553
- -----------------------------------------------------------------------------
2554
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
2555
- -----------------------------------------------------------------------------
2556
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:21 -0400
2557
- Processing by MountainView::StyleguideController#show as HTML
2558
- Parameters: {"id"=>"header"}
2559
- Rendered app/components/header/_header.html.erb (1.1ms)
2560
- Rendered app/components/header/_header.html.erb (0.1ms)
2561
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.7ms)
2562
- Completed 200 OK in 6ms (Views: 6.2ms)
2563
- -----------------------------------------------
2564
- MountainViewTest: test_shows_specific_component
2565
- -----------------------------------------------
2566
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-22 20:08:21 -0400
2567
- Processing by MountainView::StyleguideController#show as HTML
2568
- Parameters: {"id"=>"header"}
2569
- Rendered app/components/header/_header.html.erb (0.2ms)
2570
- Rendered app/components/header/_header.html.erb (0.1ms)
2571
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.5ms)
2572
- Completed 200 OK in 3ms (Views: 3.0ms)
2573
- ---------------------------------------
2574
- MountainViewTest: test_engine_is_loaded
2575
- ---------------------------------------
2576
- -------------------------------------------------------------------------------
2577
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
2578
- -------------------------------------------------------------------------------
2579
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-22 20:08:21 -0400
2580
- Processing by MountainView::StyleguideController#show as HTML
2581
- Parameters: {"id"=>"breadcrumbs"}
2582
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2583
- Completed 200 OK in 2ms (Views: 2.2ms)
2584
- --------------------------------------------------------------------------------------------
2585
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2586
- --------------------------------------------------------------------------------------------
2587
- -------------------------------------------------------------------
2588
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2589
- -------------------------------------------------------------------
2590
- --------------------------------------------------------------------
2591
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2592
- --------------------------------------------------------------------
2593
- Rendered app/components/header/_header.html.erb (0.6ms)
2594
- --------------------------------------------------------------------
2595
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2596
- --------------------------------------------------------------------
2597
- Rendered app/components/header/_header.html.erb (2.0ms)
2598
- -------------------------------------------------------------------
2599
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2600
- -------------------------------------------------------------------
2601
- --------------------------------------------------------------------------------------------
2602
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2603
- --------------------------------------------------------------------------------------------
2604
- ------------------------------------------------
2605
- MountainViewComponentTest: test_styleguide_stubs
2606
- ------------------------------------------------
2607
- ------------------------------------
2608
- MountainViewComponentTest: test_name
2609
- ------------------------------------
2610
- ------------------------------------------
2611
- MountainViewComponentTest: test_stubs_file
2612
- ------------------------------------------
2613
- --------------------------------------
2614
- MountainViewComponentTest: test_stubs?
2615
- --------------------------------------
2616
- -----------------------------------------------
2617
- MountainViewComponentTest: test_humanized_title
2618
- -----------------------------------------------
2619
- --------------------------------------------------------
2620
- ComponentGeneratorTest: test_Generates_different_engines
2621
- --------------------------------------------------------
2622
- ------------------------------------------------------------------
2623
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2624
- ------------------------------------------------------------------
2625
- ---------------------------------------
2626
- MountainViewTest: test_shows_styleguide
2627
- ---------------------------------------
2628
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-28 14:31:02 -0400
2629
- Processing by MountainView::StyleguideController#index as HTML
2630
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
2631
- MountainView: stylesheet not found for component 'paragraph'
2632
- MountainView: javascript not found for component 'paragraph'
2633
- Completed 200 OK in 229ms (Views: 228.9ms)
2634
- ------------------------------------------------------
2635
- MountainViewTest: test_javascripts_are_properly_served
2636
- ------------------------------------------------------
2637
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-28 14:31:02 -0400
2638
- -----------------------------------------------------------------------------
2639
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
2640
- -----------------------------------------------------------------------------
2641
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-28 14:31:02 -0400
2642
- Processing by MountainView::StyleguideController#show as HTML
2643
- Parameters: {"id"=>"header"}
2644
- Rendered app/components/header/_header.html.erb (1.6ms)
2645
- Rendered app/components/header/_header.html.erb (0.1ms)
2646
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.2ms)
2647
- Completed 200 OK in 7ms (Views: 6.8ms)
2648
- -------------------------------------------------------------------------------
2649
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
2650
- -------------------------------------------------------------------------------
2651
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-28 14:31:02 -0400
2652
- Processing by MountainView::StyleguideController#show as HTML
2653
- Parameters: {"id"=>"breadcrumbs"}
2654
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2655
- Completed 200 OK in 2ms (Views: 1.9ms)
2656
- ------------------------------------------------------
2657
- MountainViewTest: test_stylesheets_are_properly_served
2658
- ------------------------------------------------------
2659
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-28 14:31:02 -0400
2660
- -------------------------------------------------------------
2661
- MountainViewTest: test_global_stylesheets_are_properly_served
2662
- -------------------------------------------------------------
2663
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-28 14:31:02 -0400
2664
- -----------------------------------------------------------------------------------
2665
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
2666
- -----------------------------------------------------------------------------------
2667
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-28 14:31:02 -0400
2668
- Processing by MountainView::StyleguideController#show as HTML
2669
- Parameters: {"id"=>"something"}
2670
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2671
- Completed 200 OK in 2ms (Views: 1.8ms)
2672
- -----------------------------------------------
2673
- MountainViewTest: test_shows_specific_component
2674
- -----------------------------------------------
2675
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-28 14:31:02 -0400
2676
- Processing by MountainView::StyleguideController#show as HTML
2677
- Parameters: {"id"=>"header"}
2678
- Rendered app/components/header/_header.html.erb (0.2ms)
2679
- Rendered app/components/header/_header.html.erb (0.1ms)
2680
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
2681
- Completed 200 OK in 3ms (Views: 3.2ms)
2682
- ---------------------------------------
2683
- MountainViewTest: test_engine_is_loaded
2684
- ---------------------------------------
2685
- ------------------------------------------
2686
- MountainViewComponentTest: test_stubs_file
2687
- ------------------------------------------
2688
- ------------------------------------
2689
- MountainViewComponentTest: test_name
2690
- ------------------------------------
2691
- -----------------------------------------------
2692
- MountainViewComponentTest: test_humanized_title
2693
- -----------------------------------------------
2694
- --------------------------------------
2695
- MountainViewComponentTest: test_stubs?
2696
- --------------------------------------
2697
- ------------------------------------------------
2698
- MountainViewComponentTest: test_styleguide_stubs
2699
- ------------------------------------------------
2700
- --------------------------------------------------------------------------------------------
2701
- MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
2702
- --------------------------------------------------------------------------------------------
2703
- -------------------------------------------------------------------
2704
- MountainViewConfigurationTest: test_set_custom_included_stylesheets
2705
- -------------------------------------------------------------------
2706
- -----------------------------------------------
2707
- MountainViewTest: test_shows_specific_component
2708
- -----------------------------------------------
2709
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-28 14:31:07 -0400
2710
- Processing by MountainView::StyleguideController#show as HTML
2711
- Parameters: {"id"=>"header"}
2712
- Rendered app/components/header/_header.html.erb (1.8ms)
2713
- Rendered app/components/header/_header.html.erb (0.7ms)
2714
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (9.2ms)
2715
- MountainView: stylesheet not found for component 'paragraph'
2716
- MountainView: javascript not found for component 'paragraph'
2717
- Completed 200 OK in 232ms (Views: 231.5ms)
2718
- -----------------------------------------------------------------------------
2719
- MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
2720
- -----------------------------------------------------------------------------
2721
- Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-10-28 14:31:07 -0400
2722
- Processing by MountainView::StyleguideController#show as HTML
2723
- Parameters: {"id"=>"header"}
2724
- Rendered app/components/header/_header.html.erb (0.2ms)
2725
- Rendered app/components/header/_header.html.erb (0.1ms)
2726
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.6ms)
2727
- Completed 200 OK in 3ms (Views: 3.2ms)
2728
- -------------------------------------------------------------
2729
- MountainViewTest: test_global_stylesheets_are_properly_served
2730
- -------------------------------------------------------------
2731
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-28 14:31:07 -0400
2732
- ---------------------------------------
2733
- MountainViewTest: test_shows_styleguide
2734
- ---------------------------------------
2735
- Started GET "/mountain_view" for 127.0.0.1 at 2015-10-28 14:31:07 -0400
2736
- Processing by MountainView::StyleguideController#index as HTML
2737
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
2738
- Completed 200 OK in 3ms (Views: 2.5ms)
2739
- ------------------------------------------------------
2740
- MountainViewTest: test_javascripts_are_properly_served
2741
- ------------------------------------------------------
2742
- Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-10-28 14:31:07 -0400
2743
- ---------------------------------------
2744
- MountainViewTest: test_engine_is_loaded
2745
- ---------------------------------------
2746
- ------------------------------------------------------
2747
- MountainViewTest: test_stylesheets_are_properly_served
2748
- ------------------------------------------------------
2749
- Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-10-28 14:31:07 -0400
2750
- -------------------------------------------------------------------------------
2751
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
2752
- -------------------------------------------------------------------------------
2753
- Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-10-28 14:31:07 -0400
2754
- Processing by MountainView::StyleguideController#show as HTML
2755
- Parameters: {"id"=>"breadcrumbs"}
2756
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2757
- Completed 200 OK in 2ms (Views: 2.3ms)
2758
- -----------------------------------------------------------------------------------
2759
- MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
2760
- -----------------------------------------------------------------------------------
2761
- Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-10-28 14:31:07 -0400
2762
- Processing by MountainView::StyleguideController#show as HTML
2763
- Parameters: {"id"=>"something"}
2764
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
2765
- Completed 200 OK in 2ms (Views: 2.1ms)
2766
- ------------------------------------------------------------------
2767
- ComponentGeneratorTest: test_Assert_all_files_are_properly_created
2768
- ------------------------------------------------------------------
2769
- --------------------------------------------------------
2770
- ComponentGeneratorTest: test_Generates_different_engines
2771
- --------------------------------------------------------
2772
- --------------------------------------------------------------------
2773
- MountainView::ComponentHelperTest: test_renders_the_proper_component
2774
- --------------------------------------------------------------------
2775
- Rendered app/components/header/_header.html.erb (0.8ms)