mountain_view 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +21 -2
- data/app/helpers/mountain_view/application_helper.rb +27 -0
- data/lib/mountain_view/engine.rb +1 -0
- data/lib/mountain_view/version.rb +1 -1
- data/test/dummy/app/components/header/_header.html.erb +1 -1
- data/test/dummy/app/components/header/header.css +8 -0
- data/test/dummy/app/components/header/header.yml +2 -0
- data/test/dummy/app/views/home/index.html.erb +1 -1
- data/test/dummy/config/routes.rb +1 -1
- data/test/dummy/log/development.log +384 -0
- data/test/dummy/log/test.log +1161 -0
- data/test/helpers/mountain_view/component_helper_test.rb +2 -1
- data/test/mountain_view/component_test.rb +1 -0
- data/test/mountain_view_test.rb +7 -0
- metadata +3 -2
data/test/dummy/log/test.log
CHANGED
|
@@ -2248,3 +2248,1164 @@ Completed 500 Internal Server Error in 8ms
|
|
|
2248
2248
|
MountainViewTest: test_stylesheets_are_properly_served
|
|
2249
2249
|
------------------------------------------------------
|
|
2250
2250
|
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-05-22 12:26:08 -0300
|
|
2251
|
+
-----------------------------------------------
|
|
2252
|
+
MountainViewComponentTest: test_humanized_title
|
|
2253
|
+
-----------------------------------------------
|
|
2254
|
+
------------------------------------
|
|
2255
|
+
MountainViewComponentTest: test_name
|
|
2256
|
+
------------------------------------
|
|
2257
|
+
--------------------------------------
|
|
2258
|
+
MountainViewComponentTest: test_stubs?
|
|
2259
|
+
--------------------------------------
|
|
2260
|
+
------------------------------------------
|
|
2261
|
+
MountainViewComponentTest: test_stubs_file
|
|
2262
|
+
------------------------------------------
|
|
2263
|
+
------------------------------------------------
|
|
2264
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2265
|
+
------------------------------------------------
|
|
2266
|
+
------------------------------------------------------------------
|
|
2267
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2268
|
+
------------------------------------------------------------------
|
|
2269
|
+
--------------------------------------------------------
|
|
2270
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2271
|
+
--------------------------------------------------------
|
|
2272
|
+
-----------------------------------------------------------------------
|
|
2273
|
+
MountainViewTest: test_component_with_main_app_url_displays_correct_url
|
|
2274
|
+
-----------------------------------------------------------------------
|
|
2275
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:48:18 -0300
|
|
2276
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2277
|
+
Parameters: {"id"=>"header"}
|
|
2278
|
+
Rendered app/components/header/_header.html.erb (21.5ms)
|
|
2279
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (35.4ms)
|
|
2280
|
+
Completed 500 Internal Server Error in 45ms
|
|
2281
|
+
---------------------------------------
|
|
2282
|
+
MountainViewTest: test_engine_is_loaded
|
|
2283
|
+
---------------------------------------
|
|
2284
|
+
-------------------------------------------------------------
|
|
2285
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2286
|
+
-------------------------------------------------------------
|
|
2287
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:48:18 -0300
|
|
2288
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2289
|
+
------------------------------------------------------
|
|
2290
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2291
|
+
------------------------------------------------------
|
|
2292
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 16:48:18 -0300
|
|
2293
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2294
|
+
-------------------------------------------------------------------------------
|
|
2295
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2296
|
+
-------------------------------------------------------------------------------
|
|
2297
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 16:48:18 -0300
|
|
2298
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2299
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2300
|
+
Completed 200 OK in 19ms (Views: 18.3ms)
|
|
2301
|
+
-----------------------------------------------------------------------------------
|
|
2302
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2303
|
+
-----------------------------------------------------------------------------------
|
|
2304
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 16:48:18 -0300
|
|
2305
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2306
|
+
Parameters: {"id"=>"something"}
|
|
2307
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
|
2308
|
+
-----------------------------------------------
|
|
2309
|
+
MountainViewTest: test_shows_specific_component
|
|
2310
|
+
-----------------------------------------------
|
|
2311
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:48:18 -0300
|
|
2312
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2313
|
+
Parameters: {"id"=>"header"}
|
|
2314
|
+
Rendered app/components/header/_header.html.erb (24.6ms)
|
|
2315
|
+
Completed 500 Internal Server Error in 26ms
|
|
2316
|
+
---------------------------------------
|
|
2317
|
+
MountainViewTest: test_shows_styleguide
|
|
2318
|
+
---------------------------------------
|
|
2319
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 16:48:18 -0300
|
|
2320
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2321
|
+
Completed 200 OK in 3ms (Views: 3.3ms)
|
|
2322
|
+
------------------------------------------------------
|
|
2323
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2324
|
+
------------------------------------------------------
|
|
2325
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:48:18 -0300
|
|
2326
|
+
--------------------------------------------------------------------------------------------
|
|
2327
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2328
|
+
--------------------------------------------------------------------------------------------
|
|
2329
|
+
-------------------------------------------------------------------
|
|
2330
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2331
|
+
-------------------------------------------------------------------
|
|
2332
|
+
--------------------------------------------------------------------
|
|
2333
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2334
|
+
--------------------------------------------------------------------
|
|
2335
|
+
Rendered app/components/header/_header.html.erb (18.2ms)
|
|
2336
|
+
--------------------------------------------------------------------
|
|
2337
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2338
|
+
--------------------------------------------------------------------
|
|
2339
|
+
Rendered app/components/header/_header.html.erb (22.4ms)
|
|
2340
|
+
------------------------------------------------------------------
|
|
2341
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2342
|
+
------------------------------------------------------------------
|
|
2343
|
+
--------------------------------------------------------
|
|
2344
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2345
|
+
--------------------------------------------------------
|
|
2346
|
+
-----------------------------------------------
|
|
2347
|
+
MountainViewComponentTest: test_humanized_title
|
|
2348
|
+
-----------------------------------------------
|
|
2349
|
+
------------------------------------
|
|
2350
|
+
MountainViewComponentTest: test_name
|
|
2351
|
+
------------------------------------
|
|
2352
|
+
--------------------------------------
|
|
2353
|
+
MountainViewComponentTest: test_stubs?
|
|
2354
|
+
--------------------------------------
|
|
2355
|
+
------------------------------------------
|
|
2356
|
+
MountainViewComponentTest: test_stubs_file
|
|
2357
|
+
------------------------------------------
|
|
2358
|
+
------------------------------------------------
|
|
2359
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2360
|
+
------------------------------------------------
|
|
2361
|
+
--------------------------------------------------------------------------------------------
|
|
2362
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2363
|
+
--------------------------------------------------------------------------------------------
|
|
2364
|
+
-------------------------------------------------------------------
|
|
2365
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2366
|
+
-------------------------------------------------------------------
|
|
2367
|
+
-----------------------------------------------------------------------
|
|
2368
|
+
MountainViewTest: test_component_with_main_app_url_displays_correct_url
|
|
2369
|
+
-----------------------------------------------------------------------
|
|
2370
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:48:33 -0300
|
|
2371
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2372
|
+
Parameters: {"id"=>"header"}
|
|
2373
|
+
Rendered app/components/header/_header.html.erb (52.0ms)
|
|
2374
|
+
Completed 500 Internal Server Error in 57ms
|
|
2375
|
+
---------------------------------------
|
|
2376
|
+
MountainViewTest: test_engine_is_loaded
|
|
2377
|
+
---------------------------------------
|
|
2378
|
+
-------------------------------------------------------------
|
|
2379
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2380
|
+
-------------------------------------------------------------
|
|
2381
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:48:33 -0300
|
|
2382
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2383
|
+
------------------------------------------------------
|
|
2384
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2385
|
+
------------------------------------------------------
|
|
2386
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 16:48:33 -0300
|
|
2387
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2388
|
+
-------------------------------------------------------------------------------
|
|
2389
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2390
|
+
-------------------------------------------------------------------------------
|
|
2391
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 16:48:33 -0300
|
|
2392
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2393
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2394
|
+
Completed 200 OK in 25ms (Views: 25.2ms)
|
|
2395
|
+
-----------------------------------------------------------------------------------
|
|
2396
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2397
|
+
-----------------------------------------------------------------------------------
|
|
2398
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 16:48:33 -0300
|
|
2399
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2400
|
+
Parameters: {"id"=>"something"}
|
|
2401
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
|
2402
|
+
-----------------------------------------------
|
|
2403
|
+
MountainViewTest: test_shows_specific_component
|
|
2404
|
+
-----------------------------------------------
|
|
2405
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:48:33 -0300
|
|
2406
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2407
|
+
Parameters: {"id"=>"header"}
|
|
2408
|
+
Rendered app/components/header/_header.html.erb (15.2ms)
|
|
2409
|
+
Completed 500 Internal Server Error in 17ms
|
|
2410
|
+
---------------------------------------
|
|
2411
|
+
MountainViewTest: test_shows_styleguide
|
|
2412
|
+
---------------------------------------
|
|
2413
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 16:48:33 -0300
|
|
2414
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2415
|
+
Completed 200 OK in 3ms (Views: 3.3ms)
|
|
2416
|
+
------------------------------------------------------
|
|
2417
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2418
|
+
------------------------------------------------------
|
|
2419
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:48:33 -0300
|
|
2420
|
+
--------------------------------------------------------------------
|
|
2421
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2422
|
+
--------------------------------------------------------------------
|
|
2423
|
+
Rendered app/components/header/_header.html.erb (16.9ms)
|
|
2424
|
+
-----------------------------------------------------------------------
|
|
2425
|
+
MountainViewTest: test_component_with_main_app_url_displays_correct_url
|
|
2426
|
+
-----------------------------------------------------------------------
|
|
2427
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:48:46 -0300
|
|
2428
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2429
|
+
Parameters: {"id"=>"header"}
|
|
2430
|
+
Rendered app/components/header/_header.html.erb (35.6ms)
|
|
2431
|
+
Completed 500 Internal Server Error in 43ms
|
|
2432
|
+
---------------------------------------
|
|
2433
|
+
MountainViewTest: test_engine_is_loaded
|
|
2434
|
+
---------------------------------------
|
|
2435
|
+
-------------------------------------------------------------
|
|
2436
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2437
|
+
-------------------------------------------------------------
|
|
2438
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:48:46 -0300
|
|
2439
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2440
|
+
------------------------------------------------------
|
|
2441
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2442
|
+
------------------------------------------------------
|
|
2443
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 16:48:46 -0300
|
|
2444
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2445
|
+
-------------------------------------------------------------------------------
|
|
2446
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2447
|
+
-------------------------------------------------------------------------------
|
|
2448
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 16:48:46 -0300
|
|
2449
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2450
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2451
|
+
Completed 200 OK in 18ms (Views: 17.4ms)
|
|
2452
|
+
-----------------------------------------------------------------------------------
|
|
2453
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2454
|
+
-----------------------------------------------------------------------------------
|
|
2455
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 16:48:46 -0300
|
|
2456
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2457
|
+
Parameters: {"id"=>"something"}
|
|
2458
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
|
2459
|
+
-----------------------------------------------
|
|
2460
|
+
MountainViewTest: test_shows_specific_component
|
|
2461
|
+
-----------------------------------------------
|
|
2462
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:48:46 -0300
|
|
2463
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2464
|
+
Parameters: {"id"=>"header"}
|
|
2465
|
+
Rendered app/components/header/_header.html.erb (15.2ms)
|
|
2466
|
+
Completed 500 Internal Server Error in 16ms
|
|
2467
|
+
---------------------------------------
|
|
2468
|
+
MountainViewTest: test_shows_styleguide
|
|
2469
|
+
---------------------------------------
|
|
2470
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 16:48:46 -0300
|
|
2471
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2472
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
|
2473
|
+
------------------------------------------------------
|
|
2474
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2475
|
+
------------------------------------------------------
|
|
2476
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:48:46 -0300
|
|
2477
|
+
--------------------------------------------------------------------------------------------
|
|
2478
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2479
|
+
--------------------------------------------------------------------------------------------
|
|
2480
|
+
-------------------------------------------------------------------
|
|
2481
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2482
|
+
-------------------------------------------------------------------
|
|
2483
|
+
-----------------------------------------------
|
|
2484
|
+
MountainViewComponentTest: test_humanized_title
|
|
2485
|
+
-----------------------------------------------
|
|
2486
|
+
------------------------------------
|
|
2487
|
+
MountainViewComponentTest: test_name
|
|
2488
|
+
------------------------------------
|
|
2489
|
+
--------------------------------------
|
|
2490
|
+
MountainViewComponentTest: test_stubs?
|
|
2491
|
+
--------------------------------------
|
|
2492
|
+
------------------------------------------
|
|
2493
|
+
MountainViewComponentTest: test_stubs_file
|
|
2494
|
+
------------------------------------------
|
|
2495
|
+
------------------------------------------------
|
|
2496
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2497
|
+
------------------------------------------------
|
|
2498
|
+
------------------------------------------------------------------
|
|
2499
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2500
|
+
------------------------------------------------------------------
|
|
2501
|
+
--------------------------------------------------------
|
|
2502
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2503
|
+
--------------------------------------------------------
|
|
2504
|
+
------------------------------------------------------------------
|
|
2505
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2506
|
+
------------------------------------------------------------------
|
|
2507
|
+
--------------------------------------------------------
|
|
2508
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2509
|
+
--------------------------------------------------------
|
|
2510
|
+
--------------------------------------------------------------------------------------------
|
|
2511
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2512
|
+
--------------------------------------------------------------------------------------------
|
|
2513
|
+
-------------------------------------------------------------------
|
|
2514
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2515
|
+
-------------------------------------------------------------------
|
|
2516
|
+
-----------------------------------------------
|
|
2517
|
+
MountainViewComponentTest: test_humanized_title
|
|
2518
|
+
-----------------------------------------------
|
|
2519
|
+
------------------------------------
|
|
2520
|
+
MountainViewComponentTest: test_name
|
|
2521
|
+
------------------------------------
|
|
2522
|
+
--------------------------------------
|
|
2523
|
+
MountainViewComponentTest: test_stubs?
|
|
2524
|
+
--------------------------------------
|
|
2525
|
+
------------------------------------------
|
|
2526
|
+
MountainViewComponentTest: test_stubs_file
|
|
2527
|
+
------------------------------------------
|
|
2528
|
+
------------------------------------------------
|
|
2529
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2530
|
+
------------------------------------------------
|
|
2531
|
+
---------------------------------------
|
|
2532
|
+
MountainViewTest: test_engine_is_loaded
|
|
2533
|
+
---------------------------------------
|
|
2534
|
+
-------------------------------------------------------------
|
|
2535
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2536
|
+
-------------------------------------------------------------
|
|
2537
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:49:15 -0300
|
|
2538
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2539
|
+
------------------------------------------------------
|
|
2540
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2541
|
+
------------------------------------------------------
|
|
2542
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 16:49:15 -0300
|
|
2543
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2544
|
+
-------------------------------------------------------------------------------
|
|
2545
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2546
|
+
-------------------------------------------------------------------------------
|
|
2547
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 16:49:15 -0300
|
|
2548
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2549
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2550
|
+
Completed 200 OK in 27ms (Views: 26.3ms)
|
|
2551
|
+
-----------------------------------------------------------------------------------
|
|
2552
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2553
|
+
-----------------------------------------------------------------------------------
|
|
2554
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 16:49:15 -0300
|
|
2555
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2556
|
+
Parameters: {"id"=>"something"}
|
|
2557
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
|
2558
|
+
-----------------------------------------------
|
|
2559
|
+
MountainViewTest: test_shows_specific_component
|
|
2560
|
+
-----------------------------------------------
|
|
2561
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:49:15 -0300
|
|
2562
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2563
|
+
Parameters: {"id"=>"header"}
|
|
2564
|
+
Rendered app/components/header/_header.html.erb (32.9ms)
|
|
2565
|
+
Completed 500 Internal Server Error in 38ms
|
|
2566
|
+
---------------------------------------
|
|
2567
|
+
MountainViewTest: test_shows_styleguide
|
|
2568
|
+
---------------------------------------
|
|
2569
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 16:49:15 -0300
|
|
2570
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2571
|
+
Completed 200 OK in 2ms (Views: 2.3ms)
|
|
2572
|
+
------------------------------------------------------
|
|
2573
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2574
|
+
------------------------------------------------------
|
|
2575
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:49:15 -0300
|
|
2576
|
+
--------------------------------------------------------------------
|
|
2577
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2578
|
+
--------------------------------------------------------------------
|
|
2579
|
+
Rendered app/components/header/_header.html.erb (17.1ms)
|
|
2580
|
+
-----------------------------------------------
|
|
2581
|
+
MountainViewComponentTest: test_humanized_title
|
|
2582
|
+
-----------------------------------------------
|
|
2583
|
+
------------------------------------
|
|
2584
|
+
MountainViewComponentTest: test_name
|
|
2585
|
+
------------------------------------
|
|
2586
|
+
--------------------------------------
|
|
2587
|
+
MountainViewComponentTest: test_stubs?
|
|
2588
|
+
--------------------------------------
|
|
2589
|
+
------------------------------------------
|
|
2590
|
+
MountainViewComponentTest: test_stubs_file
|
|
2591
|
+
------------------------------------------
|
|
2592
|
+
------------------------------------------------
|
|
2593
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2594
|
+
------------------------------------------------
|
|
2595
|
+
------------------------------------------------------------------
|
|
2596
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2597
|
+
------------------------------------------------------------------
|
|
2598
|
+
--------------------------------------------------------
|
|
2599
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2600
|
+
--------------------------------------------------------
|
|
2601
|
+
--------------------------------------------------------------------
|
|
2602
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2603
|
+
--------------------------------------------------------------------
|
|
2604
|
+
Rendered app/components/header/_header.html.erb (14.0ms)
|
|
2605
|
+
--------------------------------------------------------------------------------------------
|
|
2606
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2607
|
+
--------------------------------------------------------------------------------------------
|
|
2608
|
+
-------------------------------------------------------------------
|
|
2609
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2610
|
+
-------------------------------------------------------------------
|
|
2611
|
+
---------------------------------------
|
|
2612
|
+
MountainViewTest: test_engine_is_loaded
|
|
2613
|
+
---------------------------------------
|
|
2614
|
+
-------------------------------------------------------------
|
|
2615
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2616
|
+
-------------------------------------------------------------
|
|
2617
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:49:38 -0300
|
|
2618
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2619
|
+
------------------------------------------------------
|
|
2620
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2621
|
+
------------------------------------------------------
|
|
2622
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 16:49:38 -0300
|
|
2623
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2624
|
+
-------------------------------------------------------------------------------
|
|
2625
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2626
|
+
-------------------------------------------------------------------------------
|
|
2627
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 16:49:38 -0300
|
|
2628
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2629
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2630
|
+
Completed 200 OK in 25ms (Views: 24.9ms)
|
|
2631
|
+
-----------------------------------------------------------------------------------
|
|
2632
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2633
|
+
-----------------------------------------------------------------------------------
|
|
2634
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 16:49:38 -0300
|
|
2635
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2636
|
+
Parameters: {"id"=>"something"}
|
|
2637
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
|
2638
|
+
-----------------------------------------------
|
|
2639
|
+
MountainViewTest: test_shows_specific_component
|
|
2640
|
+
-----------------------------------------------
|
|
2641
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:49:38 -0300
|
|
2642
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2643
|
+
Parameters: {"id"=>"header"}
|
|
2644
|
+
Rendered app/components/header/_header.html.erb (7.4ms)
|
|
2645
|
+
Completed 500 Internal Server Error in 9ms
|
|
2646
|
+
---------------------------------------
|
|
2647
|
+
MountainViewTest: test_shows_styleguide
|
|
2648
|
+
---------------------------------------
|
|
2649
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 16:49:38 -0300
|
|
2650
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2651
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
|
2652
|
+
------------------------------------------------------
|
|
2653
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2654
|
+
------------------------------------------------------
|
|
2655
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:49:38 -0300
|
|
2656
|
+
---------------------------------------
|
|
2657
|
+
MountainViewTest: test_engine_is_loaded
|
|
2658
|
+
---------------------------------------
|
|
2659
|
+
-------------------------------------------------------------
|
|
2660
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2661
|
+
-------------------------------------------------------------
|
|
2662
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:50:10 -0300
|
|
2663
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2664
|
+
------------------------------------------------------
|
|
2665
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2666
|
+
------------------------------------------------------
|
|
2667
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 16:50:10 -0300
|
|
2668
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2669
|
+
-------------------------------------------------------------------------------
|
|
2670
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2671
|
+
-------------------------------------------------------------------------------
|
|
2672
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 16:50:10 -0300
|
|
2673
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2674
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2675
|
+
Completed 200 OK in 23ms (Views: 22.8ms)
|
|
2676
|
+
-----------------------------------------------------------------------------------
|
|
2677
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2678
|
+
-----------------------------------------------------------------------------------
|
|
2679
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 16:50:10 -0300
|
|
2680
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2681
|
+
Parameters: {"id"=>"something"}
|
|
2682
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
|
2683
|
+
-----------------------------------------------
|
|
2684
|
+
MountainViewTest: test_shows_specific_component
|
|
2685
|
+
-----------------------------------------------
|
|
2686
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:50:10 -0300
|
|
2687
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2688
|
+
Parameters: {"id"=>"header"}
|
|
2689
|
+
Rendered app/components/header/_header.html.erb (1.3ms)
|
|
2690
|
+
Rendered app/components/header/_header.html.erb (0.1ms)
|
|
2691
|
+
Completed 200 OK in 6ms (Views: 5.9ms)
|
|
2692
|
+
---------------------------------------
|
|
2693
|
+
MountainViewTest: test_shows_styleguide
|
|
2694
|
+
---------------------------------------
|
|
2695
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 16:50:10 -0300
|
|
2696
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2697
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
|
2698
|
+
------------------------------------------------------
|
|
2699
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2700
|
+
------------------------------------------------------
|
|
2701
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:50:10 -0300
|
|
2702
|
+
-----------------------------------------------
|
|
2703
|
+
MountainViewComponentTest: test_humanized_title
|
|
2704
|
+
-----------------------------------------------
|
|
2705
|
+
------------------------------------
|
|
2706
|
+
MountainViewComponentTest: test_name
|
|
2707
|
+
------------------------------------
|
|
2708
|
+
--------------------------------------
|
|
2709
|
+
MountainViewComponentTest: test_stubs?
|
|
2710
|
+
--------------------------------------
|
|
2711
|
+
------------------------------------------
|
|
2712
|
+
MountainViewComponentTest: test_stubs_file
|
|
2713
|
+
------------------------------------------
|
|
2714
|
+
------------------------------------------------
|
|
2715
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2716
|
+
------------------------------------------------
|
|
2717
|
+
--------------------------------------------------------------------
|
|
2718
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2719
|
+
--------------------------------------------------------------------
|
|
2720
|
+
Rendered app/components/header/_header.html.erb (0.6ms)
|
|
2721
|
+
------------------------------------------------------------------
|
|
2722
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2723
|
+
------------------------------------------------------------------
|
|
2724
|
+
--------------------------------------------------------
|
|
2725
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2726
|
+
--------------------------------------------------------
|
|
2727
|
+
--------------------------------------------------------------------------------------------
|
|
2728
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2729
|
+
--------------------------------------------------------------------------------------------
|
|
2730
|
+
-------------------------------------------------------------------
|
|
2731
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2732
|
+
-------------------------------------------------------------------
|
|
2733
|
+
---------------------------------------
|
|
2734
|
+
MountainViewTest: test_engine_is_loaded
|
|
2735
|
+
---------------------------------------
|
|
2736
|
+
-------------------------------------------------------------
|
|
2737
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2738
|
+
-------------------------------------------------------------
|
|
2739
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:50:17 -0300
|
|
2740
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2741
|
+
------------------------------------------------------
|
|
2742
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2743
|
+
------------------------------------------------------
|
|
2744
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 16:50:17 -0300
|
|
2745
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2746
|
+
-------------------------------------------------------------------------------
|
|
2747
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2748
|
+
-------------------------------------------------------------------------------
|
|
2749
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 16:50:17 -0300
|
|
2750
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2751
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2752
|
+
Completed 200 OK in 23ms (Views: 23.1ms)
|
|
2753
|
+
-----------------------------------------------------------------------------------
|
|
2754
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2755
|
+
-----------------------------------------------------------------------------------
|
|
2756
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 16:50:17 -0300
|
|
2757
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2758
|
+
Parameters: {"id"=>"something"}
|
|
2759
|
+
Completed 200 OK in 8ms (Views: 7.5ms)
|
|
2760
|
+
-----------------------------------------------
|
|
2761
|
+
MountainViewTest: test_shows_specific_component
|
|
2762
|
+
-----------------------------------------------
|
|
2763
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 16:50:17 -0300
|
|
2764
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2765
|
+
Parameters: {"id"=>"header"}
|
|
2766
|
+
Rendered app/components/header/_header.html.erb (1.3ms)
|
|
2767
|
+
Rendered app/components/header/_header.html.erb (0.1ms)
|
|
2768
|
+
Completed 200 OK in 6ms (Views: 6.0ms)
|
|
2769
|
+
---------------------------------------
|
|
2770
|
+
MountainViewTest: test_shows_styleguide
|
|
2771
|
+
---------------------------------------
|
|
2772
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 16:50:17 -0300
|
|
2773
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2774
|
+
Completed 200 OK in 2ms (Views: 2.4ms)
|
|
2775
|
+
------------------------------------------------------
|
|
2776
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2777
|
+
------------------------------------------------------
|
|
2778
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 16:50:17 -0300
|
|
2779
|
+
------------------------------------------------------------------
|
|
2780
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2781
|
+
------------------------------------------------------------------
|
|
2782
|
+
--------------------------------------------------------
|
|
2783
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2784
|
+
--------------------------------------------------------
|
|
2785
|
+
--------------------------------------------------------------------------------------------
|
|
2786
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2787
|
+
--------------------------------------------------------------------------------------------
|
|
2788
|
+
-------------------------------------------------------------------
|
|
2789
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2790
|
+
-------------------------------------------------------------------
|
|
2791
|
+
--------------------------------------------------------------------
|
|
2792
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2793
|
+
--------------------------------------------------------------------
|
|
2794
|
+
Rendered app/components/header/_header.html.erb (1.0ms)
|
|
2795
|
+
-----------------------------------------------
|
|
2796
|
+
MountainViewComponentTest: test_humanized_title
|
|
2797
|
+
-----------------------------------------------
|
|
2798
|
+
------------------------------------
|
|
2799
|
+
MountainViewComponentTest: test_name
|
|
2800
|
+
------------------------------------
|
|
2801
|
+
--------------------------------------
|
|
2802
|
+
MountainViewComponentTest: test_stubs?
|
|
2803
|
+
--------------------------------------
|
|
2804
|
+
------------------------------------------
|
|
2805
|
+
MountainViewComponentTest: test_stubs_file
|
|
2806
|
+
------------------------------------------
|
|
2807
|
+
------------------------------------------------
|
|
2808
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2809
|
+
------------------------------------------------
|
|
2810
|
+
---------------------------------------
|
|
2811
|
+
MountainViewTest: test_engine_is_loaded
|
|
2812
|
+
---------------------------------------
|
|
2813
|
+
-------------------------------------------------------------
|
|
2814
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2815
|
+
-------------------------------------------------------------
|
|
2816
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:00:33 -0300
|
|
2817
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2818
|
+
------------------------------------------------------
|
|
2819
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2820
|
+
------------------------------------------------------
|
|
2821
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 17:00:33 -0300
|
|
2822
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2823
|
+
-------------------------------------------------------------------------------
|
|
2824
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2825
|
+
-------------------------------------------------------------------------------
|
|
2826
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 17:00:33 -0300
|
|
2827
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2828
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2829
|
+
Completed 200 OK in 36ms (Views: 35.9ms)
|
|
2830
|
+
-----------------------------------------------------------------------------------
|
|
2831
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2832
|
+
-----------------------------------------------------------------------------------
|
|
2833
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 17:00:33 -0300
|
|
2834
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2835
|
+
Parameters: {"id"=>"something"}
|
|
2836
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
|
2837
|
+
-----------------------------------------------
|
|
2838
|
+
MountainViewTest: test_shows_specific_component
|
|
2839
|
+
-----------------------------------------------
|
|
2840
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:00:33 -0300
|
|
2841
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2842
|
+
Parameters: {"id"=>"header"}
|
|
2843
|
+
Rendered app/components/header/_header.html.erb (2.1ms)
|
|
2844
|
+
Rendered app/components/header/_header.html.erb (0.3ms)
|
|
2845
|
+
Completed 200 OK in 10ms (Views: 9.9ms)
|
|
2846
|
+
-----------------------------------------------------------------------------
|
|
2847
|
+
MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
|
|
2848
|
+
-----------------------------------------------------------------------------
|
|
2849
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:00:33 -0300
|
|
2850
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2851
|
+
Parameters: {"id"=>"header"}
|
|
2852
|
+
Rendered app/components/header/_header.html.erb (0.3ms)
|
|
2853
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
2854
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
|
2855
|
+
---------------------------------------
|
|
2856
|
+
MountainViewTest: test_shows_styleguide
|
|
2857
|
+
---------------------------------------
|
|
2858
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 17:00:33 -0300
|
|
2859
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2860
|
+
Completed 200 OK in 2ms (Views: 2.4ms)
|
|
2861
|
+
------------------------------------------------------
|
|
2862
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2863
|
+
------------------------------------------------------
|
|
2864
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:00:34 -0300
|
|
2865
|
+
-----------------------------------------------
|
|
2866
|
+
MountainViewComponentTest: test_humanized_title
|
|
2867
|
+
-----------------------------------------------
|
|
2868
|
+
------------------------------------
|
|
2869
|
+
MountainViewComponentTest: test_name
|
|
2870
|
+
------------------------------------
|
|
2871
|
+
--------------------------------------
|
|
2872
|
+
MountainViewComponentTest: test_stubs?
|
|
2873
|
+
--------------------------------------
|
|
2874
|
+
------------------------------------------
|
|
2875
|
+
MountainViewComponentTest: test_stubs_file
|
|
2876
|
+
------------------------------------------
|
|
2877
|
+
------------------------------------------------
|
|
2878
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2879
|
+
------------------------------------------------
|
|
2880
|
+
--------------------------------------------------------------------
|
|
2881
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2882
|
+
--------------------------------------------------------------------
|
|
2883
|
+
Rendered app/components/header/_header.html.erb (7.8ms)
|
|
2884
|
+
--------------------------------------------------------------------------------------------
|
|
2885
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2886
|
+
--------------------------------------------------------------------------------------------
|
|
2887
|
+
-------------------------------------------------------------------
|
|
2888
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2889
|
+
-------------------------------------------------------------------
|
|
2890
|
+
------------------------------------------------------------------
|
|
2891
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2892
|
+
------------------------------------------------------------------
|
|
2893
|
+
--------------------------------------------------------
|
|
2894
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2895
|
+
--------------------------------------------------------
|
|
2896
|
+
--------------------------------------------------------------------------------------------
|
|
2897
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
2898
|
+
--------------------------------------------------------------------------------------------
|
|
2899
|
+
-------------------------------------------------------------------
|
|
2900
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
2901
|
+
-------------------------------------------------------------------
|
|
2902
|
+
-----------------------------------------------
|
|
2903
|
+
MountainViewComponentTest: test_humanized_title
|
|
2904
|
+
-----------------------------------------------
|
|
2905
|
+
------------------------------------
|
|
2906
|
+
MountainViewComponentTest: test_name
|
|
2907
|
+
------------------------------------
|
|
2908
|
+
--------------------------------------
|
|
2909
|
+
MountainViewComponentTest: test_stubs?
|
|
2910
|
+
--------------------------------------
|
|
2911
|
+
------------------------------------------
|
|
2912
|
+
MountainViewComponentTest: test_stubs_file
|
|
2913
|
+
------------------------------------------
|
|
2914
|
+
------------------------------------------------
|
|
2915
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
2916
|
+
------------------------------------------------
|
|
2917
|
+
------------------------------------------------------------------
|
|
2918
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
2919
|
+
------------------------------------------------------------------
|
|
2920
|
+
--------------------------------------------------------
|
|
2921
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
2922
|
+
--------------------------------------------------------
|
|
2923
|
+
--------------------------------------------------------------------
|
|
2924
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
2925
|
+
--------------------------------------------------------------------
|
|
2926
|
+
Rendered app/components/header/_header.html.erb (11.3ms)
|
|
2927
|
+
---------------------------------------
|
|
2928
|
+
MountainViewTest: test_engine_is_loaded
|
|
2929
|
+
---------------------------------------
|
|
2930
|
+
-------------------------------------------------------------
|
|
2931
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2932
|
+
-------------------------------------------------------------
|
|
2933
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:01:56 -0300
|
|
2934
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2935
|
+
------------------------------------------------------
|
|
2936
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2937
|
+
------------------------------------------------------
|
|
2938
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 17:01:56 -0300
|
|
2939
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2940
|
+
-------------------------------------------------------------------------------
|
|
2941
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2942
|
+
-------------------------------------------------------------------------------
|
|
2943
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 17:01:56 -0300
|
|
2944
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2945
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2946
|
+
Completed 200 OK in 34ms (Views: 33.9ms)
|
|
2947
|
+
-----------------------------------------------------------------------------------
|
|
2948
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
2949
|
+
-----------------------------------------------------------------------------------
|
|
2950
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 17:01:56 -0300
|
|
2951
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2952
|
+
Parameters: {"id"=>"something"}
|
|
2953
|
+
Completed 200 OK in 3ms (Views: 3.2ms)
|
|
2954
|
+
-----------------------------------------------
|
|
2955
|
+
MountainViewTest: test_shows_specific_component
|
|
2956
|
+
-----------------------------------------------
|
|
2957
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:01:56 -0300
|
|
2958
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2959
|
+
Parameters: {"id"=>"header"}
|
|
2960
|
+
Rendered app/components/header/_header.html.erb (2.1ms)
|
|
2961
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
2962
|
+
Completed 200 OK in 6ms (Views: 6.1ms)
|
|
2963
|
+
-----------------------------------------------------------------------------
|
|
2964
|
+
MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
|
|
2965
|
+
-----------------------------------------------------------------------------
|
|
2966
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:01:56 -0300
|
|
2967
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2968
|
+
Parameters: {"id"=>"header"}
|
|
2969
|
+
Rendered app/components/header/_header.html.erb (0.3ms)
|
|
2970
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
2971
|
+
Completed 200 OK in 4ms (Views: 3.4ms)
|
|
2972
|
+
---------------------------------------
|
|
2973
|
+
MountainViewTest: test_shows_styleguide
|
|
2974
|
+
---------------------------------------
|
|
2975
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 17:01:56 -0300
|
|
2976
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2977
|
+
Completed 200 OK in 14ms (Views: 13.6ms)
|
|
2978
|
+
------------------------------------------------------
|
|
2979
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
2980
|
+
------------------------------------------------------
|
|
2981
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:01:56 -0300
|
|
2982
|
+
---------------------------------------
|
|
2983
|
+
MountainViewTest: test_engine_is_loaded
|
|
2984
|
+
---------------------------------------
|
|
2985
|
+
-------------------------------------------------------------
|
|
2986
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
2987
|
+
-------------------------------------------------------------
|
|
2988
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:02:49 -0300
|
|
2989
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
2990
|
+
------------------------------------------------------
|
|
2991
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
2992
|
+
------------------------------------------------------
|
|
2993
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 17:02:49 -0300
|
|
2994
|
+
MountainView: javascript not found for component 'paragraph'
|
|
2995
|
+
-------------------------------------------------------------------------------
|
|
2996
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
2997
|
+
-------------------------------------------------------------------------------
|
|
2998
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 17:02:49 -0300
|
|
2999
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3000
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3001
|
+
Completed 200 OK in 42ms (Views: 42.1ms)
|
|
3002
|
+
-----------------------------------------------------------------------------------
|
|
3003
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
3004
|
+
-----------------------------------------------------------------------------------
|
|
3005
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 17:02:49 -0300
|
|
3006
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3007
|
+
Parameters: {"id"=>"something"}
|
|
3008
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
|
3009
|
+
-----------------------------------------------
|
|
3010
|
+
MountainViewTest: test_shows_specific_component
|
|
3011
|
+
-----------------------------------------------
|
|
3012
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:02:49 -0300
|
|
3013
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3014
|
+
Parameters: {"id"=>"header"}
|
|
3015
|
+
Rendered app/components/header/_header.html.erb (1.9ms)
|
|
3016
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3017
|
+
Completed 200 OK in 9ms (Views: 9.3ms)
|
|
3018
|
+
-----------------------------------------------------------------------------
|
|
3019
|
+
MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
|
|
3020
|
+
-----------------------------------------------------------------------------
|
|
3021
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:02:49 -0300
|
|
3022
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3023
|
+
Parameters: {"id"=>"header"}
|
|
3024
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3025
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3026
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
|
3027
|
+
---------------------------------------
|
|
3028
|
+
MountainViewTest: test_shows_styleguide
|
|
3029
|
+
---------------------------------------
|
|
3030
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 17:02:49 -0300
|
|
3031
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3032
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
|
3033
|
+
------------------------------------------------------
|
|
3034
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
3035
|
+
------------------------------------------------------
|
|
3036
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:02:49 -0300
|
|
3037
|
+
--------------------------------------------------------------------------------------------
|
|
3038
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
3039
|
+
--------------------------------------------------------------------------------------------
|
|
3040
|
+
-------------------------------------------------------------------
|
|
3041
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
3042
|
+
-------------------------------------------------------------------
|
|
3043
|
+
-----------------------------------------------
|
|
3044
|
+
MountainViewComponentTest: test_humanized_title
|
|
3045
|
+
-----------------------------------------------
|
|
3046
|
+
------------------------------------
|
|
3047
|
+
MountainViewComponentTest: test_name
|
|
3048
|
+
------------------------------------
|
|
3049
|
+
--------------------------------------
|
|
3050
|
+
MountainViewComponentTest: test_stubs?
|
|
3051
|
+
--------------------------------------
|
|
3052
|
+
------------------------------------------
|
|
3053
|
+
MountainViewComponentTest: test_stubs_file
|
|
3054
|
+
------------------------------------------
|
|
3055
|
+
------------------------------------------------
|
|
3056
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
3057
|
+
------------------------------------------------
|
|
3058
|
+
------------------------------------------------------------------
|
|
3059
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
3060
|
+
------------------------------------------------------------------
|
|
3061
|
+
--------------------------------------------------------
|
|
3062
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
3063
|
+
--------------------------------------------------------
|
|
3064
|
+
--------------------------------------------------------------------
|
|
3065
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
3066
|
+
--------------------------------------------------------------------
|
|
3067
|
+
Rendered app/components/header/_header.html.erb (8.7ms)
|
|
3068
|
+
------------------------------------------------------------------
|
|
3069
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
3070
|
+
------------------------------------------------------------------
|
|
3071
|
+
--------------------------------------------------------
|
|
3072
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
3073
|
+
--------------------------------------------------------
|
|
3074
|
+
---------------------------------------
|
|
3075
|
+
MountainViewTest: test_engine_is_loaded
|
|
3076
|
+
---------------------------------------
|
|
3077
|
+
-------------------------------------------------------------
|
|
3078
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
3079
|
+
-------------------------------------------------------------
|
|
3080
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:03:50 -0300
|
|
3081
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
3082
|
+
------------------------------------------------------
|
|
3083
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
3084
|
+
------------------------------------------------------
|
|
3085
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 17:03:50 -0300
|
|
3086
|
+
MountainView: javascript not found for component 'paragraph'
|
|
3087
|
+
-------------------------------------------------------------------------------
|
|
3088
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
3089
|
+
-------------------------------------------------------------------------------
|
|
3090
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 17:03:50 -0300
|
|
3091
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3092
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3093
|
+
Completed 200 OK in 43ms (Views: 42.1ms)
|
|
3094
|
+
-----------------------------------------------------------------------------------
|
|
3095
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
3096
|
+
-----------------------------------------------------------------------------------
|
|
3097
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 17:03:50 -0300
|
|
3098
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3099
|
+
Parameters: {"id"=>"something"}
|
|
3100
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
|
3101
|
+
-----------------------------------------------
|
|
3102
|
+
MountainViewTest: test_shows_specific_component
|
|
3103
|
+
-----------------------------------------------
|
|
3104
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:03:50 -0300
|
|
3105
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3106
|
+
Parameters: {"id"=>"header"}
|
|
3107
|
+
Rendered app/components/header/_header.html.erb (1.5ms)
|
|
3108
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3109
|
+
Completed 200 OK in 7ms (Views: 7.2ms)
|
|
3110
|
+
-----------------------------------------------------------------------------
|
|
3111
|
+
MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
|
|
3112
|
+
-----------------------------------------------------------------------------
|
|
3113
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:03:50 -0300
|
|
3114
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3115
|
+
Parameters: {"id"=>"header"}
|
|
3116
|
+
Rendered app/components/header/_header.html.erb (0.3ms)
|
|
3117
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3118
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
|
3119
|
+
---------------------------------------
|
|
3120
|
+
MountainViewTest: test_shows_styleguide
|
|
3121
|
+
---------------------------------------
|
|
3122
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 17:03:50 -0300
|
|
3123
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3124
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
|
3125
|
+
------------------------------------------------------
|
|
3126
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
3127
|
+
------------------------------------------------------
|
|
3128
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:03:50 -0300
|
|
3129
|
+
--------------------------------------------------------------------
|
|
3130
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
3131
|
+
--------------------------------------------------------------------
|
|
3132
|
+
Rendered app/components/header/_header.html.erb (7.1ms)
|
|
3133
|
+
--------------------------------------------------------------------------------------------
|
|
3134
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
3135
|
+
--------------------------------------------------------------------------------------------
|
|
3136
|
+
-------------------------------------------------------------------
|
|
3137
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
3138
|
+
-------------------------------------------------------------------
|
|
3139
|
+
-----------------------------------------------
|
|
3140
|
+
MountainViewComponentTest: test_humanized_title
|
|
3141
|
+
-----------------------------------------------
|
|
3142
|
+
------------------------------------
|
|
3143
|
+
MountainViewComponentTest: test_name
|
|
3144
|
+
------------------------------------
|
|
3145
|
+
--------------------------------------
|
|
3146
|
+
MountainViewComponentTest: test_stubs?
|
|
3147
|
+
--------------------------------------
|
|
3148
|
+
------------------------------------------
|
|
3149
|
+
MountainViewComponentTest: test_stubs_file
|
|
3150
|
+
------------------------------------------
|
|
3151
|
+
------------------------------------------------
|
|
3152
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
3153
|
+
------------------------------------------------
|
|
3154
|
+
-----------------------------------------------
|
|
3155
|
+
MountainViewComponentTest: test_humanized_title
|
|
3156
|
+
-----------------------------------------------
|
|
3157
|
+
------------------------------------
|
|
3158
|
+
MountainViewComponentTest: test_name
|
|
3159
|
+
------------------------------------
|
|
3160
|
+
--------------------------------------
|
|
3161
|
+
MountainViewComponentTest: test_stubs?
|
|
3162
|
+
--------------------------------------
|
|
3163
|
+
------------------------------------------
|
|
3164
|
+
MountainViewComponentTest: test_stubs_file
|
|
3165
|
+
------------------------------------------
|
|
3166
|
+
------------------------------------------------
|
|
3167
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
3168
|
+
------------------------------------------------
|
|
3169
|
+
--------------------------------------------------------------------------------------------
|
|
3170
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
3171
|
+
--------------------------------------------------------------------------------------------
|
|
3172
|
+
-------------------------------------------------------------------
|
|
3173
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
3174
|
+
-------------------------------------------------------------------
|
|
3175
|
+
------------------------------------------------------------------
|
|
3176
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
3177
|
+
------------------------------------------------------------------
|
|
3178
|
+
--------------------------------------------------------
|
|
3179
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
3180
|
+
--------------------------------------------------------
|
|
3181
|
+
---------------------------------------
|
|
3182
|
+
MountainViewTest: test_engine_is_loaded
|
|
3183
|
+
---------------------------------------
|
|
3184
|
+
-------------------------------------------------------------
|
|
3185
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
3186
|
+
-------------------------------------------------------------
|
|
3187
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:05:58 -0300
|
|
3188
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
3189
|
+
------------------------------------------------------
|
|
3190
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
3191
|
+
------------------------------------------------------
|
|
3192
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 17:05:58 -0300
|
|
3193
|
+
MountainView: javascript not found for component 'paragraph'
|
|
3194
|
+
-------------------------------------------------------------------------------
|
|
3195
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
3196
|
+
-------------------------------------------------------------------------------
|
|
3197
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 17:05:58 -0300
|
|
3198
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3199
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3200
|
+
Completed 200 OK in 33ms (Views: 32.1ms)
|
|
3201
|
+
-----------------------------------------------------------------------------------
|
|
3202
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
3203
|
+
-----------------------------------------------------------------------------------
|
|
3204
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 17:05:58 -0300
|
|
3205
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3206
|
+
Parameters: {"id"=>"something"}
|
|
3207
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
|
3208
|
+
-----------------------------------------------
|
|
3209
|
+
MountainViewTest: test_shows_specific_component
|
|
3210
|
+
-----------------------------------------------
|
|
3211
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:05:58 -0300
|
|
3212
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3213
|
+
Parameters: {"id"=>"header"}
|
|
3214
|
+
Rendered app/components/header/_header.html.erb (1.9ms)
|
|
3215
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3216
|
+
Completed 200 OK in 9ms (Views: 8.8ms)
|
|
3217
|
+
-----------------------------------------------------------------------------
|
|
3218
|
+
MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
|
|
3219
|
+
-----------------------------------------------------------------------------
|
|
3220
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:05:58 -0300
|
|
3221
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3222
|
+
Parameters: {"id"=>"header"}
|
|
3223
|
+
Rendered app/components/header/_header.html.erb (0.3ms)
|
|
3224
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3225
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
|
3226
|
+
---------------------------------------
|
|
3227
|
+
MountainViewTest: test_shows_styleguide
|
|
3228
|
+
---------------------------------------
|
|
3229
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 17:05:58 -0300
|
|
3230
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3231
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
|
3232
|
+
------------------------------------------------------
|
|
3233
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
3234
|
+
------------------------------------------------------
|
|
3235
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:05:58 -0300
|
|
3236
|
+
--------------------------------------------------------------------
|
|
3237
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
3238
|
+
--------------------------------------------------------------------
|
|
3239
|
+
Rendered app/components/header/_header.html.erb (0.8ms)
|
|
3240
|
+
---------------------------------------
|
|
3241
|
+
MountainViewTest: test_engine_is_loaded
|
|
3242
|
+
---------------------------------------
|
|
3243
|
+
-------------------------------------------------------------
|
|
3244
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
3245
|
+
-------------------------------------------------------------
|
|
3246
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:07:19 -0300
|
|
3247
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
3248
|
+
------------------------------------------------------
|
|
3249
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
3250
|
+
------------------------------------------------------
|
|
3251
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 17:07:19 -0300
|
|
3252
|
+
MountainView: javascript not found for component 'paragraph'
|
|
3253
|
+
-------------------------------------------------------------------------------
|
|
3254
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
3255
|
+
-------------------------------------------------------------------------------
|
|
3256
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 17:07:19 -0300
|
|
3257
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3258
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3259
|
+
Completed 200 OK in 22ms (Views: 21.7ms)
|
|
3260
|
+
-----------------------------------------------------------------------------------
|
|
3261
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
3262
|
+
-----------------------------------------------------------------------------------
|
|
3263
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 17:07:19 -0300
|
|
3264
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3265
|
+
Parameters: {"id"=>"something"}
|
|
3266
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
|
3267
|
+
-----------------------------------------------
|
|
3268
|
+
MountainViewTest: test_shows_specific_component
|
|
3269
|
+
-----------------------------------------------
|
|
3270
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:07:19 -0300
|
|
3271
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3272
|
+
Parameters: {"id"=>"header"}
|
|
3273
|
+
Rendered app/components/header/_header.html.erb (1.6ms)
|
|
3274
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3275
|
+
Completed 200 OK in 8ms (Views: 7.9ms)
|
|
3276
|
+
-----------------------------------------------------------------------------
|
|
3277
|
+
MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
|
|
3278
|
+
-----------------------------------------------------------------------------
|
|
3279
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:07:19 -0300
|
|
3280
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3281
|
+
Parameters: {"id"=>"header"}
|
|
3282
|
+
Rendered app/components/header/_header.html.erb (0.3ms)
|
|
3283
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3284
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
|
3285
|
+
---------------------------------------
|
|
3286
|
+
MountainViewTest: test_shows_styleguide
|
|
3287
|
+
---------------------------------------
|
|
3288
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 17:07:19 -0300
|
|
3289
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3290
|
+
Completed 200 OK in 2ms (Views: 2.4ms)
|
|
3291
|
+
------------------------------------------------------
|
|
3292
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
3293
|
+
------------------------------------------------------
|
|
3294
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:07:19 -0300
|
|
3295
|
+
--------------------------------------------------------------------------------------------
|
|
3296
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
3297
|
+
--------------------------------------------------------------------------------------------
|
|
3298
|
+
-------------------------------------------------------------------
|
|
3299
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
3300
|
+
-------------------------------------------------------------------
|
|
3301
|
+
-----------------------------------------------
|
|
3302
|
+
MountainViewComponentTest: test_humanized_title
|
|
3303
|
+
-----------------------------------------------
|
|
3304
|
+
------------------------------------
|
|
3305
|
+
MountainViewComponentTest: test_name
|
|
3306
|
+
------------------------------------
|
|
3307
|
+
--------------------------------------
|
|
3308
|
+
MountainViewComponentTest: test_stubs?
|
|
3309
|
+
--------------------------------------
|
|
3310
|
+
------------------------------------------
|
|
3311
|
+
MountainViewComponentTest: test_stubs_file
|
|
3312
|
+
------------------------------------------
|
|
3313
|
+
------------------------------------------------
|
|
3314
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
3315
|
+
------------------------------------------------
|
|
3316
|
+
------------------------------------------------------------------
|
|
3317
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
3318
|
+
------------------------------------------------------------------
|
|
3319
|
+
--------------------------------------------------------
|
|
3320
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
3321
|
+
--------------------------------------------------------
|
|
3322
|
+
--------------------------------------------------------------------
|
|
3323
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
3324
|
+
--------------------------------------------------------------------
|
|
3325
|
+
Rendered app/components/header/_header.html.erb (0.7ms)
|
|
3326
|
+
---------------------------------------
|
|
3327
|
+
MountainViewTest: test_engine_is_loaded
|
|
3328
|
+
---------------------------------------
|
|
3329
|
+
-------------------------------------------------------------
|
|
3330
|
+
MountainViewTest: test_global_stylesheets_are_properly_served
|
|
3331
|
+
-------------------------------------------------------------
|
|
3332
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:07:26 -0300
|
|
3333
|
+
MountainView: stylesheet not found for component 'paragraph'
|
|
3334
|
+
------------------------------------------------------
|
|
3335
|
+
MountainViewTest: test_javascripts_are_properly_served
|
|
3336
|
+
------------------------------------------------------
|
|
3337
|
+
Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-06-17 17:07:26 -0300
|
|
3338
|
+
MountainView: javascript not found for component 'paragraph'
|
|
3339
|
+
-------------------------------------------------------------------------------
|
|
3340
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
|
|
3341
|
+
-------------------------------------------------------------------------------
|
|
3342
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-06-17 17:07:26 -0300
|
|
3343
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3344
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3345
|
+
Completed 200 OK in 36ms (Views: 36.0ms)
|
|
3346
|
+
-----------------------------------------------------------------------------------
|
|
3347
|
+
MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
|
|
3348
|
+
-----------------------------------------------------------------------------------
|
|
3349
|
+
Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-06-17 17:07:26 -0300
|
|
3350
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3351
|
+
Parameters: {"id"=>"something"}
|
|
3352
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
|
3353
|
+
-----------------------------------------------
|
|
3354
|
+
MountainViewTest: test_shows_specific_component
|
|
3355
|
+
-----------------------------------------------
|
|
3356
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:07:26 -0300
|
|
3357
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3358
|
+
Parameters: {"id"=>"header"}
|
|
3359
|
+
Rendered app/components/header/_header.html.erb (2.6ms)
|
|
3360
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3361
|
+
Completed 200 OK in 10ms (Views: 9.7ms)
|
|
3362
|
+
-----------------------------------------------------------------------------
|
|
3363
|
+
MountainViewTest: test_shows_specific_component_that_uses_a_main_app_url_okay
|
|
3364
|
+
-----------------------------------------------------------------------------
|
|
3365
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-06-17 17:07:26 -0300
|
|
3366
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3367
|
+
Parameters: {"id"=>"header"}
|
|
3368
|
+
Rendered app/components/header/_header.html.erb (0.3ms)
|
|
3369
|
+
Rendered app/components/header/_header.html.erb (0.2ms)
|
|
3370
|
+
Completed 200 OK in 3ms (Views: 3.4ms)
|
|
3371
|
+
---------------------------------------
|
|
3372
|
+
MountainViewTest: test_shows_styleguide
|
|
3373
|
+
---------------------------------------
|
|
3374
|
+
Started GET "/mountain_view" for 127.0.0.1 at 2015-06-17 17:07:26 -0300
|
|
3375
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3376
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
|
3377
|
+
------------------------------------------------------
|
|
3378
|
+
MountainViewTest: test_stylesheets_are_properly_served
|
|
3379
|
+
------------------------------------------------------
|
|
3380
|
+
Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-06-17 17:07:26 -0300
|
|
3381
|
+
-----------------------------------------------
|
|
3382
|
+
MountainViewComponentTest: test_humanized_title
|
|
3383
|
+
-----------------------------------------------
|
|
3384
|
+
------------------------------------
|
|
3385
|
+
MountainViewComponentTest: test_name
|
|
3386
|
+
------------------------------------
|
|
3387
|
+
--------------------------------------
|
|
3388
|
+
MountainViewComponentTest: test_stubs?
|
|
3389
|
+
--------------------------------------
|
|
3390
|
+
------------------------------------------
|
|
3391
|
+
MountainViewComponentTest: test_stubs_file
|
|
3392
|
+
------------------------------------------
|
|
3393
|
+
------------------------------------------------
|
|
3394
|
+
MountainViewComponentTest: test_styleguide_stubs
|
|
3395
|
+
------------------------------------------------
|
|
3396
|
+
--------------------------------------------------------------------------------------------
|
|
3397
|
+
MountainViewConfigurationTest: test_default_value_for_included_stylesheets_is_an_empty_array
|
|
3398
|
+
--------------------------------------------------------------------------------------------
|
|
3399
|
+
-------------------------------------------------------------------
|
|
3400
|
+
MountainViewConfigurationTest: test_set_custom_included_stylesheets
|
|
3401
|
+
-------------------------------------------------------------------
|
|
3402
|
+
------------------------------------------------------------------
|
|
3403
|
+
ComponentGeneratorTest: test_Assert_all_files_are_properly_created
|
|
3404
|
+
------------------------------------------------------------------
|
|
3405
|
+
--------------------------------------------------------
|
|
3406
|
+
ComponentGeneratorTest: test_Generates_different_engines
|
|
3407
|
+
--------------------------------------------------------
|
|
3408
|
+
--------------------------------------------------------------------
|
|
3409
|
+
MountainView::ComponentHelperTest: test_renders_the_proper_component
|
|
3410
|
+
--------------------------------------------------------------------
|
|
3411
|
+
Rendered app/components/header/_header.html.erb (1.1ms)
|