routesjs-rails 0.0.3 → 0.1.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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +86 -9
  3. data/lib/generators/routes_js/module/module_generator.rb +36 -0
  4. data/lib/routesjs-rails.rb +1 -1
  5. data/lib/routesjs/rails/version.rb +1 -1
  6. data/lib/routesjs/routes.rb +7 -2
  7. data/lib/routesjs/routing/route.rb +39 -0
  8. data/test/dummy/config/application.rb +3 -2
  9. data/test/dummy/config/environments/development.rb +1 -1
  10. data/test/dummy/config/environments/production.rb +1 -1
  11. data/test/dummy/config/environments/test.rb +1 -1
  12. data/test/dummy/config/routes.rb +1 -1
  13. data/test/dummy/log/development.log +2269 -0
  14. data/test/dummy/log/test.log +2384 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/1ef842e27a58c8d5c6c766a808769124 +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/2df1d6547949be98cd48ede842b34de8 +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/3e71ddc988273b8745f0699a893f6fae +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/5c5fe53e623b63ead476521957eb59ad +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/7515bb9ad36eda8e3aac73de7b584b3c +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/7cfb78f56f62208e304eaee5a4687ff5 +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/8e3d112db39b8bcf2303854a25c999b9 +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/96832d64502eeedb77b21df1afce651e +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/96a60c4d6d1a4f2e334ce111b9b15a44 +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/ae24e9c0cdbfb9ec06caa64916150789 +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/bf36f67f2b6fbdcfe8d00c090481e768 +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/fbe3b083eab395ea58275e685320100c +0 -0
  30. data/test/dummy/tmp/cache/assets/test/sprockets/1ef842e27a58c8d5c6c766a808769124 +0 -0
  31. data/test/dummy/tmp/cache/assets/test/sprockets/2df1d6547949be98cd48ede842b34de8 +0 -0
  32. data/test/dummy/tmp/cache/assets/test/sprockets/5c5fe53e623b63ead476521957eb59ad +0 -0
  33. data/test/dummy/tmp/cache/assets/test/sprockets/7515bb9ad36eda8e3aac73de7b584b3c +0 -0
  34. data/test/dummy/tmp/cache/assets/test/sprockets/7cfb78f56f62208e304eaee5a4687ff5 +0 -0
  35. data/test/dummy/tmp/cache/assets/test/sprockets/96a60c4d6d1a4f2e334ce111b9b15a44 +0 -0
  36. data/test/dummy/tmp/cache/assets/test/sprockets/ae24e9c0cdbfb9ec06caa64916150789 +0 -0
  37. data/test/dummy/tmp/cache/assets/test/sprockets/bf36f67f2b6fbdcfe8d00c090481e768 +0 -0
  38. data/test/dummy/tmp/cache/assets/test/sprockets/fbe3b083eab395ea58275e685320100c +0 -0
  39. data/test/generators/routes_js/module_generator_test.rb +35 -0
  40. data/test/generators/tmp/app/assets/javascripts/routesjs.js +75 -0
  41. data/test/javascripts/routesjs-rails_spec.js +74 -0
  42. data/test/javascripts/spec_helper.js +4 -0
  43. data/test/routesjs/routing/route_test.rb +62 -0
  44. data/test/test_helper.rb +7 -0
  45. data/vendor/assets/javascripts/routesjs-rails.js.erb +11 -2
  46. metadata +55 -17
  47. data/lib/routesjs/formatter.rb +0 -56
  48. data/lib/tasks/routesjs_tasks.rake +0 -9
  49. data/test/dummy/config/database.yml +0 -25
  50. data/test/javascripts/routesjs-rails_spec.coffee +0 -50
  51. data/test/javascripts/spec_helper.coffee +0 -31
  52. data/test/routesjs/formatter_test.rb +0 -65
@@ -1461,3 +1461,2387 @@ close: 127.0.0.1:53832
1461
1461
  close: 127.0.0.1:53835
1462
1462
  going to shutdown ...
1463
1463
  WEBrick::HTTPServer#start done.
1464
+ ------------------------------------------------------------
1465
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1466
+ ------------------------------------------------------------
1467
+ -----------------------------------------------------------
1468
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1469
+ -----------------------------------------------------------
1470
+ ------------------------------------------------------------------------------
1471
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1472
+ ------------------------------------------------------------------------------
1473
+ ----------------------------------------------------------------------------------
1474
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1475
+ ----------------------------------------------------------------------------------
1476
+ ------------------------------------------------------------
1477
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1478
+ ------------------------------------------------------------
1479
+ -----------------------------------------------------------
1480
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1481
+ -----------------------------------------------------------
1482
+ ---------------------------------------------------------------------
1483
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1484
+ ---------------------------------------------------------------------
1485
+ WEBrick 1.3.1
1486
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
1487
+ Rack::Handler::WEBrick is mounted on /.
1488
+ WEBrick::HTTPServer#start: pid=2591 port=60408
1489
+ accept: 127.0.0.1:50349
1490
+ close: 127.0.0.1:50349
1491
+ accept: 127.0.0.1:50350
1492
+ Rack::Handler::WEBrick is invoked.
1493
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1494
+ Processing by Teaspoon::SuiteController#show as HTML
1495
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
1496
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (13.4ms)
1497
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
1498
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (33.2ms)
1499
+ Completed 200 OK in 43ms (Views: 42.9ms)
1500
+ Rack::Handler::WEBrick is invoked.
1501
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1502
+ accept: 127.0.0.1:50355
1503
+ accept: 127.0.0.1:50352
1504
+ accept: 127.0.0.1:50354
1505
+ Rack::Handler::WEBrick is invoked.
1506
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1507
+ Rack::Handler::WEBrick is invoked.
1508
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1509
+ Rack::Handler::WEBrick is invoked.
1510
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1511
+ Rack::Handler::WEBrick is invoked.
1512
+ accept: 127.0.0.1:50351
1513
+ accept: 127.0.0.1:50353
1514
+ Rack::Handler::WEBrick is invoked.
1515
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1516
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1517
+ Rack::Handler::WEBrick is invoked.
1518
+ Started GET "/assets/support/bind-poly.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1519
+ Rack::Handler::WEBrick is invoked.
1520
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 15:53:10 +0000
1521
+ close: 127.0.0.1:50350
1522
+ close: 127.0.0.1:50353
1523
+ close: 127.0.0.1:50352
1524
+ close: 127.0.0.1:50355
1525
+ close: 127.0.0.1:50354
1526
+ close: 127.0.0.1:50351
1527
+ going to shutdown ...
1528
+ WEBrick::HTTPServer#start done.
1529
+ ------------------------------------------------------------
1530
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1531
+ ------------------------------------------------------------
1532
+ -----------------------------------------------------------
1533
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1534
+ -----------------------------------------------------------
1535
+ ------------------------------------------------------------------------------
1536
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1537
+ ------------------------------------------------------------------------------
1538
+ ----------------------------------------------------------------------------------
1539
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1540
+ ----------------------------------------------------------------------------------
1541
+ ------------------------------------------------------------
1542
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1543
+ ------------------------------------------------------------
1544
+ -----------------------------------------------------------
1545
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1546
+ -----------------------------------------------------------
1547
+ ---------------------------------------------------------------------
1548
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1549
+ ---------------------------------------------------------------------
1550
+ WEBrick 1.3.1
1551
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
1552
+ Rack::Handler::WEBrick is mounted on /.
1553
+ WEBrick::HTTPServer#start: pid=2668 port=52167
1554
+ accept: 127.0.0.1:40783
1555
+ close: 127.0.0.1:40783
1556
+ accept: 127.0.0.1:40784
1557
+ Rack::Handler::WEBrick is invoked.
1558
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1559
+ Processing by Teaspoon::SuiteController#show as HTML
1560
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
1561
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (10.4ms)
1562
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.2ms)
1563
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (21.4ms)
1564
+ Completed 200 OK in 26ms (Views: 25.1ms)
1565
+ Rack::Handler::WEBrick is invoked.
1566
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1567
+ accept: 127.0.0.1:40785
1568
+ accept: 127.0.0.1:40786
1569
+ Rack::Handler::WEBrick is invoked.
1570
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1571
+ Rack::Handler::WEBrick is invoked.
1572
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1573
+ accept: 127.0.0.1:40787
1574
+ Rack::Handler::WEBrick is invoked.
1575
+ Started GET "/assets/support/bind-poly.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1576
+ accept: 127.0.0.1:40788
1577
+ Rack::Handler::WEBrick is invoked.
1578
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1579
+ Rack::Handler::WEBrick is invoked.
1580
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1581
+ Rack::Handler::WEBrick is invoked.
1582
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1583
+ accept: 127.0.0.1:40789
1584
+ Rack::Handler::WEBrick is invoked.
1585
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 15:53:20 +0000
1586
+ close: 127.0.0.1:40784
1587
+ close: 127.0.0.1:40785
1588
+ close: 127.0.0.1:40786
1589
+ close: 127.0.0.1:40788
1590
+ close: 127.0.0.1:40789
1591
+ close: 127.0.0.1:40787
1592
+ going to shutdown ...
1593
+ WEBrick::HTTPServer#start done.
1594
+ ------------------------------------------------------------
1595
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1596
+ ------------------------------------------------------------
1597
+ -----------------------------------------------------------
1598
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1599
+ -----------------------------------------------------------
1600
+ ------------------------------------------------------------------------------
1601
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1602
+ ------------------------------------------------------------------------------
1603
+ ----------------------------------------------------------------------------------
1604
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1605
+ ----------------------------------------------------------------------------------
1606
+ ------------------------------------------------------------
1607
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1608
+ ------------------------------------------------------------
1609
+ -----------------------------------------------------------
1610
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1611
+ -----------------------------------------------------------
1612
+ ---------------------------------------------------------------------
1613
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1614
+ ---------------------------------------------------------------------
1615
+ WEBrick 1.3.1
1616
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
1617
+ Rack::Handler::WEBrick is mounted on /.
1618
+ WEBrick::HTTPServer#start: pid=3043 port=36451
1619
+ accept: 127.0.0.1:44654
1620
+ close: 127.0.0.1:44654
1621
+ accept: 127.0.0.1:44655
1622
+ Rack::Handler::WEBrick is invoked.
1623
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 16:03:17 +0000
1624
+ Processing by Teaspoon::SuiteController#show as HTML
1625
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
1626
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (11.2ms)
1627
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
1628
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (23.7ms)
1629
+ Completed 200 OK in 29ms (Views: 28.2ms)
1630
+ accept: 127.0.0.1:44658
1631
+ Rack::Handler::WEBrick is invoked.
1632
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 16:03:18 +0000
1633
+ accept: 127.0.0.1:44657
1634
+ Rack::Handler::WEBrick is invoked.
1635
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 16:03:18 +0000
1636
+ accept: 127.0.0.1:44659
1637
+ accept: 127.0.0.1:44656
1638
+ Rack::Handler::WEBrick is invoked.
1639
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:18 +0000
1640
+ accept: 127.0.0.1:44660
1641
+ Rack::Handler::WEBrick is invoked.
1642
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:18 +0000
1643
+ Rack::Handler::WEBrick is invoked.
1644
+ Rack::Handler::WEBrick is invoked.
1645
+ Rack::Handler::WEBrick is invoked.
1646
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 16:03:18 +0000
1647
+ Started GET "/assets/support/bind-poly.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:18 +0000
1648
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:18 +0000
1649
+ Rack::Handler::WEBrick is invoked.
1650
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:18 +0000
1651
+ close: 127.0.0.1:44655
1652
+ close: 127.0.0.1:44657
1653
+ close: 127.0.0.1:44658
1654
+ close: 127.0.0.1:44660
1655
+ close: 127.0.0.1:44656
1656
+ close: 127.0.0.1:44659
1657
+ going to shutdown ...
1658
+ WEBrick::HTTPServer#start done.
1659
+ ---------------------------------------------------------------------
1660
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1661
+ ---------------------------------------------------------------------
1662
+ ------------------------------------------------------------
1663
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1664
+ ------------------------------------------------------------
1665
+ -----------------------------------------------------------
1666
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1667
+ -----------------------------------------------------------
1668
+ ------------------------------------------------------------------------------
1669
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1670
+ ------------------------------------------------------------------------------
1671
+ ----------------------------------------------------------------------------------
1672
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1673
+ ----------------------------------------------------------------------------------
1674
+ ------------------------------------------------------------
1675
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1676
+ ------------------------------------------------------------
1677
+ -----------------------------------------------------------
1678
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1679
+ -----------------------------------------------------------
1680
+ WEBrick 1.3.1
1681
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
1682
+ Rack::Handler::WEBrick is mounted on /.
1683
+ WEBrick::HTTPServer#start: pid=3088 port=54856
1684
+ accept: 127.0.0.1:40781
1685
+ close: 127.0.0.1:40781
1686
+ accept: 127.0.0.1:40782
1687
+ Rack::Handler::WEBrick is invoked.
1688
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1689
+ Processing by Teaspoon::SuiteController#show as HTML
1690
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
1691
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (11.0ms)
1692
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
1693
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (23.4ms)
1694
+ Completed 200 OK in 28ms (Views: 27.8ms)
1695
+ Rack::Handler::WEBrick is invoked.
1696
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1697
+ accept: 127.0.0.1:40783
1698
+ accept: 127.0.0.1:40784
1699
+ Rack::Handler::WEBrick is invoked.
1700
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1701
+ Rack::Handler::WEBrick is invoked.
1702
+ Started GET "/assets/support/bind-poly.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1703
+ accept: 127.0.0.1:40785
1704
+ Rack::Handler::WEBrick is invoked.
1705
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1706
+ accept: 127.0.0.1:40786
1707
+ Rack::Handler::WEBrick is invoked.
1708
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1709
+ Rack::Handler::WEBrick is invoked.
1710
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1711
+ Rack::Handler::WEBrick is invoked.
1712
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1713
+ accept: 127.0.0.1:40787
1714
+ Rack::Handler::WEBrick is invoked.
1715
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 16:03:31 +0000
1716
+ close: 127.0.0.1:40782
1717
+ close: 127.0.0.1:40785
1718
+ close: 127.0.0.1:40787
1719
+ close: 127.0.0.1:40783
1720
+ close: 127.0.0.1:40786
1721
+ close: 127.0.0.1:40784
1722
+ going to shutdown ...
1723
+ WEBrick::HTTPServer#start done.
1724
+ ------------------------------------------------------------
1725
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1726
+ ------------------------------------------------------------
1727
+ -----------------------------------------------------------
1728
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1729
+ -----------------------------------------------------------
1730
+ ------------------------------------------------------------------------------
1731
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1732
+ ------------------------------------------------------------------------------
1733
+ ----------------------------------------------------------------------------------
1734
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1735
+ ----------------------------------------------------------------------------------
1736
+ ------------------------------------------------------------
1737
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1738
+ ------------------------------------------------------------
1739
+ -----------------------------------------------------------
1740
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1741
+ -----------------------------------------------------------
1742
+ ---------------------------------------------------------------------
1743
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1744
+ ---------------------------------------------------------------------
1745
+ ------------------------------------------------------------
1746
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1747
+ ------------------------------------------------------------
1748
+ -----------------------------------------------------------
1749
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1750
+ -----------------------------------------------------------
1751
+ ------------------------------------------------------------------------------
1752
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1753
+ ------------------------------------------------------------------------------
1754
+ ----------------------------------------------------------------------------------
1755
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1756
+ ----------------------------------------------------------------------------------
1757
+ ------------------------------------------------------------
1758
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1759
+ ------------------------------------------------------------
1760
+ -----------------------------------------------------------
1761
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1762
+ -----------------------------------------------------------
1763
+ ---------------------------------------------------------------------
1764
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1765
+ ---------------------------------------------------------------------
1766
+ ------------------------------------------------------------
1767
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1768
+ ------------------------------------------------------------
1769
+ -----------------------------------------------------------
1770
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1771
+ -----------------------------------------------------------
1772
+ ------------------------------------------------------------------------------
1773
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1774
+ ------------------------------------------------------------------------------
1775
+ ----------------------------------------------------------------------------------
1776
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1777
+ ----------------------------------------------------------------------------------
1778
+ ------------------------------------------------------------
1779
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1780
+ ------------------------------------------------------------
1781
+ -----------------------------------------------------------
1782
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1783
+ -----------------------------------------------------------
1784
+ ---------------------------------------------------------------------
1785
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1786
+ ---------------------------------------------------------------------
1787
+ ---------------------------------------------------------------------
1788
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1789
+ ---------------------------------------------------------------------
1790
+ ------------------------------------------------------------
1791
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1792
+ ------------------------------------------------------------
1793
+ -----------------------------------------------------------
1794
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1795
+ -----------------------------------------------------------
1796
+ ------------------------------------------------------------------------------
1797
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1798
+ ------------------------------------------------------------------------------
1799
+ ----------------------------------------------------------------------------------
1800
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1801
+ ----------------------------------------------------------------------------------
1802
+ ------------------------------------------------------------
1803
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1804
+ ------------------------------------------------------------
1805
+ -----------------------------------------------------------
1806
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1807
+ -----------------------------------------------------------
1808
+ ------------------------------------------------------------
1809
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1810
+ ------------------------------------------------------------
1811
+ -----------------------------------------------------------
1812
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1813
+ -----------------------------------------------------------
1814
+ ------------------------------------------------------------------------------
1815
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1816
+ ------------------------------------------------------------------------------
1817
+ ----------------------------------------------------------------------------------
1818
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1819
+ ----------------------------------------------------------------------------------
1820
+ ------------------------------------------------------------
1821
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1822
+ ------------------------------------------------------------
1823
+ -----------------------------------------------------------
1824
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1825
+ -----------------------------------------------------------
1826
+ ---------------------------------------------------------------------
1827
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1828
+ ---------------------------------------------------------------------
1829
+ ------------------------------------------------------------
1830
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1831
+ ------------------------------------------------------------
1832
+ -----------------------------------------------------------
1833
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1834
+ -----------------------------------------------------------
1835
+ ------------------------------------------------------------------------------
1836
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1837
+ ------------------------------------------------------------------------------
1838
+ ----------------------------------------------------------------------------------
1839
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1840
+ ----------------------------------------------------------------------------------
1841
+ ------------------------------------------------------------
1842
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1843
+ ------------------------------------------------------------
1844
+ -----------------------------------------------------------
1845
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1846
+ -----------------------------------------------------------
1847
+ ---------------------------------------------------------------------
1848
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1849
+ ---------------------------------------------------------------------
1850
+ ---------------------------------------------------------------------
1851
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1852
+ ---------------------------------------------------------------------
1853
+ ------------------------------------------------------------
1854
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1855
+ ------------------------------------------------------------
1856
+ -----------------------------------------------------------
1857
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1858
+ -----------------------------------------------------------
1859
+ ------------------------------------------------------------------------------
1860
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1861
+ ------------------------------------------------------------------------------
1862
+ ----------------------------------------------------------------------------------
1863
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1864
+ ----------------------------------------------------------------------------------
1865
+ ------------------------------------------------------------
1866
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1867
+ ------------------------------------------------------------
1868
+ -----------------------------------------------------------
1869
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1870
+ -----------------------------------------------------------
1871
+ ---------------------------------------------------------------------
1872
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1873
+ ---------------------------------------------------------------------
1874
+ ------------------------------------------------------------
1875
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1876
+ ------------------------------------------------------------
1877
+ -----------------------------------------------------------
1878
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1879
+ -----------------------------------------------------------
1880
+ ------------------------------------------------------------------------------
1881
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1882
+ ------------------------------------------------------------------------------
1883
+ ----------------------------------------------------------------------------------
1884
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1885
+ ----------------------------------------------------------------------------------
1886
+ ------------------------------------------------------------
1887
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1888
+ ------------------------------------------------------------
1889
+ -----------------------------------------------------------
1890
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1891
+ -----------------------------------------------------------
1892
+ ---------------------------------------------------------------------
1893
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1894
+ ---------------------------------------------------------------------
1895
+ ------------------------------------------------------------
1896
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1897
+ ------------------------------------------------------------
1898
+ -----------------------------------------------------------
1899
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1900
+ -----------------------------------------------------------
1901
+ ------------------------------------------------------------------------------
1902
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1903
+ ------------------------------------------------------------------------------
1904
+ ----------------------------------------------------------------------------------
1905
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1906
+ ----------------------------------------------------------------------------------
1907
+ ------------------------------------------------------------
1908
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1909
+ ------------------------------------------------------------
1910
+ -----------------------------------------------------------
1911
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1912
+ -----------------------------------------------------------
1913
+ ------------------------------------------------------------
1914
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1915
+ ------------------------------------------------------------
1916
+ -----------------------------------------------------------
1917
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1918
+ -----------------------------------------------------------
1919
+ ------------------------------------------------------------------------------
1920
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1921
+ ------------------------------------------------------------------------------
1922
+ ----------------------------------------------------------------------------------
1923
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1924
+ ----------------------------------------------------------------------------------
1925
+ ------------------------------------------------------------
1926
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1927
+ ------------------------------------------------------------
1928
+ -----------------------------------------------------------
1929
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1930
+ -----------------------------------------------------------
1931
+ ---------------------------------------------------------------------
1932
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1933
+ ---------------------------------------------------------------------
1934
+ ------------------------------------------------------------
1935
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1936
+ ------------------------------------------------------------
1937
+ -----------------------------------------------------------
1938
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1939
+ -----------------------------------------------------------
1940
+ ------------------------------------------------------------------------------
1941
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1942
+ ------------------------------------------------------------------------------
1943
+ ----------------------------------------------------------------------------------
1944
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1945
+ ----------------------------------------------------------------------------------
1946
+ ------------------------------------------------------------
1947
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1948
+ ------------------------------------------------------------
1949
+ -----------------------------------------------------------
1950
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1951
+ -----------------------------------------------------------
1952
+ ---------------------------------------------------------------------
1953
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1954
+ ---------------------------------------------------------------------
1955
+ ------------------------------------------------------------
1956
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
1957
+ ------------------------------------------------------------
1958
+ -----------------------------------------------------------
1959
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
1960
+ -----------------------------------------------------------
1961
+ ------------------------------------------------------------------------------
1962
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
1963
+ ------------------------------------------------------------------------------
1964
+ ----------------------------------------------------------------------------------
1965
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
1966
+ ----------------------------------------------------------------------------------
1967
+ ------------------------------------------------------------
1968
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
1969
+ ------------------------------------------------------------
1970
+ -----------------------------------------------------------
1971
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
1972
+ -----------------------------------------------------------
1973
+ ---------------------------------------------------------------------
1974
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
1975
+ ---------------------------------------------------------------------
1976
+ WEBrick 1.3.1
1977
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
1978
+ Rack::Handler::WEBrick is mounted on /.
1979
+ WEBrick::HTTPServer#start: pid=24727 port=47019
1980
+ accept: 127.0.0.1:46811
1981
+ close: 127.0.0.1:46811
1982
+ accept: 127.0.0.1:46812
1983
+ Rack::Handler::WEBrick is invoked.
1984
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 17:22:00 +0000
1985
+ Processing by Teaspoon::SuiteController#show as HTML
1986
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
1987
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (11.9ms)
1988
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
1989
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (23.3ms)
1990
+ Completed 200 OK in 33ms (Views: 33.0ms)
1991
+ Rack::Handler::WEBrick is invoked.
1992
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 17:22:00 +0000
1993
+ accept: 127.0.0.1:46815
1994
+ accept: 127.0.0.1:46813
1995
+ accept: 127.0.0.1:46814
1996
+ Rack::Handler::WEBrick is invoked.
1997
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 17:22:00 +0000
1998
+ Rack::Handler::WEBrick is invoked.
1999
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 17:22:00 +0000
2000
+ Rack::Handler::WEBrick is invoked.
2001
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 17:22:00 +0000
2002
+ Rack::Handler::WEBrick is invoked.
2003
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 17:22:00 +0000
2004
+ accept: 127.0.0.1:46816
2005
+ Rack::Handler::WEBrick is invoked.
2006
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 17:22:00 +0000
2007
+ accept: 127.0.0.1:46817
2008
+ Rack::Handler::WEBrick is invoked.
2009
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 17:22:00 +0000
2010
+ close: 127.0.0.1:46812
2011
+ close: 127.0.0.1:46814
2012
+ close: 127.0.0.1:46815
2013
+ close: 127.0.0.1:46816
2014
+ close: 127.0.0.1:46817
2015
+ close: 127.0.0.1:46813
2016
+ going to shutdown ...
2017
+ WEBrick::HTTPServer#start done.
2018
+ ------------------------------------------------------------
2019
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2020
+ ------------------------------------------------------------
2021
+ -----------------------------------------------------------
2022
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2023
+ -----------------------------------------------------------
2024
+ ------------------------------------------------------------------------------
2025
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2026
+ ------------------------------------------------------------------------------
2027
+ ----------------------------------------------------------------------------------
2028
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2029
+ ----------------------------------------------------------------------------------
2030
+ ------------------------------------------------------------
2031
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2032
+ ------------------------------------------------------------
2033
+ -----------------------------------------------------------
2034
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2035
+ -----------------------------------------------------------
2036
+ ---------------------------------------------------------------------
2037
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2038
+ ---------------------------------------------------------------------
2039
+ WEBrick 1.3.1
2040
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
2041
+ Rack::Handler::WEBrick is mounted on /.
2042
+ WEBrick::HTTPServer#start: pid=24775 port=43186
2043
+ accept: 127.0.0.1:43055
2044
+ close: 127.0.0.1:43055
2045
+ accept: 127.0.0.1:43056
2046
+ Rack::Handler::WEBrick is invoked.
2047
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 17:22:44 +0000
2048
+ Processing by Teaspoon::SuiteController#show as HTML
2049
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
2050
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (8.1ms)
2051
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
2052
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (19.9ms)
2053
+ Completed 200 OK in 24ms (Views: 23.9ms)
2054
+ accept: 127.0.0.1:43057
2055
+ Rack::Handler::WEBrick is invoked.
2056
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 17:22:44 +0000
2057
+ accept: 127.0.0.1:43060
2058
+ Rack::Handler::WEBrick is invoked.
2059
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 17:22:44 +0000
2060
+ Rack::Handler::WEBrick is invoked.
2061
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 17:22:44 +0000
2062
+ accept: 127.0.0.1:43059
2063
+ Rack::Handler::WEBrick is invoked.
2064
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 17:22:44 +0000
2065
+ Rack::Handler::WEBrick is invoked.
2066
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 17:22:44 +0000
2067
+ accept: 127.0.0.1:43058
2068
+ accept: 127.0.0.1:43061
2069
+ Rack::Handler::WEBrick is invoked.
2070
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 17:22:44 +0000
2071
+ Rack::Handler::WEBrick is invoked.
2072
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 17:22:44 +0000
2073
+ close: 127.0.0.1:43056
2074
+ close: 127.0.0.1:43057
2075
+ close: 127.0.0.1:43059
2076
+ close: 127.0.0.1:43060
2077
+ close: 127.0.0.1:43061
2078
+ close: 127.0.0.1:43058
2079
+ going to shutdown ...
2080
+ WEBrick::HTTPServer#start done.
2081
+ ---------------------------------------------------------------------
2082
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2083
+ ---------------------------------------------------------------------
2084
+ ------------------------------------------------------------
2085
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2086
+ ------------------------------------------------------------
2087
+ -----------------------------------------------------------
2088
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2089
+ -----------------------------------------------------------
2090
+ ------------------------------------------------------------------------------
2091
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2092
+ ------------------------------------------------------------------------------
2093
+ ----------------------------------------------------------------------------------
2094
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2095
+ ----------------------------------------------------------------------------------
2096
+ ------------------------------------------------------------
2097
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2098
+ ------------------------------------------------------------
2099
+ -----------------------------------------------------------
2100
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2101
+ -----------------------------------------------------------
2102
+ ------------------------------------------------------------
2103
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2104
+ ------------------------------------------------------------
2105
+ -----------------------------------------------------------
2106
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2107
+ -----------------------------------------------------------
2108
+ ------------------------------------------------------------------------------
2109
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2110
+ ------------------------------------------------------------------------------
2111
+ ----------------------------------------------------------------------------------
2112
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2113
+ ----------------------------------------------------------------------------------
2114
+ ------------------------------------------------------------
2115
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2116
+ ------------------------------------------------------------
2117
+ -----------------------------------------------------------
2118
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2119
+ -----------------------------------------------------------
2120
+ ---------------------------------------------------------------------
2121
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2122
+ ---------------------------------------------------------------------
2123
+ ------------------------------------------------------------
2124
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2125
+ ------------------------------------------------------------
2126
+ -----------------------------------------------------------
2127
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2128
+ -----------------------------------------------------------
2129
+ ------------------------------------------------------------------------------
2130
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2131
+ ------------------------------------------------------------------------------
2132
+ ----------------------------------------------------------------------------------
2133
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2134
+ ----------------------------------------------------------------------------------
2135
+ ------------------------------------------------------------
2136
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2137
+ ------------------------------------------------------------
2138
+ -----------------------------------------------------------
2139
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2140
+ -----------------------------------------------------------
2141
+ -----------------------------------------------------------------------
2142
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2143
+ -----------------------------------------------------------------------
2144
+ ---------------------------------------------------------------------
2145
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2146
+ ---------------------------------------------------------------------
2147
+ ------------------------------------------------------------
2148
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2149
+ ------------------------------------------------------------
2150
+ -----------------------------------------------------------
2151
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2152
+ -----------------------------------------------------------
2153
+ ------------------------------------------------------------------------------
2154
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2155
+ ------------------------------------------------------------------------------
2156
+ ----------------------------------------------------------------------------------
2157
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2158
+ ----------------------------------------------------------------------------------
2159
+ ------------------------------------------------------------
2160
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2161
+ ------------------------------------------------------------
2162
+ -----------------------------------------------------------
2163
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2164
+ -----------------------------------------------------------
2165
+ ---------------------------------------------------------------------
2166
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2167
+ ---------------------------------------------------------------------
2168
+ -----------------------------------------------------------------------
2169
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2170
+ -----------------------------------------------------------------------
2171
+ -----------------------------------------------------------------------
2172
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2173
+ -----------------------------------------------------------------------
2174
+ ---------------------------------------------------------------------
2175
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2176
+ ---------------------------------------------------------------------
2177
+ ------------------------------------------------------------
2178
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2179
+ ------------------------------------------------------------
2180
+ -----------------------------------------------------------
2181
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2182
+ -----------------------------------------------------------
2183
+ ------------------------------------------------------------------------------
2184
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2185
+ ------------------------------------------------------------------------------
2186
+ ----------------------------------------------------------------------------------
2187
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2188
+ ----------------------------------------------------------------------------------
2189
+ ------------------------------------------------------------
2190
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2191
+ ------------------------------------------------------------
2192
+ -----------------------------------------------------------
2193
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2194
+ -----------------------------------------------------------
2195
+ ------------------------------------------------------------
2196
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2197
+ ------------------------------------------------------------
2198
+ -----------------------------------------------------------
2199
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2200
+ -----------------------------------------------------------
2201
+ ------------------------------------------------------------------------------
2202
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2203
+ ------------------------------------------------------------------------------
2204
+ ----------------------------------------------------------------------------------
2205
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2206
+ ----------------------------------------------------------------------------------
2207
+ ------------------------------------------------------------
2208
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2209
+ ------------------------------------------------------------
2210
+ -----------------------------------------------------------
2211
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2212
+ -----------------------------------------------------------
2213
+ -----------------------------------------------------------------------
2214
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2215
+ -----------------------------------------------------------------------
2216
+ ---------------------------------------------------------------------
2217
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2218
+ ---------------------------------------------------------------------
2219
+ -----------------------------------------------------------------------
2220
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2221
+ -----------------------------------------------------------------------
2222
+ ------------------------------------------------------------
2223
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2224
+ ------------------------------------------------------------
2225
+ -----------------------------------------------------------
2226
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2227
+ -----------------------------------------------------------
2228
+ ------------------------------------------------------------------------------
2229
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2230
+ ------------------------------------------------------------------------------
2231
+ ----------------------------------------------------------------------------------
2232
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2233
+ ----------------------------------------------------------------------------------
2234
+ ------------------------------------------------------------
2235
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2236
+ ------------------------------------------------------------
2237
+ -----------------------------------------------------------
2238
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2239
+ -----------------------------------------------------------
2240
+ ---------------------------------------------------------------------
2241
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2242
+ ---------------------------------------------------------------------
2243
+ -----------------------------------------------------------------------
2244
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2245
+ -----------------------------------------------------------------------
2246
+ ------------------------------------------------------------
2247
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2248
+ ------------------------------------------------------------
2249
+ -----------------------------------------------------------
2250
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2251
+ -----------------------------------------------------------
2252
+ ------------------------------------------------------------------------------
2253
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2254
+ ------------------------------------------------------------------------------
2255
+ ----------------------------------------------------------------------------------
2256
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2257
+ ----------------------------------------------------------------------------------
2258
+ ------------------------------------------------------------
2259
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2260
+ ------------------------------------------------------------
2261
+ -----------------------------------------------------------
2262
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2263
+ -----------------------------------------------------------
2264
+ ---------------------------------------------------------------------
2265
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2266
+ ---------------------------------------------------------------------
2267
+ ------------------------------------------------------------
2268
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2269
+ ------------------------------------------------------------
2270
+ -----------------------------------------------------------
2271
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2272
+ -----------------------------------------------------------
2273
+ ------------------------------------------------------------------------------
2274
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2275
+ ------------------------------------------------------------------------------
2276
+ ----------------------------------------------------------------------------------
2277
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2278
+ ----------------------------------------------------------------------------------
2279
+ ------------------------------------------------------------
2280
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2281
+ ------------------------------------------------------------
2282
+ -----------------------------------------------------------
2283
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2284
+ -----------------------------------------------------------
2285
+ -----------------------------------------------------------------------
2286
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2287
+ -----------------------------------------------------------------------
2288
+ ---------------------------------------------------------------------
2289
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2290
+ ---------------------------------------------------------------------
2291
+ ---------------------------------------------------------------------
2292
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2293
+ ---------------------------------------------------------------------
2294
+ ------------------------------------------------------------
2295
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2296
+ ------------------------------------------------------------
2297
+ -----------------------------------------------------------
2298
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2299
+ -----------------------------------------------------------
2300
+ ------------------------------------------------------------------------------
2301
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2302
+ ------------------------------------------------------------------------------
2303
+ ----------------------------------------------------------------------------------
2304
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2305
+ ----------------------------------------------------------------------------------
2306
+ ------------------------------------------------------------
2307
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2308
+ ------------------------------------------------------------
2309
+ -----------------------------------------------------------
2310
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2311
+ -----------------------------------------------------------
2312
+ -----------------------------------------------------------------------
2313
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2314
+ -----------------------------------------------------------------------
2315
+ -----------------------------------------------------------------------
2316
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2317
+ -----------------------------------------------------------------------
2318
+ ------------------------------------------------------------
2319
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2320
+ ------------------------------------------------------------
2321
+ -----------------------------------------------------------
2322
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2323
+ -----------------------------------------------------------
2324
+ ------------------------------------------------------------------------------
2325
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2326
+ ------------------------------------------------------------------------------
2327
+ ----------------------------------------------------------------------------------
2328
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2329
+ ----------------------------------------------------------------------------------
2330
+ ------------------------------------------------------------
2331
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2332
+ ------------------------------------------------------------
2333
+ -----------------------------------------------------------
2334
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2335
+ -----------------------------------------------------------
2336
+ ---------------------------------------------------------------------
2337
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2338
+ ---------------------------------------------------------------------
2339
+ ---------------------------------------------------------------------
2340
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2341
+ ---------------------------------------------------------------------
2342
+ ------------------------------------------------------------
2343
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2344
+ ------------------------------------------------------------
2345
+ -----------------------------------------------------------
2346
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2347
+ -----------------------------------------------------------
2348
+ ------------------------------------------------------------------------------
2349
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2350
+ ------------------------------------------------------------------------------
2351
+ ----------------------------------------------------------------------------------
2352
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2353
+ ----------------------------------------------------------------------------------
2354
+ ------------------------------------------------------------
2355
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2356
+ ------------------------------------------------------------
2357
+ -----------------------------------------------------------
2358
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2359
+ -----------------------------------------------------------
2360
+ -----------------------------------------------------------------------
2361
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2362
+ -----------------------------------------------------------------------
2363
+ ------------------------------------------------------------
2364
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2365
+ ------------------------------------------------------------
2366
+ -----------------------------------------------------------
2367
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2368
+ -----------------------------------------------------------
2369
+ ------------------------------------------------------------------------------
2370
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2371
+ ------------------------------------------------------------------------------
2372
+ ----------------------------------------------------------------------------------
2373
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2374
+ ----------------------------------------------------------------------------------
2375
+ ------------------------------------------------------------
2376
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2377
+ ------------------------------------------------------------
2378
+ -----------------------------------------------------------
2379
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2380
+ -----------------------------------------------------------
2381
+ -----------------------------------------------------------------------
2382
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2383
+ -----------------------------------------------------------------------
2384
+ --------------------------------------------------------------------------------------
2385
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2386
+ --------------------------------------------------------------------------------------
2387
+ ---------------------------------------------------------------------
2388
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2389
+ ---------------------------------------------------------------------
2390
+ ---------------------------------------------------------------------
2391
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2392
+ ---------------------------------------------------------------------
2393
+ -----------------------------------------------------------------------
2394
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2395
+ -----------------------------------------------------------------------
2396
+ --------------------------------------------------------------------------------------
2397
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2398
+ --------------------------------------------------------------------------------------
2399
+ ------------------------------------------------------------
2400
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2401
+ ------------------------------------------------------------
2402
+ -----------------------------------------------------------
2403
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2404
+ -----------------------------------------------------------
2405
+ ------------------------------------------------------------------------------
2406
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2407
+ ------------------------------------------------------------------------------
2408
+ ----------------------------------------------------------------------------------
2409
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2410
+ ----------------------------------------------------------------------------------
2411
+ ------------------------------------------------------------
2412
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2413
+ ------------------------------------------------------------
2414
+ -----------------------------------------------------------
2415
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2416
+ -----------------------------------------------------------
2417
+ ------------------------------------------------------------
2418
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2419
+ ------------------------------------------------------------
2420
+ -----------------------------------------------------------
2421
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2422
+ -----------------------------------------------------------
2423
+ ------------------------------------------------------------------------------
2424
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2425
+ ------------------------------------------------------------------------------
2426
+ ----------------------------------------------------------------------------------
2427
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2428
+ ----------------------------------------------------------------------------------
2429
+ ------------------------------------------------------------
2430
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2431
+ ------------------------------------------------------------
2432
+ -----------------------------------------------------------
2433
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2434
+ -----------------------------------------------------------
2435
+ -----------------------------------------------------------------------
2436
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2437
+ -----------------------------------------------------------------------
2438
+ --------------------------------------------------------------------------------------
2439
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2440
+ --------------------------------------------------------------------------------------
2441
+ ---------------------------------------------------------------------
2442
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2443
+ ---------------------------------------------------------------------
2444
+ ---------------------------------------------------------------------
2445
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2446
+ ---------------------------------------------------------------------
2447
+ ---------------------------------------------------------------------
2448
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2449
+ ---------------------------------------------------------------------
2450
+ -----------------------------------------------------------------------
2451
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2452
+ -----------------------------------------------------------------------
2453
+ --------------------------------------------------------------------------------------
2454
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2455
+ --------------------------------------------------------------------------------------
2456
+ ---------------------------------------------------------------------
2457
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2458
+ ---------------------------------------------------------------------
2459
+ ------------------------------------------------------------
2460
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2461
+ ------------------------------------------------------------
2462
+ -----------------------------------------------------------
2463
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2464
+ -----------------------------------------------------------
2465
+ ------------------------------------------------------------------------------
2466
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2467
+ ------------------------------------------------------------------------------
2468
+ ----------------------------------------------------------------------------------
2469
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2470
+ ----------------------------------------------------------------------------------
2471
+ ------------------------------------------------------------
2472
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2473
+ ------------------------------------------------------------
2474
+ -----------------------------------------------------------
2475
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2476
+ -----------------------------------------------------------
2477
+ -----------------------------------------------------------------------
2478
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2479
+ -----------------------------------------------------------------------
2480
+ --------------------------------------------------------------------------------------
2481
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2482
+ --------------------------------------------------------------------------------------
2483
+ ---------------------------------------------------------------------
2484
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2485
+ ---------------------------------------------------------------------
2486
+ ---------------------------------------------------------------------
2487
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2488
+ ---------------------------------------------------------------------
2489
+ ------------------------------------------------------------
2490
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2491
+ ------------------------------------------------------------
2492
+ -----------------------------------------------------------
2493
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2494
+ -----------------------------------------------------------
2495
+ ------------------------------------------------------------------------------
2496
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2497
+ ------------------------------------------------------------------------------
2498
+ ----------------------------------------------------------------------------------
2499
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2500
+ ----------------------------------------------------------------------------------
2501
+ ------------------------------------------------------------
2502
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2503
+ ------------------------------------------------------------
2504
+ -----------------------------------------------------------
2505
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2506
+ -----------------------------------------------------------
2507
+ ------------------------------------------------------------
2508
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2509
+ ------------------------------------------------------------
2510
+ -----------------------------------------------------------
2511
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2512
+ -----------------------------------------------------------
2513
+ ------------------------------------------------------------------------------
2514
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2515
+ ------------------------------------------------------------------------------
2516
+ ----------------------------------------------------------------------------------
2517
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2518
+ ----------------------------------------------------------------------------------
2519
+ ------------------------------------------------------------
2520
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2521
+ ------------------------------------------------------------
2522
+ -----------------------------------------------------------
2523
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2524
+ -----------------------------------------------------------
2525
+ -----------------------------------------------------------------------
2526
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2527
+ -----------------------------------------------------------------------
2528
+ --------------------------------------------------------------------------------------
2529
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2530
+ --------------------------------------------------------------------------------------
2531
+ ---------------------------------------------------------------------
2532
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2533
+ ---------------------------------------------------------------------
2534
+ ---------------------------------------------------------------------
2535
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2536
+ ---------------------------------------------------------------------
2537
+ ------------------------------------------------------------
2538
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2539
+ ------------------------------------------------------------
2540
+ -----------------------------------------------------------
2541
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2542
+ -----------------------------------------------------------
2543
+ ------------------------------------------------------------------------------
2544
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2545
+ ------------------------------------------------------------------------------
2546
+ ----------------------------------------------------------------------------------
2547
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2548
+ ----------------------------------------------------------------------------------
2549
+ ------------------------------------------------------------
2550
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2551
+ ------------------------------------------------------------
2552
+ -----------------------------------------------------------
2553
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2554
+ -----------------------------------------------------------
2555
+ ---------------------------------------------------------------------
2556
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2557
+ ---------------------------------------------------------------------
2558
+ -----------------------------------------------------------------------
2559
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2560
+ -----------------------------------------------------------------------
2561
+ --------------------------------------------------------------------------------------
2562
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2563
+ --------------------------------------------------------------------------------------
2564
+ ---------------------------------------------------------------------
2565
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2566
+ ---------------------------------------------------------------------
2567
+ ------------------------------------------------------------
2568
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2569
+ ------------------------------------------------------------
2570
+ -----------------------------------------------------------
2571
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2572
+ -----------------------------------------------------------
2573
+ ------------------------------------------------------------------------------
2574
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2575
+ ------------------------------------------------------------------------------
2576
+ ----------------------------------------------------------------------------------
2577
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2578
+ ----------------------------------------------------------------------------------
2579
+ ------------------------------------------------------------
2580
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2581
+ ------------------------------------------------------------
2582
+ -----------------------------------------------------------
2583
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2584
+ -----------------------------------------------------------
2585
+ -----------------------------------------------------------------------
2586
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2587
+ -----------------------------------------------------------------------
2588
+ --------------------------------------------------------------------------------------
2589
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2590
+ --------------------------------------------------------------------------------------
2591
+ ---------------------------------------------------------------------
2592
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2593
+ ---------------------------------------------------------------------
2594
+ ---------------------------------------------------------------------
2595
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2596
+ ---------------------------------------------------------------------
2597
+ ------------------------------------------------------------
2598
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2599
+ ------------------------------------------------------------
2600
+ -----------------------------------------------------------
2601
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2602
+ -----------------------------------------------------------
2603
+ ------------------------------------------------------------------------------
2604
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2605
+ ------------------------------------------------------------------------------
2606
+ ----------------------------------------------------------------------------------
2607
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2608
+ ----------------------------------------------------------------------------------
2609
+ ------------------------------------------------------------
2610
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2611
+ ------------------------------------------------------------
2612
+ -----------------------------------------------------------
2613
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2614
+ -----------------------------------------------------------
2615
+ -----------------------------------------------------------------------
2616
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2617
+ -----------------------------------------------------------------------
2618
+ --------------------------------------------------------------------------------------
2619
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2620
+ --------------------------------------------------------------------------------------
2621
+ ---------------------------------------------------------------------
2622
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2623
+ ---------------------------------------------------------------------
2624
+ ---------------------------------------------------------------------
2625
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2626
+ ---------------------------------------------------------------------
2627
+ ------------------------------------------------------------
2628
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2629
+ ------------------------------------------------------------
2630
+ -----------------------------------------------------------
2631
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2632
+ -----------------------------------------------------------
2633
+ ------------------------------------------------------------------------------
2634
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2635
+ ------------------------------------------------------------------------------
2636
+ ----------------------------------------------------------------------------------
2637
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2638
+ ----------------------------------------------------------------------------------
2639
+ ------------------------------------------------------------
2640
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2641
+ ------------------------------------------------------------
2642
+ -----------------------------------------------------------
2643
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2644
+ -----------------------------------------------------------
2645
+ ---------------------------------------------------------------------
2646
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2647
+ ---------------------------------------------------------------------
2648
+ -----------------------------------------------------------------------
2649
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2650
+ -----------------------------------------------------------------------
2651
+ --------------------------------------------------------------------------------------
2652
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2653
+ --------------------------------------------------------------------------------------
2654
+ ---------------------------------------------------------------------
2655
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2656
+ ---------------------------------------------------------------------
2657
+ ---------------------------------------------------------------------
2658
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2659
+ ---------------------------------------------------------------------
2660
+ -----------------------------------------------------------------------
2661
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2662
+ -----------------------------------------------------------------------
2663
+ --------------------------------------------------------------------------------------
2664
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2665
+ --------------------------------------------------------------------------------------
2666
+ ---------------------------------------------------------------------
2667
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2668
+ ---------------------------------------------------------------------
2669
+ ------------------------------------------------------------
2670
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2671
+ ------------------------------------------------------------
2672
+ -----------------------------------------------------------
2673
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2674
+ -----------------------------------------------------------
2675
+ ------------------------------------------------------------------------------
2676
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2677
+ ------------------------------------------------------------------------------
2678
+ ----------------------------------------------------------------------------------
2679
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2680
+ ----------------------------------------------------------------------------------
2681
+ ------------------------------------------------------------
2682
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2683
+ ------------------------------------------------------------
2684
+ -----------------------------------------------------------
2685
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2686
+ -----------------------------------------------------------
2687
+ -----------------------------------------------------------------------
2688
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2689
+ -----------------------------------------------------------------------
2690
+ --------------------------------------------------------------------------------------
2691
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2692
+ --------------------------------------------------------------------------------------
2693
+ ---------------------------------------------------------------------
2694
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2695
+ ---------------------------------------------------------------------
2696
+ ----------------------------------------------------------------------------
2697
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2698
+ ----------------------------------------------------------------------------
2699
+ ------------------------------------------------------------
2700
+ RoutesJS::FormatterTest: test_hand_coded_URLs_are_left_as_is
2701
+ ------------------------------------------------------------
2702
+ -----------------------------------------------------------
2703
+ RoutesJS::FormatterTest: test_named_redirects_are_supported
2704
+ -----------------------------------------------------------
2705
+ ------------------------------------------------------------------------------
2706
+ RoutesJS::FormatterTest: test_named_redirects_within_a_namespace_are_supported
2707
+ ------------------------------------------------------------------------------
2708
+ ----------------------------------------------------------------------------------
2709
+ RoutesJS::FormatterTest: test_namespaced_routes_include_the_namespace_in_the_route
2710
+ ----------------------------------------------------------------------------------
2711
+ ------------------------------------------------------------
2712
+ RoutesJS::FormatterTest: test_only_named_routes_are_included
2713
+ ------------------------------------------------------------
2714
+ -----------------------------------------------------------
2715
+ RoutesJS::FormatterTest: test_result_is_a_valid_JSON_object
2716
+ -----------------------------------------------------------
2717
+ ---------------------------------------------------------------------
2718
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2719
+ ---------------------------------------------------------------------
2720
+ ---------------------------------------------------------------------
2721
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2722
+ ---------------------------------------------------------------------
2723
+ -----------------------------------------------------------------------
2724
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2725
+ -----------------------------------------------------------------------
2726
+ --------------------------------------------------------------------------------------
2727
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2728
+ --------------------------------------------------------------------------------------
2729
+ ---------------------------------------------------------------------
2730
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2731
+ ---------------------------------------------------------------------
2732
+ ----------------------------------------------------------------------------
2733
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2734
+ ----------------------------------------------------------------------------
2735
+ -----------------------------------------------------------------------
2736
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2737
+ -----------------------------------------------------------------------
2738
+ --------------------------------------------------------------------------------------
2739
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2740
+ --------------------------------------------------------------------------------------
2741
+ ---------------------------------------------------------------------
2742
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2743
+ ---------------------------------------------------------------------
2744
+ ----------------------------------------------------------------------------
2745
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2746
+ ----------------------------------------------------------------------------
2747
+ ---------------------------------------------------------------------
2748
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2749
+ ---------------------------------------------------------------------
2750
+ -----------------------------------------------------------------------
2751
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2752
+ -----------------------------------------------------------------------
2753
+ --------------------------------------------------------------------------------------
2754
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2755
+ --------------------------------------------------------------------------------------
2756
+ ---------------------------------------------------------------------
2757
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2758
+ ---------------------------------------------------------------------
2759
+ ----------------------------------------------------------------------------
2760
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2761
+ ----------------------------------------------------------------------------
2762
+ ---------------------------------------------------------------------
2763
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2764
+ ---------------------------------------------------------------------
2765
+ ---------------------------------------------------------------------
2766
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2767
+ ---------------------------------------------------------------------
2768
+ -----------------------------------------------------------------------
2769
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2770
+ -----------------------------------------------------------------------
2771
+ --------------------------------------------------------------------------------------
2772
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2773
+ --------------------------------------------------------------------------------------
2774
+ ---------------------------------------------------------------------
2775
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2776
+ ---------------------------------------------------------------------
2777
+ ----------------------------------------------------------------------------
2778
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2779
+ ----------------------------------------------------------------------------
2780
+ -----------------------------------------------------------------------
2781
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2782
+ -----------------------------------------------------------------------
2783
+ --------------------------------------------------------------------------------------
2784
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2785
+ --------------------------------------------------------------------------------------
2786
+ ---------------------------------------------------------------------
2787
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2788
+ ---------------------------------------------------------------------
2789
+ ----------------------------------------------------------------------------
2790
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2791
+ ----------------------------------------------------------------------------
2792
+ ---------------------------------------------------------------------
2793
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2794
+ ---------------------------------------------------------------------
2795
+ -----------------------------------------------------------------------
2796
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2797
+ -----------------------------------------------------------------------
2798
+ --------------------------------------------------------------------------------------
2799
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2800
+ --------------------------------------------------------------------------------------
2801
+ ---------------------------------------------------------------------
2802
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2803
+ ---------------------------------------------------------------------
2804
+ ----------------------------------------------------------------------------
2805
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2806
+ ----------------------------------------------------------------------------
2807
+ ---------------------------------------------------------------------
2808
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2809
+ ---------------------------------------------------------------------
2810
+ -----------------------------------------------------------------------
2811
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2812
+ -----------------------------------------------------------------------
2813
+ --------------------------------------------------------------------------------------
2814
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2815
+ --------------------------------------------------------------------------------------
2816
+ ---------------------------------------------------------------------
2817
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2818
+ ---------------------------------------------------------------------
2819
+ ----------------------------------------------------------------------------
2820
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2821
+ ----------------------------------------------------------------------------
2822
+ ---------------------------------------------------------------------
2823
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2824
+ ---------------------------------------------------------------------
2825
+ -----------------------------------------------------------------------
2826
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2827
+ -----------------------------------------------------------------------
2828
+ --------------------------------------------------------------------------------------
2829
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2830
+ --------------------------------------------------------------------------------------
2831
+ ---------------------------------------------------------------------
2832
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2833
+ ---------------------------------------------------------------------
2834
+ ----------------------------------------------------------------------------
2835
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2836
+ ----------------------------------------------------------------------------
2837
+ ---------------------------------------------------------------------
2838
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2839
+ ---------------------------------------------------------------------
2840
+ WEBrick 1.3.1
2841
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
2842
+ Rack::Handler::WEBrick is mounted on /.
2843
+ WEBrick::HTTPServer#start: pid=27700 port=55840
2844
+ accept: 127.0.0.1:60516
2845
+ close: 127.0.0.1:60516
2846
+ accept: 127.0.0.1:60517
2847
+ Rack::Handler::WEBrick is invoked.
2848
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 19:07:03 +0000
2849
+ Processing by Teaspoon::SuiteController#show as HTML
2850
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
2851
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (8.8ms)
2852
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
2853
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (21.0ms)
2854
+ Completed 200 OK in 26ms (Views: 25.3ms)
2855
+ accept: 127.0.0.1:60520
2856
+ Rack::Handler::WEBrick is invoked.
2857
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 19:07:03 +0000
2858
+ accept: 127.0.0.1:60522
2859
+ Rack::Handler::WEBrick is invoked.
2860
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 19:07:03 +0000
2861
+ Rack::Handler::WEBrick is invoked.
2862
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:07:03 +0000
2863
+ Rack::Handler::WEBrick is invoked.
2864
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 19:07:03 +0000
2865
+ accept: 127.0.0.1:60519
2866
+ accept: 127.0.0.1:60518
2867
+ accept: 127.0.0.1:60521
2868
+ Rack::Handler::WEBrick is invoked.
2869
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 19:07:03 +0000
2870
+ Rack::Handler::WEBrick is invoked.
2871
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 19:07:03 +0000
2872
+ Rack::Handler::WEBrick is invoked.
2873
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 19:07:03 +0000
2874
+ close: 127.0.0.1:60519
2875
+ close: 127.0.0.1:60517
2876
+ close: 127.0.0.1:60520
2877
+ close: 127.0.0.1:60522
2878
+ close: 127.0.0.1:60518
2879
+ close: 127.0.0.1:60521
2880
+ going to shutdown ...
2881
+ WEBrick::HTTPServer#start done.
2882
+ -----------------------------------------------------------------------
2883
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2884
+ -----------------------------------------------------------------------
2885
+ --------------------------------------------------------------------------------------
2886
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2887
+ --------------------------------------------------------------------------------------
2888
+ ---------------------------------------------------------------------
2889
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2890
+ ---------------------------------------------------------------------
2891
+ ----------------------------------------------------------------------------
2892
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2893
+ ----------------------------------------------------------------------------
2894
+ ---------------------------------------------------------------------
2895
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2896
+ ---------------------------------------------------------------------
2897
+ WEBrick 1.3.1
2898
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
2899
+ Rack::Handler::WEBrick is mounted on /.
2900
+ WEBrick::HTTPServer#start: pid=27872 port=54135
2901
+ accept: 127.0.0.1:49890
2902
+ close: 127.0.0.1:49890
2903
+ accept: 127.0.0.1:49891
2904
+ Rack::Handler::WEBrick is invoked.
2905
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 19:16:30 +0000
2906
+ Processing by Teaspoon::SuiteController#show as HTML
2907
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
2908
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (9.5ms)
2909
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
2910
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (22.6ms)
2911
+ Completed 200 OK in 28ms (Views: 27.2ms)
2912
+ Rack::Handler::WEBrick is invoked.
2913
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 19:16:30 +0000
2914
+ accept: 127.0.0.1:49892
2915
+ accept: 127.0.0.1:49893
2916
+ accept: 127.0.0.1:49894
2917
+ Rack::Handler::WEBrick is invoked.
2918
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 19:16:30 +0000
2919
+ Rack::Handler::WEBrick is invoked.
2920
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:16:30 +0000
2921
+ Rack::Handler::WEBrick is invoked.
2922
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 19:16:30 +0000
2923
+ Rack::Handler::WEBrick is invoked.
2924
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 19:16:30 +0000
2925
+ accept: 127.0.0.1:49896
2926
+ accept: 127.0.0.1:49895
2927
+ Rack::Handler::WEBrick is invoked.
2928
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 19:16:30 +0000
2929
+ Rack::Handler::WEBrick is invoked.
2930
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 19:16:30 +0000
2931
+ close: 127.0.0.1:49891
2932
+ close: 127.0.0.1:49894
2933
+ close: 127.0.0.1:49895
2934
+ close: 127.0.0.1:49892
2935
+ close: 127.0.0.1:49893
2936
+ close: 127.0.0.1:49896
2937
+ going to shutdown ...
2938
+ WEBrick::HTTPServer#start done.
2939
+ -----------------------------------------------------------------------
2940
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
2941
+ -----------------------------------------------------------------------
2942
+ --------------------------------------------------------------------------------------
2943
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
2944
+ --------------------------------------------------------------------------------------
2945
+ ---------------------------------------------------------------------
2946
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
2947
+ ---------------------------------------------------------------------
2948
+ ----------------------------------------------------------------------------
2949
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
2950
+ ----------------------------------------------------------------------------
2951
+ ---------------------------------------------------------------------
2952
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2953
+ ---------------------------------------------------------------------
2954
+ WEBrick 1.3.1
2955
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
2956
+ Rack::Handler::WEBrick is mounted on /.
2957
+ WEBrick::HTTPServer#start: pid=28005 port=55850
2958
+ accept: 127.0.0.1:54487
2959
+ close: 127.0.0.1:54487
2960
+ accept: 127.0.0.1:54488
2961
+ Rack::Handler::WEBrick is invoked.
2962
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 19:23:48 +0000
2963
+ Processing by Teaspoon::SuiteController#show as HTML
2964
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
2965
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (8.9ms)
2966
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
2967
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (21.6ms)
2968
+ Completed 200 OK in 26ms (Views: 26.0ms)
2969
+ Rack::Handler::WEBrick is invoked.
2970
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 19:23:48 +0000
2971
+ accept: 127.0.0.1:54490
2972
+ accept: 127.0.0.1:54489
2973
+ Rack::Handler::WEBrick is invoked.
2974
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 19:23:48 +0000
2975
+ Rack::Handler::WEBrick is invoked.
2976
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 19:23:48 +0000
2977
+ accept: 127.0.0.1:54491
2978
+ Rack::Handler::WEBrick is invoked.
2979
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 19:23:48 +0000
2980
+ accept: 127.0.0.1:54493
2981
+ Rack::Handler::WEBrick is invoked.
2982
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:23:48 +0000
2983
+ accept: 127.0.0.1:54492
2984
+ Rack::Handler::WEBrick is invoked.
2985
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 19:23:48 +0000
2986
+ Rack::Handler::WEBrick is invoked.
2987
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 19:23:48 +0000
2988
+ close: 127.0.0.1:54490
2989
+ close: 127.0.0.1:54491
2990
+ close: 127.0.0.1:54488
2991
+ close: 127.0.0.1:54493
2992
+ close: 127.0.0.1:54492
2993
+ close: 127.0.0.1:54489
2994
+ going to shutdown ...
2995
+ WEBrick::HTTPServer#start done.
2996
+ ---------------------------------------------------------------------
2997
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
2998
+ ---------------------------------------------------------------------
2999
+ -----------------------------------------------------------------------
3000
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3001
+ -----------------------------------------------------------------------
3002
+ --------------------------------------------------------------------------------------
3003
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3004
+ --------------------------------------------------------------------------------------
3005
+ ---------------------------------------------------------------------
3006
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3007
+ ---------------------------------------------------------------------
3008
+ ----------------------------------------------------------------------------
3009
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3010
+ ----------------------------------------------------------------------------
3011
+ -------------------------------------------------------------------------------
3012
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported_with_the_'to'_option
3013
+ -------------------------------------------------------------------------------
3014
+ WEBrick 1.3.1
3015
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
3016
+ Rack::Handler::WEBrick is mounted on /.
3017
+ WEBrick::HTTPServer#start: pid=28052 port=40952
3018
+ accept: 127.0.0.1:51664
3019
+ close: 127.0.0.1:51664
3020
+ accept: 127.0.0.1:51665
3021
+ Rack::Handler::WEBrick is invoked.
3022
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 19:24:31 +0000
3023
+ Processing by Teaspoon::SuiteController#show as HTML
3024
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
3025
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (17.0ms)
3026
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.5ms)
3027
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (40.4ms)
3028
+ Completed 200 OK in 50ms (Views: 48.9ms)
3029
+ Rack::Handler::WEBrick is invoked.
3030
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 19:24:31 +0000
3031
+ accept: 127.0.0.1:51666
3032
+ accept: 127.0.0.1:51669
3033
+ accept: 127.0.0.1:51668
3034
+ Rack::Handler::WEBrick is invoked.
3035
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 19:24:31 +0000
3036
+ Rack::Handler::WEBrick is invoked.
3037
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:24:31 +0000
3038
+ accept: 127.0.0.1:51667
3039
+ accept: 127.0.0.1:51670
3040
+ Rack::Handler::WEBrick is invoked.
3041
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 19:24:31 +0000
3042
+ Rack::Handler::WEBrick is invoked.
3043
+ Rack::Handler::WEBrick is invoked.
3044
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 19:24:31 +0000
3045
+ Rack::Handler::WEBrick is invoked.
3046
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 19:24:31 +0000
3047
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 19:24:31 +0000
3048
+ close: 127.0.0.1:51670
3049
+ close: 127.0.0.1:51665
3050
+ close: 127.0.0.1:51666
3051
+ close: 127.0.0.1:51668
3052
+ close: 127.0.0.1:51669
3053
+ close: 127.0.0.1:51667
3054
+ going to shutdown ...
3055
+ WEBrick::HTTPServer#start done.
3056
+ -----------------------------------------------------------------------
3057
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3058
+ -----------------------------------------------------------------------
3059
+ --------------------------------------------------------------------------------------
3060
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3061
+ --------------------------------------------------------------------------------------
3062
+ ---------------------------------------------------------------------
3063
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3064
+ ---------------------------------------------------------------------
3065
+ ----------------------------------------------------------------------------
3066
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3067
+ ----------------------------------------------------------------------------
3068
+ --------------------------------------------------------------------------
3069
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3070
+ --------------------------------------------------------------------------
3071
+ ----------------------------------------------------------
3072
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3073
+ ----------------------------------------------------------
3074
+ ---------------------------------------------------------------------
3075
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3076
+ ---------------------------------------------------------------------
3077
+ WEBrick 1.3.1
3078
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
3079
+ Rack::Handler::WEBrick is mounted on /.
3080
+ WEBrick::HTTPServer#start: pid=28124 port=34115
3081
+ accept: 127.0.0.1:52349
3082
+ close: 127.0.0.1:52349
3083
+ accept: 127.0.0.1:52350
3084
+ Rack::Handler::WEBrick is invoked.
3085
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 19:27:54 +0000
3086
+ Processing by Teaspoon::SuiteController#show as HTML
3087
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
3088
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (8.8ms)
3089
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
3090
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (21.3ms)
3091
+ Completed 200 OK in 26ms (Views: 25.5ms)
3092
+ Rack::Handler::WEBrick is invoked.
3093
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 19:27:54 +0000
3094
+ accept: 127.0.0.1:52351
3095
+ accept: 127.0.0.1:52352
3096
+ accept: 127.0.0.1:52353
3097
+ Rack::Handler::WEBrick is invoked.
3098
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:27:54 +0000
3099
+ Rack::Handler::WEBrick is invoked.
3100
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 19:27:54 +0000
3101
+ Rack::Handler::WEBrick is invoked.
3102
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 19:27:54 +0000
3103
+ accept: 127.0.0.1:52355
3104
+ Rack::Handler::WEBrick is invoked.
3105
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 19:27:54 +0000
3106
+ accept: 127.0.0.1:52354
3107
+ Rack::Handler::WEBrick is invoked.
3108
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 19:27:54 +0000
3109
+ Rack::Handler::WEBrick is invoked.
3110
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 19:27:54 +0000
3111
+ close: 127.0.0.1:52351
3112
+ close: 127.0.0.1:52354
3113
+ close: 127.0.0.1:52352
3114
+ close: 127.0.0.1:52353
3115
+ close: 127.0.0.1:52355
3116
+ close: 127.0.0.1:52350
3117
+ going to shutdown ...
3118
+ WEBrick::HTTPServer#start done.
3119
+ -----------------------------------------------------------------------
3120
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3121
+ -----------------------------------------------------------------------
3122
+ --------------------------------------------------------------------------------------
3123
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3124
+ --------------------------------------------------------------------------------------
3125
+ ---------------------------------------------------------------------
3126
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3127
+ ---------------------------------------------------------------------
3128
+ ----------------------------------------------------------------------------
3129
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3130
+ ----------------------------------------------------------------------------
3131
+ --------------------------------------------------------------------------
3132
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3133
+ --------------------------------------------------------------------------
3134
+ ----------------------------------------------------------
3135
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3136
+ ----------------------------------------------------------
3137
+ ---------------------------------------------------------------------
3138
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3139
+ ---------------------------------------------------------------------
3140
+ WEBrick 1.3.1
3141
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
3142
+ Rack::Handler::WEBrick is mounted on /.
3143
+ WEBrick::HTTPServer#start: pid=28673 port=35523
3144
+ accept: 127.0.0.1:35259
3145
+ close: 127.0.0.1:35259
3146
+ accept: 127.0.0.1:35260
3147
+ Rack::Handler::WEBrick is invoked.
3148
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 19:40:43 +0000
3149
+ Processing by Teaspoon::SuiteController#show as HTML
3150
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
3151
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (8.6ms)
3152
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
3153
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (21.1ms)
3154
+ Completed 200 OK in 26ms (Views: 25.6ms)
3155
+ Rack::Handler::WEBrick is invoked.
3156
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 19:40:43 +0000
3157
+ accept: 127.0.0.1:35261
3158
+ Rack::Handler::WEBrick is invoked.
3159
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 19:40:43 +0000
3160
+ Rack::Handler::WEBrick is invoked.
3161
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 19:40:43 +0000
3162
+ accept: 127.0.0.1:35264
3163
+ accept: 127.0.0.1:35263
3164
+ Rack::Handler::WEBrick is invoked.
3165
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 19:40:43 +0000
3166
+ accept: 127.0.0.1:35262
3167
+ Rack::Handler::WEBrick is invoked.
3168
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 19:40:43 +0000
3169
+ Rack::Handler::WEBrick is invoked.
3170
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:40:43 +0000
3171
+ accept: 127.0.0.1:35265
3172
+ Rack::Handler::WEBrick is invoked.
3173
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 19:40:43 +0000
3174
+ close: 127.0.0.1:35260
3175
+ close: 127.0.0.1:35262
3176
+ close: 127.0.0.1:35263
3177
+ close: 127.0.0.1:35264
3178
+ close: 127.0.0.1:35265
3179
+ close: 127.0.0.1:35261
3180
+ going to shutdown ...
3181
+ WEBrick::HTTPServer#start done.
3182
+ -----------------------------------------------------------------------
3183
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3184
+ -----------------------------------------------------------------------
3185
+ --------------------------------------------------------------------------------------
3186
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3187
+ --------------------------------------------------------------------------------------
3188
+ ---------------------------------------------------------------------
3189
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3190
+ ---------------------------------------------------------------------
3191
+ ----------------------------------------------------------------------------
3192
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3193
+ ----------------------------------------------------------------------------
3194
+ --------------------------------------------------------------------------
3195
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3196
+ --------------------------------------------------------------------------
3197
+ ----------------------------------------------------------
3198
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3199
+ ----------------------------------------------------------
3200
+ ---------------------------------------------------------------------
3201
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3202
+ ---------------------------------------------------------------------
3203
+ WEBrick 1.3.1
3204
+ ruby 2.1.2 (2014-05-08) [x86_64-linux]
3205
+ Rack::Handler::WEBrick is mounted on /.
3206
+ WEBrick::HTTPServer#start: pid=28734 port=57530
3207
+ accept: 127.0.0.1:46635
3208
+ close: 127.0.0.1:46635
3209
+ accept: 127.0.0.1:46636
3210
+ Rack::Handler::WEBrick is invoked.
3211
+ Started GET "/teaspoon/default?reporter=Console" for 127.0.0.1 at 2014-09-19 19:41:36 +0000
3212
+ Processing by Teaspoon::SuiteController#show as HTML
3213
+ Parameters: {"reporter"=>"Console", "suite"=>"default"}
3214
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_boot.html.erb (8.8ms)
3215
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/_body.html.erb (0.3ms)
3216
+ Rendered /home/vagrant/Code/routesjs_rails/vendor/bundle/gems/teaspoon-0.8.0/app/views/teaspoon/suite/show.html.erb (21.3ms)
3217
+ Completed 200 OK in 26ms (Views: 25.7ms)
3218
+ accept: 127.0.0.1:46638
3219
+ accept: 127.0.0.1:46639
3220
+ accept: 127.0.0.1:46637
3221
+ Rack::Handler::WEBrick is invoked.
3222
+ Started GET "/assets/teaspoon-jasmine.js" for 127.0.0.1 at 2014-09-19 19:41:36 +0000
3223
+ accept: 127.0.0.1:46640
3224
+ accept: 127.0.0.1:46641
3225
+ Rack::Handler::WEBrick is invoked.
3226
+ Started GET "/assets/teaspoon.css" for 127.0.0.1 at 2014-09-19 19:41:36 +0000
3227
+ Rack::Handler::WEBrick is invoked.
3228
+ Started GET "/assets/routesjs-rails.js?body=1" for 127.0.0.1 at 2014-09-19 19:41:36 +0000
3229
+ Rack::Handler::WEBrick is invoked.
3230
+ Started GET "/assets/routesjs-rails_spec.js?body=1" for 127.0.0.1 at 2014-09-19 19:41:36 +0000
3231
+ Rack::Handler::WEBrick is invoked.
3232
+ Started GET "/assets/jasmine/1.3.1.js" for 127.0.0.1 at 2014-09-19 19:41:36 +0000
3233
+ Rack::Handler::WEBrick is invoked.
3234
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:41:36 +0000
3235
+ Rack::Handler::WEBrick is invoked.
3236
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2014-09-19 19:41:36 +0000
3237
+ close: 127.0.0.1:46636
3238
+ close: 127.0.0.1:46637
3239
+ close: 127.0.0.1:46641
3240
+ close: 127.0.0.1:46639
3241
+ close: 127.0.0.1:46638
3242
+ close: 127.0.0.1:46640
3243
+ going to shutdown ...
3244
+ WEBrick::HTTPServer#start done.
3245
+ ---------------------------------------------------------------------
3246
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3247
+ ---------------------------------------------------------------------
3248
+ -----------------------------------------------------------------------
3249
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3250
+ -----------------------------------------------------------------------
3251
+ --------------------------------------------------------------------------------------
3252
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3253
+ --------------------------------------------------------------------------------------
3254
+ ---------------------------------------------------------------------
3255
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3256
+ ---------------------------------------------------------------------
3257
+ ----------------------------------------------------------------------------
3258
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3259
+ ----------------------------------------------------------------------------
3260
+ --------------------------------------------------------------------------
3261
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3262
+ --------------------------------------------------------------------------
3263
+ ----------------------------------------------------------
3264
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3265
+ ----------------------------------------------------------
3266
+ ---------------------------------------------------------------------
3267
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3268
+ ---------------------------------------------------------------------
3269
+ -----------------------------------------------------------------------
3270
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3271
+ -----------------------------------------------------------------------
3272
+ --------------------------------------------------------------------------------------
3273
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3274
+ --------------------------------------------------------------------------------------
3275
+ ---------------------------------------------------------------------
3276
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3277
+ ---------------------------------------------------------------------
3278
+ ----------------------------------------------------------------------------
3279
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3280
+ ----------------------------------------------------------------------------
3281
+ --------------------------------------------------------------------------
3282
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3283
+ --------------------------------------------------------------------------
3284
+ ----------------------------------------------------------
3285
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3286
+ ----------------------------------------------------------
3287
+ -----------------------------------------------------------------------
3288
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3289
+ -----------------------------------------------------------------------
3290
+ --------------------------------------------------------------------------------------
3291
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3292
+ --------------------------------------------------------------------------------------
3293
+ ---------------------------------------------------------------------
3294
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3295
+ ---------------------------------------------------------------------
3296
+ ----------------------------------------------------------------------------
3297
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3298
+ ----------------------------------------------------------------------------
3299
+ --------------------------------------------------------------------------
3300
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3301
+ --------------------------------------------------------------------------
3302
+ ----------------------------------------------------------
3303
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3304
+ ----------------------------------------------------------
3305
+ -----------------------------------------------------------------------------
3306
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3307
+ -----------------------------------------------------------------------------
3308
+ ---------------------------------------------------------------------
3309
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3310
+ ---------------------------------------------------------------------
3311
+ ---------------------------------------------------------------------
3312
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3313
+ ---------------------------------------------------------------------
3314
+ -----------------------------------------------------------------------
3315
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3316
+ -----------------------------------------------------------------------
3317
+ --------------------------------------------------------------------------------------
3318
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3319
+ --------------------------------------------------------------------------------------
3320
+ ---------------------------------------------------------------------
3321
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3322
+ ---------------------------------------------------------------------
3323
+ ----------------------------------------------------------------------------
3324
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3325
+ ----------------------------------------------------------------------------
3326
+ --------------------------------------------------------------------------
3327
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3328
+ --------------------------------------------------------------------------
3329
+ ----------------------------------------------------------
3330
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3331
+ ----------------------------------------------------------
3332
+ -----------------------------------------------------------------------------
3333
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3334
+ -----------------------------------------------------------------------------
3335
+ ---------------------------------------------------------------------
3336
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3337
+ ---------------------------------------------------------------------
3338
+ -----------------------------------------------------------------------
3339
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3340
+ -----------------------------------------------------------------------
3341
+ --------------------------------------------------------------------------------------
3342
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3343
+ --------------------------------------------------------------------------------------
3344
+ ---------------------------------------------------------------------
3345
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3346
+ ---------------------------------------------------------------------
3347
+ ----------------------------------------------------------------------------
3348
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3349
+ ----------------------------------------------------------------------------
3350
+ --------------------------------------------------------------------------
3351
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3352
+ --------------------------------------------------------------------------
3353
+ ----------------------------------------------------------
3354
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3355
+ ----------------------------------------------------------
3356
+ -----------------------------------------------------------------------------
3357
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3358
+ -----------------------------------------------------------------------------
3359
+ ---------------------------------------------------------------------
3360
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3361
+ ---------------------------------------------------------------------
3362
+ -----------------------------------------------------------------------
3363
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3364
+ -----------------------------------------------------------------------
3365
+ --------------------------------------------------------------------------------------
3366
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3367
+ --------------------------------------------------------------------------------------
3368
+ ---------------------------------------------------------------------
3369
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3370
+ ---------------------------------------------------------------------
3371
+ ----------------------------------------------------------------------------
3372
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3373
+ ----------------------------------------------------------------------------
3374
+ --------------------------------------------------------------------------
3375
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3376
+ --------------------------------------------------------------------------
3377
+ ----------------------------------------------------------
3378
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3379
+ ----------------------------------------------------------
3380
+ -----------------------------------------------------------------------------
3381
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3382
+ -----------------------------------------------------------------------------
3383
+ -----------------------------------------------------------------------
3384
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3385
+ -----------------------------------------------------------------------
3386
+ --------------------------------------------------------------------------------------
3387
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3388
+ --------------------------------------------------------------------------------------
3389
+ ---------------------------------------------------------------------
3390
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3391
+ ---------------------------------------------------------------------
3392
+ ----------------------------------------------------------------------------
3393
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3394
+ ----------------------------------------------------------------------------
3395
+ --------------------------------------------------------------------------
3396
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3397
+ --------------------------------------------------------------------------
3398
+ ----------------------------------------------------------
3399
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3400
+ ----------------------------------------------------------
3401
+ -----------------------------------------------------------------------------
3402
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3403
+ -----------------------------------------------------------------------------
3404
+ ---------------------------------------------------------------------
3405
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3406
+ ---------------------------------------------------------------------
3407
+ ---------------------------------------------------------------------
3408
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3409
+ ---------------------------------------------------------------------
3410
+ -----------------------------------------------------------------------
3411
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3412
+ -----------------------------------------------------------------------
3413
+ --------------------------------------------------------------------------------------
3414
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3415
+ --------------------------------------------------------------------------------------
3416
+ ---------------------------------------------------------------------
3417
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3418
+ ---------------------------------------------------------------------
3419
+ ----------------------------------------------------------------------------
3420
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3421
+ ----------------------------------------------------------------------------
3422
+ --------------------------------------------------------------------------
3423
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3424
+ --------------------------------------------------------------------------
3425
+ ----------------------------------------------------------
3426
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3427
+ ----------------------------------------------------------
3428
+ -----------------------------------------------------------------------------
3429
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3430
+ -----------------------------------------------------------------------------
3431
+ -----------------------------------------------------------------------
3432
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3433
+ -----------------------------------------------------------------------
3434
+ --------------------------------------------------------------------------------------
3435
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3436
+ --------------------------------------------------------------------------------------
3437
+ ---------------------------------------------------------------------
3438
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3439
+ ---------------------------------------------------------------------
3440
+ ----------------------------------------------------------------------------
3441
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3442
+ ----------------------------------------------------------------------------
3443
+ --------------------------------------------------------------------------
3444
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3445
+ --------------------------------------------------------------------------
3446
+ ----------------------------------------------------------
3447
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3448
+ ----------------------------------------------------------
3449
+ -----------------------------------------------------------------------------
3450
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3451
+ -----------------------------------------------------------------------------
3452
+ ---------------------------------------------------------------------
3453
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3454
+ ---------------------------------------------------------------------
3455
+ -----------------------------------------------------------------------------
3456
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3457
+ -----------------------------------------------------------------------------
3458
+ -----------------------------------------------------------------------------
3459
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3460
+ -----------------------------------------------------------------------------
3461
+ -----------------------------------------------------------------------
3462
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3463
+ -----------------------------------------------------------------------
3464
+ --------------------------------------------------------------------------------------
3465
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3466
+ --------------------------------------------------------------------------------------
3467
+ ---------------------------------------------------------------------
3468
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3469
+ ---------------------------------------------------------------------
3470
+ ----------------------------------------------------------------------------
3471
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3472
+ ----------------------------------------------------------------------------
3473
+ --------------------------------------------------------------------------
3474
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3475
+ --------------------------------------------------------------------------
3476
+ ----------------------------------------------------------
3477
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3478
+ ----------------------------------------------------------
3479
+ -----------------------------------------------------------------------------
3480
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3481
+ -----------------------------------------------------------------------------
3482
+ ---------------------------------------------------------------------
3483
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3484
+ ---------------------------------------------------------------------
3485
+ -----------------------------------------------------------------------------
3486
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3487
+ -----------------------------------------------------------------------------
3488
+ -----------------------------------------------------------------------
3489
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3490
+ -----------------------------------------------------------------------
3491
+ --------------------------------------------------------------------------------------
3492
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3493
+ --------------------------------------------------------------------------------------
3494
+ ---------------------------------------------------------------------
3495
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3496
+ ---------------------------------------------------------------------
3497
+ ----------------------------------------------------------------------------
3498
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3499
+ ----------------------------------------------------------------------------
3500
+ --------------------------------------------------------------------------
3501
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3502
+ --------------------------------------------------------------------------
3503
+ ----------------------------------------------------------
3504
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3505
+ ----------------------------------------------------------
3506
+ -----------------------------------------------------------------------------
3507
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3508
+ -----------------------------------------------------------------------------
3509
+ ---------------------------------------------------------------------
3510
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3511
+ ---------------------------------------------------------------------
3512
+ -----------------------------------------------------------------------
3513
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3514
+ -----------------------------------------------------------------------
3515
+ --------------------------------------------------------------------------------------
3516
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3517
+ --------------------------------------------------------------------------------------
3518
+ ---------------------------------------------------------------------
3519
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3520
+ ---------------------------------------------------------------------
3521
+ ----------------------------------------------------------------------------
3522
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3523
+ ----------------------------------------------------------------------------
3524
+ --------------------------------------------------------------------------
3525
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3526
+ --------------------------------------------------------------------------
3527
+ ----------------------------------------------------------
3528
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3529
+ ----------------------------------------------------------
3530
+ -----------------------------------------------------------------------------
3531
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3532
+ -----------------------------------------------------------------------------
3533
+ -----------------------------------------------------------------------------
3534
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3535
+ -----------------------------------------------------------------------------
3536
+ ---------------------------------------------------------------------
3537
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3538
+ ---------------------------------------------------------------------
3539
+ -----------------------------------------------------------------------
3540
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3541
+ -----------------------------------------------------------------------
3542
+ --------------------------------------------------------------------------------------
3543
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3544
+ --------------------------------------------------------------------------------------
3545
+ ---------------------------------------------------------------------
3546
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3547
+ ---------------------------------------------------------------------
3548
+ ----------------------------------------------------------------------------
3549
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3550
+ ----------------------------------------------------------------------------
3551
+ --------------------------------------------------------------------------
3552
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3553
+ --------------------------------------------------------------------------
3554
+ ----------------------------------------------------------
3555
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3556
+ ----------------------------------------------------------
3557
+ -----------------------------------------------------------------------------
3558
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3559
+ -----------------------------------------------------------------------------
3560
+ -----------------------------------------------------------------------------
3561
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3562
+ -----------------------------------------------------------------------------
3563
+ ---------------------------------------------------------------------
3564
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3565
+ ---------------------------------------------------------------------
3566
+ -----------------------------------------------------------------------
3567
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3568
+ -----------------------------------------------------------------------
3569
+ --------------------------------------------------------------------------------------
3570
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3571
+ --------------------------------------------------------------------------------------
3572
+ ---------------------------------------------------------------------
3573
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3574
+ ---------------------------------------------------------------------
3575
+ ----------------------------------------------------------------------------
3576
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3577
+ ----------------------------------------------------------------------------
3578
+ --------------------------------------------------------------------------
3579
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3580
+ --------------------------------------------------------------------------
3581
+ ----------------------------------------------------------
3582
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3583
+ ----------------------------------------------------------
3584
+ -----------------------------------------------------------------------------
3585
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3586
+ -----------------------------------------------------------------------------
3587
+ -----------------------------------------------------------------------------
3588
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3589
+ -----------------------------------------------------------------------------
3590
+ ---------------------------------------------------------------------
3591
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3592
+ ---------------------------------------------------------------------
3593
+ ---------------------------------------------------------------------
3594
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3595
+ ---------------------------------------------------------------------
3596
+ -----------------------------------------------------------------------
3597
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3598
+ -----------------------------------------------------------------------
3599
+ --------------------------------------------------------------------------------------
3600
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3601
+ --------------------------------------------------------------------------------------
3602
+ ---------------------------------------------------------------------
3603
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3604
+ ---------------------------------------------------------------------
3605
+ ----------------------------------------------------------------------------
3606
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3607
+ ----------------------------------------------------------------------------
3608
+ --------------------------------------------------------------------------
3609
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3610
+ --------------------------------------------------------------------------
3611
+ ----------------------------------------------------------
3612
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3613
+ ----------------------------------------------------------
3614
+ -----------------------------------------------------------------------------
3615
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3616
+ -----------------------------------------------------------------------------
3617
+ -----------------------------------------------------------------------------
3618
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3619
+ -----------------------------------------------------------------------------
3620
+ -----------------------------------------------------------------------
3621
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3622
+ -----------------------------------------------------------------------
3623
+ --------------------------------------------------------------------------------------
3624
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3625
+ --------------------------------------------------------------------------------------
3626
+ ---------------------------------------------------------------------
3627
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3628
+ ---------------------------------------------------------------------
3629
+ ----------------------------------------------------------------------------
3630
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3631
+ ----------------------------------------------------------------------------
3632
+ --------------------------------------------------------------------------
3633
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3634
+ --------------------------------------------------------------------------
3635
+ ----------------------------------------------------------
3636
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3637
+ ----------------------------------------------------------
3638
+ -----------------------------------------------------------------------------
3639
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3640
+ -----------------------------------------------------------------------------
3641
+ -----------------------------------------------------------------------------
3642
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3643
+ -----------------------------------------------------------------------------
3644
+ --------------------------------------------------------------------------------------
3645
+ Generators::RoutesJs::ModuleGeneratorTest: test_overwites_the_existing_module_if_found
3646
+ --------------------------------------------------------------------------------------
3647
+ ---------------------------------------------------------------------
3648
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3649
+ ---------------------------------------------------------------------
3650
+ ---------------------------------------------------------------------
3651
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3652
+ ---------------------------------------------------------------------
3653
+ -----------------------------------------------------------------------
3654
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3655
+ -----------------------------------------------------------------------
3656
+ --------------------------------------------------------------------------------------
3657
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3658
+ --------------------------------------------------------------------------------------
3659
+ ---------------------------------------------------------------------
3660
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3661
+ ---------------------------------------------------------------------
3662
+ ----------------------------------------------------------------------------
3663
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3664
+ ----------------------------------------------------------------------------
3665
+ --------------------------------------------------------------------------
3666
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3667
+ --------------------------------------------------------------------------
3668
+ ----------------------------------------------------------
3669
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3670
+ ----------------------------------------------------------
3671
+ -----------------------------------------------------------------------------
3672
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3673
+ -----------------------------------------------------------------------------
3674
+ -----------------------------------------------------------------------------------
3675
+ Generators::RoutesJs::ModuleGeneratorTest: test_can_output_to_a_user_specified_path
3676
+ -----------------------------------------------------------------------------------
3677
+ -----------------------------------------------------------------------------
3678
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3679
+ -----------------------------------------------------------------------------
3680
+ --------------------------------------------------------------------------------------
3681
+ Generators::RoutesJs::ModuleGeneratorTest: test_overwites_the_existing_module_if_found
3682
+ --------------------------------------------------------------------------------------
3683
+ ---------------------------------------------------------------------
3684
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3685
+ ---------------------------------------------------------------------
3686
+ -----------------------------------------------------------------------------------
3687
+ Generators::RoutesJs::ModuleGeneratorTest: test_can_output_to_a_user_specified_path
3688
+ -----------------------------------------------------------------------------------
3689
+ -----------------------------------------------------------------------------
3690
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3691
+ -----------------------------------------------------------------------------
3692
+ --------------------------------------------------------------------------------------
3693
+ Generators::RoutesJs::ModuleGeneratorTest: test_overwites_the_existing_module_if_found
3694
+ --------------------------------------------------------------------------------------
3695
+ -----------------------------------------------------------------------
3696
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3697
+ -----------------------------------------------------------------------
3698
+ --------------------------------------------------------------------------------------
3699
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3700
+ --------------------------------------------------------------------------------------
3701
+ ---------------------------------------------------------------------
3702
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3703
+ ---------------------------------------------------------------------
3704
+ ----------------------------------------------------------------------------
3705
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3706
+ ----------------------------------------------------------------------------
3707
+ --------------------------------------------------------------------------
3708
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3709
+ --------------------------------------------------------------------------
3710
+ ----------------------------------------------------------
3711
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3712
+ ----------------------------------------------------------
3713
+ -----------------------------------------------------------------------------
3714
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3715
+ -----------------------------------------------------------------------------
3716
+ ---------------------------------------------------------------------
3717
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3718
+ ---------------------------------------------------------------------
3719
+ -----------------------------------------------------------------------
3720
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3721
+ -----------------------------------------------------------------------
3722
+ --------------------------------------------------------------------------------------
3723
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3724
+ --------------------------------------------------------------------------------------
3725
+ ---------------------------------------------------------------------
3726
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3727
+ ---------------------------------------------------------------------
3728
+ ----------------------------------------------------------------------------
3729
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3730
+ ----------------------------------------------------------------------------
3731
+ --------------------------------------------------------------------------
3732
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3733
+ --------------------------------------------------------------------------
3734
+ ----------------------------------------------------------
3735
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3736
+ ----------------------------------------------------------
3737
+ -----------------------------------------------------------------------------
3738
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3739
+ -----------------------------------------------------------------------------
3740
+ -----------------------------------------------------------------------------------
3741
+ Generators::RoutesJs::ModuleGeneratorTest: test_can_output_to_a_user_specified_path
3742
+ -----------------------------------------------------------------------------------
3743
+ -----------------------------------------------------------------------------
3744
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3745
+ -----------------------------------------------------------------------------
3746
+ --------------------------------------------------------------------------------------
3747
+ Generators::RoutesJs::ModuleGeneratorTest: test_overwites_the_existing_module_if_found
3748
+ --------------------------------------------------------------------------------------
3749
+ -----------------------------------------------------------------------------------
3750
+ Generators::RoutesJs::ModuleGeneratorTest: test_can_output_to_a_user_specified_path
3751
+ -----------------------------------------------------------------------------------
3752
+ -----------------------------------------------------------------------------
3753
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3754
+ -----------------------------------------------------------------------------
3755
+ --------------------------------------------------------------------------------------
3756
+ Generators::RoutesJs::ModuleGeneratorTest: test_overwites_the_existing_module_if_found
3757
+ --------------------------------------------------------------------------------------
3758
+ ---------------------------------------------------------------------
3759
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3760
+ ---------------------------------------------------------------------
3761
+ -----------------------------------------------------------------------
3762
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3763
+ -----------------------------------------------------------------------
3764
+ --------------------------------------------------------------------------------------
3765
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3766
+ --------------------------------------------------------------------------------------
3767
+ ---------------------------------------------------------------------
3768
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3769
+ ---------------------------------------------------------------------
3770
+ ----------------------------------------------------------------------------
3771
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3772
+ ----------------------------------------------------------------------------
3773
+ --------------------------------------------------------------------------
3774
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3775
+ --------------------------------------------------------------------------
3776
+ ----------------------------------------------------------
3777
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3778
+ ----------------------------------------------------------
3779
+ -----------------------------------------------------------------------------
3780
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3781
+ -----------------------------------------------------------------------------
3782
+ -----------------------------------------------------------------------
3783
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3784
+ -----------------------------------------------------------------------
3785
+ --------------------------------------------------------------------------------------
3786
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3787
+ --------------------------------------------------------------------------------------
3788
+ ---------------------------------------------------------------------
3789
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3790
+ ---------------------------------------------------------------------
3791
+ ----------------------------------------------------------------------------
3792
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3793
+ ----------------------------------------------------------------------------
3794
+ --------------------------------------------------------------------------
3795
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3796
+ --------------------------------------------------------------------------
3797
+ ----------------------------------------------------------
3798
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3799
+ ----------------------------------------------------------
3800
+ -----------------------------------------------------------------------------
3801
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3802
+ -----------------------------------------------------------------------------
3803
+ ---------------------------------------------------------------------
3804
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3805
+ ---------------------------------------------------------------------
3806
+ -----------------------------------------------------------------------------------
3807
+ Generators::RoutesJs::ModuleGeneratorTest: test_can_output_to_a_user_specified_path
3808
+ -----------------------------------------------------------------------------------
3809
+ -----------------------------------------------------------------------------
3810
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3811
+ -----------------------------------------------------------------------------
3812
+ --------------------------------------------------------------------------------------
3813
+ Generators::RoutesJs::ModuleGeneratorTest: test_overwites_the_existing_module_if_found
3814
+ --------------------------------------------------------------------------------------
3815
+ ---------------------------------------------------------------------
3816
+ RoutesJS::RoutesTest: test_routes_are_rendered_as_a_valid_json_object
3817
+ ---------------------------------------------------------------------
3818
+ -----------------------------------------------------------------------
3819
+ RoutesJS::Routing::RouteTest: test_hand_crafted_URLs_are_left_untouched
3820
+ -----------------------------------------------------------------------
3821
+ --------------------------------------------------------------------------------------
3822
+ RoutesJS::Routing::RouteTest: test_namespaced_routes_include_the_namespace_in_the_path
3823
+ --------------------------------------------------------------------------------------
3824
+ ---------------------------------------------------------------------
3825
+ RoutesJS::Routing::RouteTest: test_redirects_return_the_redirect_path
3826
+ ---------------------------------------------------------------------
3827
+ ----------------------------------------------------------------------------
3828
+ RoutesJS::Routing::RouteTest: test_redirects_within_a_namespace_are_all_good
3829
+ ----------------------------------------------------------------------------
3830
+ --------------------------------------------------------------------------
3831
+ RoutesJS::Routing::RouteTest: test_root_route_inside_a_namespace_also_good
3832
+ --------------------------------------------------------------------------
3833
+ ----------------------------------------------------------
3834
+ RoutesJS::Routing::RouteTest: test_root_route_is_supported
3835
+ ----------------------------------------------------------
3836
+ -----------------------------------------------------------------------------
3837
+ RoutesJS::Routing::RouteTest: test_routes_that_start_with_/rails_are_excluded
3838
+ -----------------------------------------------------------------------------
3839
+ -----------------------------------------------------------------------------------
3840
+ Generators::RoutesJs::ModuleGeneratorTest: test_can_output_to_a_user_specified_path
3841
+ -----------------------------------------------------------------------------------
3842
+ -----------------------------------------------------------------------------
3843
+ Generators::RoutesJs::ModuleGeneratorTest: test_generates_the_CommonJS_module
3844
+ -----------------------------------------------------------------------------
3845
+ --------------------------------------------------------------------------------------
3846
+ Generators::RoutesJs::ModuleGeneratorTest: test_overwites_the_existing_module_if_found
3847
+ --------------------------------------------------------------------------------------