brk-fonts-rails 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ff07e7bc69d765df87ff903d6f701b904955fcf
4
- data.tar.gz: 5586002cbb6b77295b262998ec180999449bbaeb
3
+ metadata.gz: 983edc0f3e4c09b129fcb687ba313c03281d306c
4
+ data.tar.gz: 5fc4c14584fa6dbb43e34646e0e0de418ff375b9
5
5
  SHA512:
6
- metadata.gz: c12866f572c37b9cf30582664d05f3fdaba7763408b7c94ec5a4622a59e57d422e89bd9a2328c9f58aec0fd45373bcd5ef58d51bb019327cce0d7f99e901d8ed
7
- data.tar.gz: 375d92416f673492acb803fc3739cf0a39ddc4b5e252c5e74a92a351defe62ce707fbacd9041edcab2e3119a68dff2e054c4ba7bde6fd2d6f06f4ce52e76815d
6
+ metadata.gz: 83d67c6f2d26a2abfd1ea3d03d31358b0bec5abf2f69d6ae60fdf7eab6c87ec28c98cc66891596770eac0d205785c343750b4862c19d5cae20893c7cb24244c7
7
+ data.tar.gz: 8b650e769c396ef2f124620fd59726965740fd37613c790977d3a2359156a03c507498fcb90e0a4326a3a512b398f850899870bcc847809366be940ecaec2e7c
data/LICENSE CHANGED
@@ -290,8 +290,8 @@ to attach them to the start of each source file to most effectively
290
290
  convey the exclusion of warranty; and each file should have at least
291
291
  the "copyright" line and a pointer to where the full notice is found.
292
292
 
293
- {description}
294
- Copyright (C) {year} {fullname}
293
+ Brk Fonts Rails
294
+ Copyright (C) 2015 José Antonio Yáñez Jiménez
295
295
 
296
296
  This program is free software; you can redistribute it and/or modify
297
297
  it under the terms of the GNU General Public License as published by
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # brk-fonts-rails [![Gem Version](https://badge.fury.io/rb/brk-fonts-rails.svg)](http://badge.fury.io/rb/brk-fonts-rails)
1
+ # brk-fonts-rails [![Gem Version](https://badge.fury.io/rb/brk-fonts-rails.svg)](http://badge.fury.io/rb/brk-fonts-rails)[![Build Status](https://travis-ci.org/berikin/brk-fonts-rails.svg?branch=v1.0.4)](https://travis-ci.org/berikin/brk-fonts-rails)
2
2
  brk-fonts-rails provides the
3
3
  [Brk-Fonts](http://brkfonts.jimenezfrontend.es) web fonts and
4
4
  stylesheets as a Rails engine for use with the asset pipeline.
@@ -2,7 +2,7 @@ module BrkFonts
2
2
  module Rails
3
3
  module IconHelper
4
4
  def brk_icon(names = "flag", options = {})
5
- classes = [""]
5
+ classes = ["brk"]
6
6
  classes.concat Private.icon_names(names)
7
7
  classes.concat Array(options.delete(:class))
8
8
  text = options.delete(:text)
@@ -1,5 +1,5 @@
1
1
  module BrkFonts
2
2
  module Rails
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
@@ -48,12 +48,16 @@ class BrkFontsRailsTest < ActionDispatch::IntegrationTest
48
48
  assert_brk_fonts(response)
49
49
  end
50
50
 
51
- # test "helpers should be available in the view" do
52
- # get "/icons"
53
- # assert_response :success
54
- # assert_select "i.fa.fa-flag"
55
- # assert_select "span.fa-stack"
56
- # end
51
+ test "helpers should be available in the view" do
52
+ get "/icons"
53
+ assert_response :success
54
+ assert_select "i.brk.brk-rails"
55
+ assert_select "i.brk.brk-ruby.brk-2x"
56
+ assert_match(
57
+ "Fear the snake <i class=\"brk brk-python\"></i>", response.body)
58
+ assert_match(
59
+ "<i class=\"brk brk-mirlodev brk-4x pull-left\"></i>", response.body)
60
+ end
57
61
 
58
62
  private
59
63
 
@@ -1,3 +1,7 @@
1
- <%= brk_icon "ruby" %>
1
+ <%= brk_icon "ruby 2x" %>
2
2
 
3
3
  <%= brk_icon "rails" %>
4
+
5
+ <%= brk_icon "python", text: "Fear the snake", right: true %>
6
+
7
+ <%= brk_icon "mirlodev 4x", class: "pull-left" %>
@@ -14,5 +14,6 @@ module Dummy
14
14
  # replacement for environments/*.rb
15
15
  config.active_support.deprecation = :stderr
16
16
  config.eager_load = false
17
+ config.active_support.test_order = :random rescue nil
17
18
  end
18
19
  end
@@ -581,3 +581,1155 @@ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
581
581
  BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
582
582
  ------------------------------------------------------------------------
583
583
  Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
584
+ -----------------------------------
585
+ BrkFontsRailsTest: test_Fonts_found
586
+ -----------------------------------
587
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:10:57 +0100
588
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:10:57 +0100
589
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:10:57 +0100
590
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:10:57 +0100
591
+ -----------------------------------
592
+ BrkFontsRailsTest: test_Load_engine
593
+ -----------------------------------
594
+ ----------------------------------------
595
+ BrkFontsRailsTest: test_Stylesheet_found
596
+ ----------------------------------------
597
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:10:57 +0100
598
+ ---------------------------------------------------------------
599
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
600
+ ---------------------------------------------------------------
601
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:10:57 +0100
602
+ Processing by PagesController#icons as HTML
603
+ Rendered pages/icons.html.erb (1.2ms)
604
+ Completed 200 OK in 10ms (Views: 9.8ms)
605
+ --------------------------------------------------------------------------
606
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
607
+ --------------------------------------------------------------------------
608
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:10:57 +0100
609
+ ----------------------------------------------------------------
610
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
611
+ ----------------------------------------------------------------
612
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:10:57 +0100
613
+ ----------------------------------------------------------------
614
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
615
+ ----------------------------------------------------------------
616
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:10:58 +0100
617
+ ------------------------------------------------------------------------
618
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
619
+ ------------------------------------------------------------------------
620
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:10:58 +0100
621
+ -----------------------------------
622
+ BrkFontsRailsTest: test_Fonts_found
623
+ -----------------------------------
624
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:11:30 +0100
625
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:11:30 +0100
626
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:11:30 +0100
627
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:11:30 +0100
628
+ -----------------------------------
629
+ BrkFontsRailsTest: test_Load_engine
630
+ -----------------------------------
631
+ ----------------------------------------
632
+ BrkFontsRailsTest: test_Stylesheet_found
633
+ ----------------------------------------
634
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:11:30 +0100
635
+ ---------------------------------------------------------------
636
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
637
+ ---------------------------------------------------------------
638
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:11:30 +0100
639
+ Processing by PagesController#icons as HTML
640
+ Rendered pages/icons.html.erb (1.3ms)
641
+ Completed 200 OK in 10ms (Views: 9.5ms)
642
+ --------------------------------------------------------------------------
643
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
644
+ --------------------------------------------------------------------------
645
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:11:30 +0100
646
+ ----------------------------------------------------------------
647
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
648
+ ----------------------------------------------------------------
649
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:11:31 +0100
650
+ ----------------------------------------------------------------
651
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
652
+ ----------------------------------------------------------------
653
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:11:31 +0100
654
+ ------------------------------------------------------------------------
655
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
656
+ ------------------------------------------------------------------------
657
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:11:31 +0100
658
+ -----------------------------------
659
+ BrkFontsRailsTest: test_Fonts_found
660
+ -----------------------------------
661
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:12:21 +0100
662
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:12:21 +0100
663
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:12:21 +0100
664
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:12:21 +0100
665
+ -----------------------------------
666
+ BrkFontsRailsTest: test_Load_engine
667
+ -----------------------------------
668
+ ----------------------------------------
669
+ BrkFontsRailsTest: test_Stylesheet_found
670
+ ----------------------------------------
671
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:12:21 +0100
672
+ ---------------------------------------------------------------
673
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
674
+ ---------------------------------------------------------------
675
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:12:21 +0100
676
+ Processing by PagesController#icons as HTML
677
+ Rendered pages/icons.html.erb (1.3ms)
678
+ Completed 200 OK in 9ms (Views: 9.3ms)
679
+ --------------------------------------------------------------------------
680
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
681
+ --------------------------------------------------------------------------
682
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:12:21 +0100
683
+ ----------------------------------------------------------------
684
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
685
+ ----------------------------------------------------------------
686
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:12:21 +0100
687
+ ----------------------------------------------------------------
688
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
689
+ ----------------------------------------------------------------
690
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:12:22 +0100
691
+ ------------------------------------------------------------------------
692
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
693
+ ------------------------------------------------------------------------
694
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:12:22 +0100
695
+ -----------------------------------
696
+ BrkFontsRailsTest: test_Fonts_found
697
+ -----------------------------------
698
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:13:24 +0100
699
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:13:24 +0100
700
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:13:24 +0100
701
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:13:24 +0100
702
+ -----------------------------------
703
+ BrkFontsRailsTest: test_Load_engine
704
+ -----------------------------------
705
+ ----------------------------------------
706
+ BrkFontsRailsTest: test_Stylesheet_found
707
+ ----------------------------------------
708
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:13:24 +0100
709
+ ---------------------------------------------------------------
710
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
711
+ ---------------------------------------------------------------
712
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:13:24 +0100
713
+ Processing by PagesController#icons as HTML
714
+ Rendered pages/icons.html.erb (1.3ms)
715
+ Completed 200 OK in 10ms (Views: 10.1ms)
716
+ --------------------------------------------------------------------------
717
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
718
+ --------------------------------------------------------------------------
719
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:13:24 +0100
720
+ ----------------------------------------------------------------
721
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
722
+ ----------------------------------------------------------------
723
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:13:24 +0100
724
+ ----------------------------------------------------------------
725
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
726
+ ----------------------------------------------------------------
727
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:13:25 +0100
728
+ ------------------------------------------------------------------------
729
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
730
+ ------------------------------------------------------------------------
731
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:13:25 +0100
732
+ -----------------------------------
733
+ BrkFontsRailsTest: test_Fonts_found
734
+ -----------------------------------
735
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
736
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
737
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
738
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
739
+ -----------------------------------
740
+ BrkFontsRailsTest: test_Load_engine
741
+ -----------------------------------
742
+ ----------------------------------------
743
+ BrkFontsRailsTest: test_Stylesheet_found
744
+ ----------------------------------------
745
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
746
+ ---------------------------------------------------------------
747
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
748
+ ---------------------------------------------------------------
749
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
750
+ Processing by PagesController#icons as HTML
751
+ Rendered pages/icons.html.erb (1.3ms)
752
+ Completed 200 OK in 10ms (Views: 9.7ms)
753
+ --------------------------------------------------------------------------
754
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
755
+ --------------------------------------------------------------------------
756
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
757
+ ----------------------------------------------------------------
758
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
759
+ ----------------------------------------------------------------
760
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
761
+ ----------------------------------------------------------------
762
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
763
+ ----------------------------------------------------------------
764
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:13:52 +0100
765
+ ------------------------------------------------------------------------
766
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
767
+ ------------------------------------------------------------------------
768
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:13:53 +0100
769
+ -----------------------------------
770
+ BrkFontsRailsTest: test_Fonts_found
771
+ -----------------------------------
772
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
773
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
774
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
775
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
776
+ -----------------------------------
777
+ BrkFontsRailsTest: test_Load_engine
778
+ -----------------------------------
779
+ ----------------------------------------
780
+ BrkFontsRailsTest: test_Stylesheet_found
781
+ ----------------------------------------
782
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
783
+ ---------------------------------------------------------------
784
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
785
+ ---------------------------------------------------------------
786
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
787
+
788
+ SyntaxError (/Users/berik/Cloud/AeroFS/Dev/Repos/GitHub/brk-fonts-rails/test/dummy/app/controllers/pages_controller.rb:2: syntax error, unexpected ':', expecting keyword_end
789
+ before_filter: allow_cors
790
+ ^):
791
+ app/controllers/pages_controller.rb:2: syntax error, unexpected ':', expecting keyword_end
792
+ before_filter: allow_cors
793
+ ^
794
+ activesupport (4.2.0) lib/active_support/dependencies.rb:457:in `load'
795
+ activesupport (4.2.0) lib/active_support/dependencies.rb:457:in `block in load_file'
796
+ activesupport (4.2.0) lib/active_support/dependencies.rb:647:in `new_constants_in'
797
+ activesupport (4.2.0) lib/active_support/dependencies.rb:456:in `load_file'
798
+ activesupport (4.2.0) lib/active_support/dependencies.rb:354:in `require_or_load'
799
+ activesupport (4.2.0) lib/active_support/dependencies.rb:494:in `load_missing_constant'
800
+ activesupport (4.2.0) lib/active_support/dependencies.rb:184:in `const_missing'
801
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:261:in `const_get'
802
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:261:in `block in constantize'
803
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each'
804
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject'
805
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize'
806
+ activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get'
807
+ activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize'
808
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
809
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller'
810
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve'
811
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
812
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
813
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
814
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
815
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
816
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
817
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
818
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
819
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
820
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
821
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
822
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
823
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
824
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
825
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
826
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
827
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
828
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
829
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
830
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
831
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
832
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
833
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
834
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
835
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
836
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
837
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
838
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
839
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
840
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
841
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
842
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
843
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
844
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
845
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
846
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
847
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
848
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
849
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
850
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
851
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:297:in `process'
852
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:32:in `get'
853
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:344:in `block (2 levels) in <module:Runner>'
854
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitHub/brk-fonts-rails/test/brk_fonts_rails_test.rb:52:in `block in <class:BrkFontsRailsTest>'
855
+ minitest (5.5.1) lib/minitest/test.rb:108:in `block (3 levels) in run'
856
+ minitest (5.5.1) lib/minitest/test.rb:206:in `capture_exceptions'
857
+ minitest (5.5.1) lib/minitest/test.rb:105:in `block (2 levels) in run'
858
+ minitest (5.5.1) lib/minitest/test.rb:258:in `time_it'
859
+ minitest (5.5.1) lib/minitest/test.rb:104:in `block in run'
860
+ minitest (5.5.1) lib/minitest.rb:327:in `on_signal'
861
+ minitest (5.5.1) lib/minitest/test.rb:278:in `with_info_handler'
862
+ minitest (5.5.1) lib/minitest/test.rb:103:in `run'
863
+ minitest (5.5.1) lib/minitest.rb:774:in `run_one_method'
864
+ minitest (5.5.1) lib/minitest.rb:301:in `run_one_method'
865
+ minitest (5.5.1) lib/minitest.rb:289:in `block (2 levels) in run'
866
+ minitest (5.5.1) lib/minitest.rb:288:in `each'
867
+ minitest (5.5.1) lib/minitest.rb:288:in `block in run'
868
+ minitest (5.5.1) lib/minitest.rb:327:in `on_signal'
869
+ minitest (5.5.1) lib/minitest.rb:314:in `with_info_handler'
870
+ minitest (5.5.1) lib/minitest.rb:287:in `run'
871
+ minitest (5.5.1) lib/minitest.rb:150:in `block in __run'
872
+ minitest (5.5.1) lib/minitest.rb:150:in `map'
873
+ minitest (5.5.1) lib/minitest.rb:150:in `__run'
874
+ minitest (5.5.1) lib/minitest.rb:127:in `run'
875
+ minitest (5.5.1) lib/minitest.rb:56:in `block in autorun'
876
+
877
+
878
+ --------------------------------------------------------------------------
879
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
880
+ --------------------------------------------------------------------------
881
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
882
+ ----------------------------------------------------------------
883
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
884
+ ----------------------------------------------------------------
885
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
886
+ ----------------------------------------------------------------
887
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
888
+ ----------------------------------------------------------------
889
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:19:41 +0100
890
+ ------------------------------------------------------------------------
891
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
892
+ ------------------------------------------------------------------------
893
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:19:42 +0100
894
+ -----------------------------------
895
+ BrkFontsRailsTest: test_Fonts_found
896
+ -----------------------------------
897
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:20:35 +0100
898
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:20:35 +0100
899
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:20:35 +0100
900
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:20:35 +0100
901
+ -----------------------------------
902
+ BrkFontsRailsTest: test_Load_engine
903
+ -----------------------------------
904
+ ----------------------------------------
905
+ BrkFontsRailsTest: test_Stylesheet_found
906
+ ----------------------------------------
907
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:20:35 +0100
908
+ ---------------------------------------------------------------
909
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
910
+ ---------------------------------------------------------------
911
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:20:35 +0100
912
+
913
+ SyntaxError (/Users/berik/Cloud/AeroFS/Dev/Repos/GitHub/brk-fonts-rails/test/dummy/app/controllers/pages_controller.rb:2: syntax error, unexpected ':', expecting keyword_end
914
+ before_filter: allow_cors
915
+ ^):
916
+ app/controllers/pages_controller.rb:2: syntax error, unexpected ':', expecting keyword_end
917
+ before_filter: allow_cors
918
+ ^
919
+ activesupport (4.2.0) lib/active_support/dependencies.rb:457:in `load'
920
+ activesupport (4.2.0) lib/active_support/dependencies.rb:457:in `block in load_file'
921
+ activesupport (4.2.0) lib/active_support/dependencies.rb:647:in `new_constants_in'
922
+ activesupport (4.2.0) lib/active_support/dependencies.rb:456:in `load_file'
923
+ activesupport (4.2.0) lib/active_support/dependencies.rb:354:in `require_or_load'
924
+ activesupport (4.2.0) lib/active_support/dependencies.rb:494:in `load_missing_constant'
925
+ activesupport (4.2.0) lib/active_support/dependencies.rb:184:in `const_missing'
926
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:261:in `const_get'
927
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:261:in `block in constantize'
928
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each'
929
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject'
930
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize'
931
+ activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get'
932
+ activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize'
933
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
934
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller'
935
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve'
936
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
937
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
938
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
939
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
940
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
941
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
942
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
943
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
944
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
945
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
946
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
947
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
948
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
949
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
950
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
951
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
952
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
953
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
954
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
955
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
956
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
957
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
958
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
959
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
960
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
961
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
962
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
963
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
964
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
965
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
966
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
967
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
968
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
969
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
970
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
971
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
972
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
973
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
974
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
975
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
976
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:297:in `process'
977
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:32:in `get'
978
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:344:in `block (2 levels) in <module:Runner>'
979
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitHub/brk-fonts-rails/test/brk_fonts_rails_test.rb:52:in `block in <class:BrkFontsRailsTest>'
980
+ minitest (5.5.1) lib/minitest/test.rb:108:in `block (3 levels) in run'
981
+ minitest (5.5.1) lib/minitest/test.rb:206:in `capture_exceptions'
982
+ minitest (5.5.1) lib/minitest/test.rb:105:in `block (2 levels) in run'
983
+ minitest (5.5.1) lib/minitest/test.rb:258:in `time_it'
984
+ minitest (5.5.1) lib/minitest/test.rb:104:in `block in run'
985
+ minitest (5.5.1) lib/minitest.rb:327:in `on_signal'
986
+ minitest (5.5.1) lib/minitest/test.rb:278:in `with_info_handler'
987
+ minitest (5.5.1) lib/minitest/test.rb:103:in `run'
988
+ minitest (5.5.1) lib/minitest.rb:774:in `run_one_method'
989
+ minitest (5.5.1) lib/minitest.rb:301:in `run_one_method'
990
+ minitest (5.5.1) lib/minitest.rb:289:in `block (2 levels) in run'
991
+ minitest (5.5.1) lib/minitest.rb:288:in `each'
992
+ minitest (5.5.1) lib/minitest.rb:288:in `block in run'
993
+ minitest (5.5.1) lib/minitest.rb:327:in `on_signal'
994
+ minitest (5.5.1) lib/minitest.rb:314:in `with_info_handler'
995
+ minitest (5.5.1) lib/minitest.rb:287:in `run'
996
+ minitest (5.5.1) lib/minitest.rb:150:in `block in __run'
997
+ minitest (5.5.1) lib/minitest.rb:150:in `map'
998
+ minitest (5.5.1) lib/minitest.rb:150:in `__run'
999
+ minitest (5.5.1) lib/minitest.rb:127:in `run'
1000
+ minitest (5.5.1) lib/minitest.rb:56:in `block in autorun'
1001
+
1002
+
1003
+ --------------------------------------------------------------------------
1004
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1005
+ --------------------------------------------------------------------------
1006
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:20:35 +0100
1007
+ ----------------------------------------------------------------
1008
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1009
+ ----------------------------------------------------------------
1010
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:20:35 +0100
1011
+ ----------------------------------------------------------------
1012
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1013
+ ----------------------------------------------------------------
1014
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:20:36 +0100
1015
+ ------------------------------------------------------------------------
1016
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1017
+ ------------------------------------------------------------------------
1018
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:20:36 +0100
1019
+ -----------------------------------
1020
+ BrkFontsRailsTest: test_Fonts_found
1021
+ -----------------------------------
1022
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1023
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1024
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1025
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1026
+ -----------------------------------
1027
+ BrkFontsRailsTest: test_Load_engine
1028
+ -----------------------------------
1029
+ ----------------------------------------
1030
+ BrkFontsRailsTest: test_Stylesheet_found
1031
+ ----------------------------------------
1032
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1033
+ ---------------------------------------------------------------
1034
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1035
+ ---------------------------------------------------------------
1036
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1037
+
1038
+ SyntaxError (/Users/berik/Cloud/AeroFS/Dev/Repos/GitHub/brk-fonts-rails/test/dummy/app/controllers/pages_controller.rb:2: syntax error, unexpected ':', expecting keyword_end
1039
+ before_filter: allow_cors
1040
+ ^):
1041
+ app/controllers/pages_controller.rb:2: syntax error, unexpected ':', expecting keyword_end
1042
+ before_filter: allow_cors
1043
+ ^
1044
+ activesupport (4.2.0) lib/active_support/dependencies.rb:457:in `load'
1045
+ activesupport (4.2.0) lib/active_support/dependencies.rb:457:in `block in load_file'
1046
+ activesupport (4.2.0) lib/active_support/dependencies.rb:647:in `new_constants_in'
1047
+ activesupport (4.2.0) lib/active_support/dependencies.rb:456:in `load_file'
1048
+ activesupport (4.2.0) lib/active_support/dependencies.rb:354:in `require_or_load'
1049
+ activesupport (4.2.0) lib/active_support/dependencies.rb:494:in `load_missing_constant'
1050
+ activesupport (4.2.0) lib/active_support/dependencies.rb:184:in `const_missing'
1051
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:261:in `const_get'
1052
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:261:in `block in constantize'
1053
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each'
1054
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject'
1055
+ activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize'
1056
+ activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get'
1057
+ activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize'
1058
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
1059
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller'
1060
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve'
1061
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1062
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
1063
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
1064
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
1065
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
1066
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
1067
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
1068
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1069
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
1070
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
1071
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
1072
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1073
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1074
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
1075
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
1076
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
1077
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
1078
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1079
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1080
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1081
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1082
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1083
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
1084
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
1085
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1086
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1087
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1088
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
1089
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1090
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
1091
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
1092
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1093
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
1094
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
1095
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
1096
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
1097
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
1098
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
1099
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
1100
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
1101
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:297:in `process'
1102
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:32:in `get'
1103
+ actionpack (4.2.0) lib/action_dispatch/testing/integration.rb:344:in `block (2 levels) in <module:Runner>'
1104
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitHub/brk-fonts-rails/test/brk_fonts_rails_test.rb:52:in `block in <class:BrkFontsRailsTest>'
1105
+ minitest (5.5.1) lib/minitest/test.rb:108:in `block (3 levels) in run'
1106
+ minitest (5.5.1) lib/minitest/test.rb:206:in `capture_exceptions'
1107
+ minitest (5.5.1) lib/minitest/test.rb:105:in `block (2 levels) in run'
1108
+ minitest (5.5.1) lib/minitest/test.rb:258:in `time_it'
1109
+ minitest (5.5.1) lib/minitest/test.rb:104:in `block in run'
1110
+ minitest (5.5.1) lib/minitest.rb:327:in `on_signal'
1111
+ minitest (5.5.1) lib/minitest/test.rb:278:in `with_info_handler'
1112
+ minitest (5.5.1) lib/minitest/test.rb:103:in `run'
1113
+ minitest (5.5.1) lib/minitest.rb:774:in `run_one_method'
1114
+ minitest (5.5.1) lib/minitest.rb:301:in `run_one_method'
1115
+ minitest (5.5.1) lib/minitest.rb:289:in `block (2 levels) in run'
1116
+ minitest (5.5.1) lib/minitest.rb:288:in `each'
1117
+ minitest (5.5.1) lib/minitest.rb:288:in `block in run'
1118
+ minitest (5.5.1) lib/minitest.rb:327:in `on_signal'
1119
+ minitest (5.5.1) lib/minitest.rb:314:in `with_info_handler'
1120
+ minitest (5.5.1) lib/minitest.rb:287:in `run'
1121
+ minitest (5.5.1) lib/minitest.rb:150:in `block in __run'
1122
+ minitest (5.5.1) lib/minitest.rb:150:in `map'
1123
+ minitest (5.5.1) lib/minitest.rb:150:in `__run'
1124
+ minitest (5.5.1) lib/minitest.rb:127:in `run'
1125
+ minitest (5.5.1) lib/minitest.rb:56:in `block in autorun'
1126
+
1127
+
1128
+ --------------------------------------------------------------------------
1129
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1130
+ --------------------------------------------------------------------------
1131
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1132
+ ----------------------------------------------------------------
1133
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1134
+ ----------------------------------------------------------------
1135
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1136
+ ----------------------------------------------------------------
1137
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1138
+ ----------------------------------------------------------------
1139
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1140
+ ------------------------------------------------------------------------
1141
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1142
+ ------------------------------------------------------------------------
1143
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:21:04 +0100
1144
+ -----------------------------------
1145
+ BrkFontsRailsTest: test_Fonts_found
1146
+ -----------------------------------
1147
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1148
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1149
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1150
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1151
+ -----------------------------------
1152
+ BrkFontsRailsTest: test_Load_engine
1153
+ -----------------------------------
1154
+ ----------------------------------------
1155
+ BrkFontsRailsTest: test_Stylesheet_found
1156
+ ----------------------------------------
1157
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1158
+ ---------------------------------------------------------------
1159
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1160
+ ---------------------------------------------------------------
1161
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1162
+ Processing by PagesController#icons as HTML
1163
+ Rendered pages/icons.html.erb (1.4ms)
1164
+ Completed 200 OK in 10ms (Views: 9.8ms)
1165
+ --------------------------------------------------------------------------
1166
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1167
+ --------------------------------------------------------------------------
1168
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1169
+ ----------------------------------------------------------------
1170
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1171
+ ----------------------------------------------------------------
1172
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1173
+ ----------------------------------------------------------------
1174
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1175
+ ----------------------------------------------------------------
1176
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1177
+ ------------------------------------------------------------------------
1178
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1179
+ ------------------------------------------------------------------------
1180
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:21:23 +0100
1181
+ -----------------------------------
1182
+ BrkFontsRailsTest: test_Fonts_found
1183
+ -----------------------------------
1184
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1185
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1186
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1187
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1188
+ ----------------------------------------
1189
+ BrkFontsRailsTest: test_Stylesheet_found
1190
+ ----------------------------------------
1191
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1192
+ --------------------------------------------------------------------------
1193
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1194
+ --------------------------------------------------------------------------
1195
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1196
+ ----------------------------------------------------------------
1197
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1198
+ ----------------------------------------------------------------
1199
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1200
+ ------------------------------------------------------------------------
1201
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1202
+ ------------------------------------------------------------------------
1203
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1204
+ ---------------------------------------------------------------
1205
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1206
+ ---------------------------------------------------------------
1207
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1208
+ Processing by PagesController#icons as HTML
1209
+ Rendered pages/icons.html.erb (1.2ms)
1210
+ Completed 200 OK in 9ms (Views: 9.0ms)
1211
+ ----------------------------------------------------------------
1212
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1213
+ ----------------------------------------------------------------
1214
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:24:17 +0100
1215
+ -----------------------------------
1216
+ BrkFontsRailsTest: test_Load_engine
1217
+ -----------------------------------
1218
+ ----------------------------------------
1219
+ BrkFontsRailsTest: test_Stylesheet_found
1220
+ ----------------------------------------
1221
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:24:45 +0100
1222
+ ---------------------------------------------------------------
1223
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1224
+ ---------------------------------------------------------------
1225
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:24:45 +0100
1226
+ Processing by PagesController#icons as HTML
1227
+ Rendered pages/icons.html.erb (1.2ms)
1228
+ Completed 200 OK in 9ms (Views: 9.2ms)
1229
+ ----------------------------------------------------------------
1230
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1231
+ ----------------------------------------------------------------
1232
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:24:45 +0100
1233
+ --------------------------------------------------------------------------
1234
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1235
+ --------------------------------------------------------------------------
1236
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:24:46 +0100
1237
+ -----------------------------------
1238
+ BrkFontsRailsTest: test_Fonts_found
1239
+ -----------------------------------
1240
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:24:46 +0100
1241
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:24:46 +0100
1242
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:24:46 +0100
1243
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:24:46 +0100
1244
+ ----------------------------------------------------------------
1245
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1246
+ ----------------------------------------------------------------
1247
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:24:46 +0100
1248
+ ------------------------------------------------------------------------
1249
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1250
+ ------------------------------------------------------------------------
1251
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:24:46 +0100
1252
+ -----------------------------------
1253
+ BrkFontsRailsTest: test_Load_engine
1254
+ -----------------------------------
1255
+ ----------------------------------------------------------------
1256
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1257
+ ----------------------------------------------------------------
1258
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1259
+ ---------------------------------------------------------------
1260
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1261
+ ---------------------------------------------------------------
1262
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1263
+ Processing by PagesController#icons as HTML
1264
+ Rendered pages/icons.html.erb (1.3ms)
1265
+ Completed 200 OK in 11ms (Views: 10.9ms)
1266
+ ----------------------------------------------------------------
1267
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1268
+ ----------------------------------------------------------------
1269
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1270
+ -----------------------------------
1271
+ BrkFontsRailsTest: test_Fonts_found
1272
+ -----------------------------------
1273
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1274
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1275
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1276
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1277
+ -----------------------------------
1278
+ BrkFontsRailsTest: test_Load_engine
1279
+ -----------------------------------
1280
+ ----------------------------------------
1281
+ BrkFontsRailsTest: test_Stylesheet_found
1282
+ ----------------------------------------
1283
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1284
+ --------------------------------------------------------------------------
1285
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1286
+ --------------------------------------------------------------------------
1287
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1288
+ ------------------------------------------------------------------------
1289
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1290
+ ------------------------------------------------------------------------
1291
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:24:54 +0100
1292
+ --------------------------------------------------------------------------
1293
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1294
+ --------------------------------------------------------------------------
1295
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1296
+ ----------------------------------------------------------------
1297
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1298
+ ----------------------------------------------------------------
1299
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1300
+ -----------------------------------
1301
+ BrkFontsRailsTest: test_Fonts_found
1302
+ -----------------------------------
1303
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1304
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1305
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1306
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1307
+ -----------------------------------
1308
+ BrkFontsRailsTest: test_Load_engine
1309
+ -----------------------------------
1310
+ ---------------------------------------------------------------
1311
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1312
+ ---------------------------------------------------------------
1313
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1314
+ Processing by PagesController#icons as HTML
1315
+ Rendered pages/icons.html.erb (1.3ms)
1316
+ Completed 200 OK in 10ms (Views: 10.3ms)
1317
+ ----------------------------------------
1318
+ BrkFontsRailsTest: test_Stylesheet_found
1319
+ ----------------------------------------
1320
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1321
+ ----------------------------------------------------------------
1322
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1323
+ ----------------------------------------------------------------
1324
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1325
+ ------------------------------------------------------------------------
1326
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1327
+ ------------------------------------------------------------------------
1328
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:25:15 +0100
1329
+ ---------------------------------------------------------------
1330
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1331
+ ---------------------------------------------------------------
1332
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1333
+ Processing by PagesController#icons as HTML
1334
+ Rendered pages/icons.html.erb (1.4ms)
1335
+ Completed 200 OK in 11ms (Views: 10.4ms)
1336
+ ----------------------------------------------------------------
1337
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1338
+ ----------------------------------------------------------------
1339
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1340
+ ----------------------------------------
1341
+ BrkFontsRailsTest: test_Stylesheet_found
1342
+ ----------------------------------------
1343
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1344
+ -----------------------------------
1345
+ BrkFontsRailsTest: test_Load_engine
1346
+ -----------------------------------
1347
+ ------------------------------------------------------------------------
1348
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1349
+ ------------------------------------------------------------------------
1350
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1351
+ -----------------------------------
1352
+ BrkFontsRailsTest: test_Fonts_found
1353
+ -----------------------------------
1354
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1355
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1356
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1357
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1358
+ ----------------------------------------------------------------
1359
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1360
+ ----------------------------------------------------------------
1361
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1362
+ --------------------------------------------------------------------------
1363
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1364
+ --------------------------------------------------------------------------
1365
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:25:31 +0100
1366
+ ------------------------------------------------------------------------
1367
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1368
+ ------------------------------------------------------------------------
1369
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1370
+ ----------------------------------------------------------------
1371
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1372
+ ----------------------------------------------------------------
1373
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1374
+ -----------------------------------
1375
+ BrkFontsRailsTest: test_Load_engine
1376
+ -----------------------------------
1377
+ ---------------------------------------------------------------
1378
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1379
+ ---------------------------------------------------------------
1380
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1381
+ Processing by PagesController#icons as HTML
1382
+ Rendered pages/icons.html.erb (1.3ms)
1383
+ Completed 200 OK in 9ms (Views: 9.2ms)
1384
+ ----------------------------------------
1385
+ BrkFontsRailsTest: test_Stylesheet_found
1386
+ ----------------------------------------
1387
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1388
+ --------------------------------------------------------------------------
1389
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1390
+ --------------------------------------------------------------------------
1391
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1392
+ ----------------------------------------------------------------
1393
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1394
+ ----------------------------------------------------------------
1395
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1396
+ -----------------------------------
1397
+ BrkFontsRailsTest: test_Fonts_found
1398
+ -----------------------------------
1399
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1400
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1401
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1402
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:26:44 +0100
1403
+ ----------------------------------------------------------------
1404
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1405
+ ----------------------------------------------------------------
1406
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:27:24 +0100
1407
+ ------------------------------------------------------------------------
1408
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1409
+ ------------------------------------------------------------------------
1410
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1411
+ ----------------------------------------
1412
+ BrkFontsRailsTest: test_Stylesheet_found
1413
+ ----------------------------------------
1414
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1415
+ ---------------------------------------------------------------
1416
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1417
+ ---------------------------------------------------------------
1418
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1419
+ Processing by PagesController#icons as HTML
1420
+ Rendered pages/icons.html.erb (1.4ms)
1421
+ Completed 200 OK in 10ms (Views: 10.2ms)
1422
+ -----------------------------------
1423
+ BrkFontsRailsTest: test_Load_engine
1424
+ -----------------------------------
1425
+ --------------------------------------------------------------------------
1426
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1427
+ --------------------------------------------------------------------------
1428
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1429
+ ----------------------------------------------------------------
1430
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1431
+ ----------------------------------------------------------------
1432
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1433
+ -----------------------------------
1434
+ BrkFontsRailsTest: test_Fonts_found
1435
+ -----------------------------------
1436
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1437
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1438
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1439
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:27:25 +0100
1440
+ ----------------------------------------
1441
+ BrkFontsRailsTest: test_Stylesheet_found
1442
+ ----------------------------------------
1443
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:27:32 +0100
1444
+ ------------------------------------------------------------------------
1445
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1446
+ ------------------------------------------------------------------------
1447
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:27:32 +0100
1448
+ ---------------------------------------------------------------
1449
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1450
+ ---------------------------------------------------------------
1451
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:27:32 +0100
1452
+ Processing by PagesController#icons as HTML
1453
+ Rendered pages/icons.html.erb (1.5ms)
1454
+ Completed 200 OK in 10ms (Views: 10.1ms)
1455
+ --------------------------------------------------------------------------
1456
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1457
+ --------------------------------------------------------------------------
1458
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:27:32 +0100
1459
+ -----------------------------------
1460
+ BrkFontsRailsTest: test_Load_engine
1461
+ -----------------------------------
1462
+ -----------------------------------
1463
+ BrkFontsRailsTest: test_Fonts_found
1464
+ -----------------------------------
1465
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:27:33 +0100
1466
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:27:33 +0100
1467
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:27:33 +0100
1468
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:27:33 +0100
1469
+ ----------------------------------------------------------------
1470
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1471
+ ----------------------------------------------------------------
1472
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:27:33 +0100
1473
+ ----------------------------------------------------------------
1474
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1475
+ ----------------------------------------------------------------
1476
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:27:33 +0100
1477
+ -----------------------------------
1478
+ BrkFontsRailsTest: test_Fonts_found
1479
+ -----------------------------------
1480
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1481
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1482
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1483
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1484
+ ------------------------------------------------------------------------
1485
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1486
+ ------------------------------------------------------------------------
1487
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1488
+ ----------------------------------------
1489
+ BrkFontsRailsTest: test_Stylesheet_found
1490
+ ----------------------------------------
1491
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1492
+ ----------------------------------------------------------------
1493
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1494
+ ----------------------------------------------------------------
1495
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1496
+ --------------------------------------------------------------------------
1497
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1498
+ --------------------------------------------------------------------------
1499
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1500
+ ----------------------------------------------------------------
1501
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1502
+ ----------------------------------------------------------------
1503
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1504
+ ---------------------------------------------------------------
1505
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1506
+ ---------------------------------------------------------------
1507
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:28:09 +0100
1508
+ Processing by PagesController#icons as HTML
1509
+ Rendered pages/icons.html.erb (1.2ms)
1510
+ Completed 200 OK in 10ms (Views: 9.5ms)
1511
+ -----------------------------------
1512
+ BrkFontsRailsTest: test_Load_engine
1513
+ -----------------------------------
1514
+ ------------------------------------------------------------------------
1515
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1516
+ ------------------------------------------------------------------------
1517
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:31:07 +0100
1518
+ ----------------------------------------------------------------
1519
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1520
+ ----------------------------------------------------------------
1521
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:31:07 +0100
1522
+ ---------------------------------------------------------------
1523
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1524
+ ---------------------------------------------------------------
1525
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:31:08 +0100
1526
+ Processing by PagesController#icons as HTML
1527
+ Rendered pages/icons.html.erb (1.9ms)
1528
+ Completed 200 OK in 10ms (Views: 10.0ms)
1529
+ ----------------------------------------------------------------
1530
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1531
+ ----------------------------------------------------------------
1532
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:31:08 +0100
1533
+ -----------------------------------
1534
+ BrkFontsRailsTest: test_Load_engine
1535
+ -----------------------------------
1536
+ ----------------------------------------
1537
+ BrkFontsRailsTest: test_Stylesheet_found
1538
+ ----------------------------------------
1539
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:31:08 +0100
1540
+ -----------------------------------
1541
+ BrkFontsRailsTest: test_Fonts_found
1542
+ -----------------------------------
1543
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:31:08 +0100
1544
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:31:08 +0100
1545
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:31:08 +0100
1546
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:31:08 +0100
1547
+ --------------------------------------------------------------------------
1548
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1549
+ --------------------------------------------------------------------------
1550
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:31:08 +0100
1551
+ --------------------------------------------------------------------------
1552
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1553
+ --------------------------------------------------------------------------
1554
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1555
+ ---------------------------------------------------------------
1556
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1557
+ ---------------------------------------------------------------
1558
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1559
+ Processing by PagesController#icons as HTML
1560
+ Rendered pages/icons.html.erb (5.0ms)
1561
+ Completed 200 OK in 20ms (Views: 20.2ms)
1562
+ ----------------------------------------------------------------
1563
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1564
+ ----------------------------------------------------------------
1565
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1566
+ ----------------------------------------------------------------
1567
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1568
+ ----------------------------------------------------------------
1569
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1570
+ -----------------------------------
1571
+ BrkFontsRailsTest: test_Fonts_found
1572
+ -----------------------------------
1573
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1574
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1575
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1576
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1577
+ ----------------------------------------
1578
+ BrkFontsRailsTest: test_Stylesheet_found
1579
+ ----------------------------------------
1580
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1581
+ -----------------------------------
1582
+ BrkFontsRailsTest: test_Load_engine
1583
+ -----------------------------------
1584
+ ------------------------------------------------------------------------
1585
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1586
+ ------------------------------------------------------------------------
1587
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:32:16 +0100
1588
+ ----------------------------------------
1589
+ BrkFontsRailsTest: test_Stylesheet_found
1590
+ ----------------------------------------
1591
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1592
+ ----------------------------------------------------------------
1593
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1594
+ ----------------------------------------------------------------
1595
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1596
+ ----------------------------------------------------------------
1597
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1598
+ ----------------------------------------------------------------
1599
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1600
+ ---------------------------------------------------------------
1601
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1602
+ ---------------------------------------------------------------
1603
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1604
+ Processing by PagesController#icons as HTML
1605
+ Rendered pages/icons.html.erb (1.6ms)
1606
+ Completed 200 OK in 10ms (Views: 9.8ms)
1607
+ --------------------------------------------------------------------------
1608
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1609
+ --------------------------------------------------------------------------
1610
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1611
+ -----------------------------------
1612
+ BrkFontsRailsTest: test_Fonts_found
1613
+ -----------------------------------
1614
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1615
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1616
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1617
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1618
+ -----------------------------------
1619
+ BrkFontsRailsTest: test_Load_engine
1620
+ -----------------------------------
1621
+ ------------------------------------------------------------------------
1622
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1623
+ ------------------------------------------------------------------------
1624
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:34:50 +0100
1625
+ ----------------------------------------------------------------
1626
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1627
+ ----------------------------------------------------------------
1628
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:35:57 +0100
1629
+ --------------------------------------------------------------------------
1630
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1631
+ --------------------------------------------------------------------------
1632
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:35:57 +0100
1633
+ ----------------------------------------------------------------
1634
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1635
+ ----------------------------------------------------------------
1636
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:35:57 +0100
1637
+ ------------------------------------------------------------------------
1638
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1639
+ ------------------------------------------------------------------------
1640
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:35:57 +0100
1641
+ -----------------------------------
1642
+ BrkFontsRailsTest: test_Load_engine
1643
+ -----------------------------------
1644
+ ----------------------------------------
1645
+ BrkFontsRailsTest: test_Stylesheet_found
1646
+ ----------------------------------------
1647
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:35:58 +0100
1648
+ ---------------------------------------------------------------
1649
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1650
+ ---------------------------------------------------------------
1651
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:35:58 +0100
1652
+ Processing by PagesController#icons as HTML
1653
+ Rendered pages/icons.html.erb (1.3ms)
1654
+ Completed 200 OK in 9ms (Views: 9.3ms)
1655
+ -----------------------------------
1656
+ BrkFontsRailsTest: test_Fonts_found
1657
+ -----------------------------------
1658
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:35:58 +0100
1659
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:35:58 +0100
1660
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:35:58 +0100
1661
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:35:58 +0100
1662
+ ----------------------------------------------------------------
1663
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1664
+ ----------------------------------------------------------------
1665
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-27 23:36:23 +0100
1666
+ -----------------------------------
1667
+ BrkFontsRailsTest: test_Load_engine
1668
+ -----------------------------------
1669
+ -----------------------------------
1670
+ BrkFontsRailsTest: test_Fonts_found
1671
+ -----------------------------------
1672
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1673
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1674
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1675
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1676
+ ----------------------------------------------------------------
1677
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1678
+ ----------------------------------------------------------------
1679
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1680
+ ---------------------------------------------------------------
1681
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1682
+ ---------------------------------------------------------------
1683
+ Started GET "/icons" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1684
+ Processing by PagesController#icons as HTML
1685
+ Rendered pages/icons.html.erb (1.8ms)
1686
+ Completed 200 OK in 11ms (Views: 10.4ms)
1687
+ ------------------------------------------------------------------------
1688
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1689
+ ------------------------------------------------------------------------
1690
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1691
+ ----------------------------------------
1692
+ BrkFontsRailsTest: test_Stylesheet_found
1693
+ ----------------------------------------
1694
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1695
+ --------------------------------------------------------------------------
1696
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1697
+ --------------------------------------------------------------------------
1698
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-27 23:36:24 +0100
1699
+ ------------------------------------------------------------------------
1700
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
1701
+ ------------------------------------------------------------------------
1702
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1703
+ ----------------------------------------
1704
+ BrkFontsRailsTest: test_Stylesheet_found
1705
+ ----------------------------------------
1706
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1707
+ -----------------------------------
1708
+ BrkFontsRailsTest: test_Load_engine
1709
+ -----------------------------------
1710
+ ---------------------------------------------------------------
1711
+ BrkFontsRailsTest: test_helpers_should_be_available_in_the_view
1712
+ ---------------------------------------------------------------
1713
+ Started GET "/icons" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1714
+ Processing by PagesController#icons as HTML
1715
+ Rendered pages/icons.html.erb (1.6ms)
1716
+ Completed 200 OK in 10ms (Views: 9.9ms)
1717
+ ----------------------------------------------------------------
1718
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
1719
+ ----------------------------------------------------------------
1720
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1721
+ -----------------------------------
1722
+ BrkFontsRailsTest: test_Fonts_found
1723
+ -----------------------------------
1724
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1725
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1726
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1727
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1728
+ ----------------------------------------------------------------
1729
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
1730
+ ----------------------------------------------------------------
1731
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-02-28 00:03:04 +0100
1732
+ --------------------------------------------------------------------------
1733
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1734
+ --------------------------------------------------------------------------
1735
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-02-28 00:03:04 +0100