brk-fonts-rails 1.0.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.
@@ -0,0 +1,10 @@
1
+ require 'rubygems'
2
+ gemfile = File.expand_path('../../../../Gemfile', __FILE__)
3
+
4
+ if File.exist?(gemfile)
5
+ ENV['BUNDLE_GEMFILE'] = gemfile
6
+ require 'bundler'
7
+ Bundler.setup
8
+ end
9
+
10
+ $:.unshift File.expand_path('../../../../lib', __FILE__)
@@ -0,0 +1,5 @@
1
+ # Load the rails application
2
+ require File.expand_path('../application', __FILE__)
3
+
4
+ # Initialize the rails application
5
+ Dummy::Application.initialize!
@@ -0,0 +1,8 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+ # Make sure the secret is at least 30 characters and all random,
6
+ # no regular words or you'll be exposed to dictionary attacks.
7
+ Dummy::Application.config.secret_token = 'mamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamomamamamoma'
8
+ Dummy::Application.config.secret_key_base = 'mamamoma' if Dummy::Application.config.respond_to?(:secret_key_base)
@@ -0,0 +1,3 @@
1
+ Dummy::Application.routes.draw do
2
+ get "/icons", :to => "pages#icons"
3
+ end
@@ -0,0 +1,583 @@
1
+ -----------------------------------
2
+ BrkFontsRailsTest: test_Fonts_found
3
+ -----------------------------------
4
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
5
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
6
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
7
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
8
+ -----------------------------------
9
+ BrkFontsRailsTest: test_Load_engine
10
+ -----------------------------------
11
+ ----------------------------------------
12
+ BrkFontsRailsTest: test_Stylesheet_found
13
+ ----------------------------------------
14
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
15
+ --------------------------------------------------------------------------
16
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
17
+ --------------------------------------------------------------------------
18
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
19
+ ----------------------------------------------------------------
20
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
21
+ ----------------------------------------------------------------
22
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
23
+ ----------------------------------------------------------------
24
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
25
+ ----------------------------------------------------------------
26
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
27
+ ------------------------------------------------------------------------
28
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
29
+ ------------------------------------------------------------------------
30
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2014-09-21 12:28:00 +0200
31
+
32
+ ActionController::RoutingError (No route matches [GET] "/font-awesome.css"):
33
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
34
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
35
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
36
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
37
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
38
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
39
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
40
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
41
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
42
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
43
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
44
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
45
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
46
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
47
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
48
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
49
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
50
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
51
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
52
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
53
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:309:in `process'
54
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:32:in `get'
55
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:343:in `block (2 levels) in <module:Runner>'
56
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitLab/brk-fonts-rails/test/brk_fonts_rails_test.rb:27:in `block in <class:BrkFontsRailsTest>'
57
+ minitest (5.4.1) lib/minitest/test.rb:106:in `block (3 levels) in run'
58
+ minitest (5.4.1) lib/minitest/test.rb:204:in `capture_exceptions'
59
+ minitest (5.4.1) lib/minitest/test.rb:103:in `block (2 levels) in run'
60
+ minitest (5.4.1) lib/minitest/test.rb:256:in `time_it'
61
+ minitest (5.4.1) lib/minitest/test.rb:102:in `block in run'
62
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
63
+ minitest (5.4.1) lib/minitest/test.rb:276:in `with_info_handler'
64
+ minitest (5.4.1) lib/minitest/test.rb:101:in `run'
65
+ minitest (5.4.1) lib/minitest.rb:759:in `run_one_method'
66
+ minitest (5.4.1) lib/minitest.rb:293:in `run_one_method'
67
+ minitest (5.4.1) lib/minitest.rb:287:in `block (2 levels) in run'
68
+ minitest (5.4.1) lib/minitest.rb:286:in `each'
69
+ minitest (5.4.1) lib/minitest.rb:286:in `block in run'
70
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
71
+ minitest (5.4.1) lib/minitest.rb:306:in `with_info_handler'
72
+ minitest (5.4.1) lib/minitest.rb:285:in `run'
73
+ minitest (5.4.1) lib/minitest.rb:149:in `block in __run'
74
+ minitest (5.4.1) lib/minitest.rb:149:in `map'
75
+ minitest (5.4.1) lib/minitest.rb:149:in `__run'
76
+ minitest (5.4.1) lib/minitest.rb:126:in `run'
77
+ minitest (5.4.1) lib/minitest.rb:55:in `block in autorun'
78
+
79
+
80
+ -----------------------------------
81
+ BrkFontsRailsTest: test_Fonts_found
82
+ -----------------------------------
83
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
84
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
85
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
86
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
87
+ -----------------------------------
88
+ BrkFontsRailsTest: test_Load_engine
89
+ -----------------------------------
90
+ ----------------------------------------
91
+ BrkFontsRailsTest: test_Stylesheet_found
92
+ ----------------------------------------
93
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
94
+ --------------------------------------------------------------------------
95
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
96
+ --------------------------------------------------------------------------
97
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
98
+ ----------------------------------------------------------------
99
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
100
+ ----------------------------------------------------------------
101
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
102
+ ----------------------------------------------------------------
103
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
104
+ ----------------------------------------------------------------
105
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
106
+ ------------------------------------------------------------------------
107
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
108
+ ------------------------------------------------------------------------
109
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2014-09-21 12:29:09 +0200
110
+
111
+ ActionController::RoutingError (No route matches [GET] "/font-awesome.css"):
112
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
113
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
114
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
115
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
116
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
117
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
118
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
119
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
120
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
121
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
122
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
123
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
124
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
125
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
126
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
127
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
128
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
129
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
130
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
131
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
132
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:309:in `process'
133
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:32:in `get'
134
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:343:in `block (2 levels) in <module:Runner>'
135
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitLab/brk-fonts-rails/test/brk_fonts_rails_test.rb:27:in `block in <class:BrkFontsRailsTest>'
136
+ minitest (5.4.1) lib/minitest/test.rb:106:in `block (3 levels) in run'
137
+ minitest (5.4.1) lib/minitest/test.rb:204:in `capture_exceptions'
138
+ minitest (5.4.1) lib/minitest/test.rb:103:in `block (2 levels) in run'
139
+ minitest (5.4.1) lib/minitest/test.rb:256:in `time_it'
140
+ minitest (5.4.1) lib/minitest/test.rb:102:in `block in run'
141
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
142
+ minitest (5.4.1) lib/minitest/test.rb:276:in `with_info_handler'
143
+ minitest (5.4.1) lib/minitest/test.rb:101:in `run'
144
+ minitest (5.4.1) lib/minitest.rb:759:in `run_one_method'
145
+ minitest (5.4.1) lib/minitest.rb:293:in `run_one_method'
146
+ minitest (5.4.1) lib/minitest.rb:287:in `block (2 levels) in run'
147
+ minitest (5.4.1) lib/minitest.rb:286:in `each'
148
+ minitest (5.4.1) lib/minitest.rb:286:in `block in run'
149
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
150
+ minitest (5.4.1) lib/minitest.rb:306:in `with_info_handler'
151
+ minitest (5.4.1) lib/minitest.rb:285:in `run'
152
+ minitest (5.4.1) lib/minitest.rb:149:in `block in __run'
153
+ minitest (5.4.1) lib/minitest.rb:149:in `map'
154
+ minitest (5.4.1) lib/minitest.rb:149:in `__run'
155
+ minitest (5.4.1) lib/minitest.rb:126:in `run'
156
+ minitest (5.4.1) lib/minitest.rb:55:in `block in autorun'
157
+
158
+
159
+ -----------------------------------
160
+ BrkFontsRailsTest: test_Fonts_found
161
+ -----------------------------------
162
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
163
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
164
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
165
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
166
+ -----------------------------------
167
+ BrkFontsRailsTest: test_Load_engine
168
+ -----------------------------------
169
+ ----------------------------------------
170
+ BrkFontsRailsTest: test_Stylesheet_found
171
+ ----------------------------------------
172
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
173
+ --------------------------------------------------------------------------
174
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
175
+ --------------------------------------------------------------------------
176
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
177
+ ----------------------------------------------------------------
178
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
179
+ ----------------------------------------------------------------
180
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
181
+ ----------------------------------------------------------------
182
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
183
+ ----------------------------------------------------------------
184
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
185
+ ------------------------------------------------------------------------
186
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
187
+ ------------------------------------------------------------------------
188
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2014-09-21 12:29:41 +0200
189
+
190
+ ActionController::RoutingError (No route matches [GET] "/font-awesome.css"):
191
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
192
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
193
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
194
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
195
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
196
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
197
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
198
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
199
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
200
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
201
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
202
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
203
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
204
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
205
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
206
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
207
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
208
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
209
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
210
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
211
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:309:in `process'
212
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:32:in `get'
213
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:343:in `block (2 levels) in <module:Runner>'
214
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitLab/brk-fonts-rails/test/brk_fonts_rails_test.rb:27:in `block in <class:BrkFontsRailsTest>'
215
+ minitest (5.4.1) lib/minitest/test.rb:106:in `block (3 levels) in run'
216
+ minitest (5.4.1) lib/minitest/test.rb:204:in `capture_exceptions'
217
+ minitest (5.4.1) lib/minitest/test.rb:103:in `block (2 levels) in run'
218
+ minitest (5.4.1) lib/minitest/test.rb:256:in `time_it'
219
+ minitest (5.4.1) lib/minitest/test.rb:102:in `block in run'
220
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
221
+ minitest (5.4.1) lib/minitest/test.rb:276:in `with_info_handler'
222
+ minitest (5.4.1) lib/minitest/test.rb:101:in `run'
223
+ minitest (5.4.1) lib/minitest.rb:759:in `run_one_method'
224
+ minitest (5.4.1) lib/minitest.rb:293:in `run_one_method'
225
+ minitest (5.4.1) lib/minitest.rb:287:in `block (2 levels) in run'
226
+ minitest (5.4.1) lib/minitest.rb:286:in `each'
227
+ minitest (5.4.1) lib/minitest.rb:286:in `block in run'
228
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
229
+ minitest (5.4.1) lib/minitest.rb:306:in `with_info_handler'
230
+ minitest (5.4.1) lib/minitest.rb:285:in `run'
231
+ minitest (5.4.1) lib/minitest.rb:149:in `block in __run'
232
+ minitest (5.4.1) lib/minitest.rb:149:in `map'
233
+ minitest (5.4.1) lib/minitest.rb:149:in `__run'
234
+ minitest (5.4.1) lib/minitest.rb:126:in `run'
235
+ minitest (5.4.1) lib/minitest.rb:55:in `block in autorun'
236
+
237
+
238
+ -----------------------------------
239
+ BrkFontsRailsTest: test_Fonts_found
240
+ -----------------------------------
241
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
242
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
243
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
244
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
245
+ -----------------------------------
246
+ BrkFontsRailsTest: test_Load_engine
247
+ -----------------------------------
248
+ ----------------------------------------
249
+ BrkFontsRailsTest: test_Stylesheet_found
250
+ ----------------------------------------
251
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
252
+ --------------------------------------------------------------------------
253
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
254
+ --------------------------------------------------------------------------
255
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
256
+ ----------------------------------------------------------------
257
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
258
+ ----------------------------------------------------------------
259
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
260
+ ----------------------------------------------------------------
261
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
262
+ ----------------------------------------------------------------
263
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
264
+ ------------------------------------------------------------------------
265
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
266
+ ------------------------------------------------------------------------
267
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2014-09-21 12:30:03 +0200
268
+
269
+ ActionController::RoutingError (No route matches [GET] "/font-awesome.css"):
270
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
271
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
272
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
273
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
274
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
275
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
276
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
277
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
278
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
279
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
280
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
281
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
282
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
283
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
284
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
285
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
286
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
287
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
288
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
289
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
290
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:309:in `process'
291
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:32:in `get'
292
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:343:in `block (2 levels) in <module:Runner>'
293
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitLab/brk-fonts-rails/test/brk_fonts_rails_test.rb:27:in `block in <class:BrkFontsRailsTest>'
294
+ minitest (5.4.1) lib/minitest/test.rb:106:in `block (3 levels) in run'
295
+ minitest (5.4.1) lib/minitest/test.rb:204:in `capture_exceptions'
296
+ minitest (5.4.1) lib/minitest/test.rb:103:in `block (2 levels) in run'
297
+ minitest (5.4.1) lib/minitest/test.rb:256:in `time_it'
298
+ minitest (5.4.1) lib/minitest/test.rb:102:in `block in run'
299
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
300
+ minitest (5.4.1) lib/minitest/test.rb:276:in `with_info_handler'
301
+ minitest (5.4.1) lib/minitest/test.rb:101:in `run'
302
+ minitest (5.4.1) lib/minitest.rb:759:in `run_one_method'
303
+ minitest (5.4.1) lib/minitest.rb:293:in `run_one_method'
304
+ minitest (5.4.1) lib/minitest.rb:287:in `block (2 levels) in run'
305
+ minitest (5.4.1) lib/minitest.rb:286:in `each'
306
+ minitest (5.4.1) lib/minitest.rb:286:in `block in run'
307
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
308
+ minitest (5.4.1) lib/minitest.rb:306:in `with_info_handler'
309
+ minitest (5.4.1) lib/minitest.rb:285:in `run'
310
+ minitest (5.4.1) lib/minitest.rb:149:in `block in __run'
311
+ minitest (5.4.1) lib/minitest.rb:149:in `map'
312
+ minitest (5.4.1) lib/minitest.rb:149:in `__run'
313
+ minitest (5.4.1) lib/minitest.rb:126:in `run'
314
+ minitest (5.4.1) lib/minitest.rb:55:in `block in autorun'
315
+
316
+
317
+ -----------------------------------
318
+ BrkFontsRailsTest: test_Fonts_found
319
+ -----------------------------------
320
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2014-09-21 12:30:37 +0200
321
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2014-09-21 12:30:37 +0200
322
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2014-09-21 12:30:37 +0200
323
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2014-09-21 12:30:37 +0200
324
+ -----------------------------------
325
+ BrkFontsRailsTest: test_Load_engine
326
+ -----------------------------------
327
+ ----------------------------------------
328
+ BrkFontsRailsTest: test_Stylesheet_found
329
+ ----------------------------------------
330
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:30:37 +0200
331
+ --------------------------------------------------------------------------
332
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
333
+ --------------------------------------------------------------------------
334
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-21 12:30:37 +0200
335
+ ----------------------------------------------------------------
336
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
337
+ ----------------------------------------------------------------
338
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-21 12:30:37 +0200
339
+ ----------------------------------------------------------------
340
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
341
+ ----------------------------------------------------------------
342
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:30:37 +0200
343
+ ------------------------------------------------------------------------
344
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
345
+ ------------------------------------------------------------------------
346
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2014-09-21 12:30:38 +0200
347
+
348
+ ActionController::RoutingError (No route matches [GET] "/font-awesome.css"):
349
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
350
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
351
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
352
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
353
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
354
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
355
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
356
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
357
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
358
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
359
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
360
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
361
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
362
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
363
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
364
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
365
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
366
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
367
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
368
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
369
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:309:in `process'
370
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:32:in `get'
371
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:343:in `block (2 levels) in <module:Runner>'
372
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitLab/brk-fonts-rails/test/brk_fonts_rails_test.rb:27:in `block in <class:BrkFontsRailsTest>'
373
+ minitest (5.4.1) lib/minitest/test.rb:106:in `block (3 levels) in run'
374
+ minitest (5.4.1) lib/minitest/test.rb:204:in `capture_exceptions'
375
+ minitest (5.4.1) lib/minitest/test.rb:103:in `block (2 levels) in run'
376
+ minitest (5.4.1) lib/minitest/test.rb:256:in `time_it'
377
+ minitest (5.4.1) lib/minitest/test.rb:102:in `block in run'
378
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
379
+ minitest (5.4.1) lib/minitest/test.rb:276:in `with_info_handler'
380
+ minitest (5.4.1) lib/minitest/test.rb:101:in `run'
381
+ minitest (5.4.1) lib/minitest.rb:759:in `run_one_method'
382
+ minitest (5.4.1) lib/minitest.rb:293:in `run_one_method'
383
+ minitest (5.4.1) lib/minitest.rb:287:in `block (2 levels) in run'
384
+ minitest (5.4.1) lib/minitest.rb:286:in `each'
385
+ minitest (5.4.1) lib/minitest.rb:286:in `block in run'
386
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
387
+ minitest (5.4.1) lib/minitest.rb:306:in `with_info_handler'
388
+ minitest (5.4.1) lib/minitest.rb:285:in `run'
389
+ minitest (5.4.1) lib/minitest.rb:149:in `block in __run'
390
+ minitest (5.4.1) lib/minitest.rb:149:in `map'
391
+ minitest (5.4.1) lib/minitest.rb:149:in `__run'
392
+ minitest (5.4.1) lib/minitest.rb:126:in `run'
393
+ minitest (5.4.1) lib/minitest.rb:55:in `block in autorun'
394
+
395
+
396
+ -----------------------------------
397
+ BrkFontsRailsTest: test_Fonts_found
398
+ -----------------------------------
399
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
400
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
401
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
402
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
403
+ -----------------------------------
404
+ BrkFontsRailsTest: test_Load_engine
405
+ -----------------------------------
406
+ ----------------------------------------
407
+ BrkFontsRailsTest: test_Stylesheet_found
408
+ ----------------------------------------
409
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
410
+ --------------------------------------------------------------------------
411
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
412
+ --------------------------------------------------------------------------
413
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
414
+ ----------------------------------------------------------------
415
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
416
+ ----------------------------------------------------------------
417
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
418
+ ----------------------------------------------------------------
419
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
420
+ ----------------------------------------------------------------
421
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
422
+ ------------------------------------------------------------------------
423
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
424
+ ------------------------------------------------------------------------
425
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2014-09-21 12:31:13 +0200
426
+
427
+ ActionController::RoutingError (No route matches [GET] "/font-awesome.css"):
428
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
429
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
430
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
431
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
432
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
433
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
434
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
435
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
436
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
437
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
438
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
439
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
440
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
441
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
442
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
443
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
444
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
445
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
446
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
447
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
448
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:309:in `process'
449
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:32:in `get'
450
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:343:in `block (2 levels) in <module:Runner>'
451
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitLab/brk-fonts-rails/test/brk_fonts_rails_test.rb:27:in `block in <class:BrkFontsRailsTest>'
452
+ minitest (5.4.1) lib/minitest/test.rb:106:in `block (3 levels) in run'
453
+ minitest (5.4.1) lib/minitest/test.rb:204:in `capture_exceptions'
454
+ minitest (5.4.1) lib/minitest/test.rb:103:in `block (2 levels) in run'
455
+ minitest (5.4.1) lib/minitest/test.rb:256:in `time_it'
456
+ minitest (5.4.1) lib/minitest/test.rb:102:in `block in run'
457
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
458
+ minitest (5.4.1) lib/minitest/test.rb:276:in `with_info_handler'
459
+ minitest (5.4.1) lib/minitest/test.rb:101:in `run'
460
+ minitest (5.4.1) lib/minitest.rb:759:in `run_one_method'
461
+ minitest (5.4.1) lib/minitest.rb:293:in `run_one_method'
462
+ minitest (5.4.1) lib/minitest.rb:287:in `block (2 levels) in run'
463
+ minitest (5.4.1) lib/minitest.rb:286:in `each'
464
+ minitest (5.4.1) lib/minitest.rb:286:in `block in run'
465
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
466
+ minitest (5.4.1) lib/minitest.rb:306:in `with_info_handler'
467
+ minitest (5.4.1) lib/minitest.rb:285:in `run'
468
+ minitest (5.4.1) lib/minitest.rb:149:in `block in __run'
469
+ minitest (5.4.1) lib/minitest.rb:149:in `map'
470
+ minitest (5.4.1) lib/minitest.rb:149:in `__run'
471
+ minitest (5.4.1) lib/minitest.rb:126:in `run'
472
+ minitest (5.4.1) lib/minitest.rb:55:in `block in autorun'
473
+
474
+
475
+ -----------------------------------
476
+ BrkFontsRailsTest: test_Fonts_found
477
+ -----------------------------------
478
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
479
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
480
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
481
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
482
+ -----------------------------------
483
+ BrkFontsRailsTest: test_Load_engine
484
+ -----------------------------------
485
+ ----------------------------------------
486
+ BrkFontsRailsTest: test_Stylesheet_found
487
+ ----------------------------------------
488
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
489
+ --------------------------------------------------------------------------
490
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
491
+ --------------------------------------------------------------------------
492
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
493
+ ----------------------------------------------------------------
494
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
495
+ ----------------------------------------------------------------
496
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
497
+ ----------------------------------------------------------------
498
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
499
+ ----------------------------------------------------------------
500
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
501
+ ------------------------------------------------------------------------
502
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
503
+ ------------------------------------------------------------------------
504
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2014-09-21 12:31:43 +0200
505
+
506
+ ActionController::RoutingError (No route matches [GET] "/font-awesome.css"):
507
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
508
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
509
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
510
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
511
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
512
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
513
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
514
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
515
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
516
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
517
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
518
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
519
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
520
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
521
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
522
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
523
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
524
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
525
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
526
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
527
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:309:in `process'
528
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:32:in `get'
529
+ actionpack (4.1.6) lib/action_dispatch/testing/integration.rb:343:in `block (2 levels) in <module:Runner>'
530
+ /Users/berik/Cloud/AeroFS/Dev/Repos/GitLab/brk-fonts-rails/test/brk_fonts_rails_test.rb:27:in `block in <class:BrkFontsRailsTest>'
531
+ minitest (5.4.1) lib/minitest/test.rb:106:in `block (3 levels) in run'
532
+ minitest (5.4.1) lib/minitest/test.rb:204:in `capture_exceptions'
533
+ minitest (5.4.1) lib/minitest/test.rb:103:in `block (2 levels) in run'
534
+ minitest (5.4.1) lib/minitest/test.rb:256:in `time_it'
535
+ minitest (5.4.1) lib/minitest/test.rb:102:in `block in run'
536
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
537
+ minitest (5.4.1) lib/minitest/test.rb:276:in `with_info_handler'
538
+ minitest (5.4.1) lib/minitest/test.rb:101:in `run'
539
+ minitest (5.4.1) lib/minitest.rb:759:in `run_one_method'
540
+ minitest (5.4.1) lib/minitest.rb:293:in `run_one_method'
541
+ minitest (5.4.1) lib/minitest.rb:287:in `block (2 levels) in run'
542
+ minitest (5.4.1) lib/minitest.rb:286:in `each'
543
+ minitest (5.4.1) lib/minitest.rb:286:in `block in run'
544
+ minitest (5.4.1) lib/minitest.rb:317:in `on_signal'
545
+ minitest (5.4.1) lib/minitest.rb:306:in `with_info_handler'
546
+ minitest (5.4.1) lib/minitest.rb:285:in `run'
547
+ minitest (5.4.1) lib/minitest.rb:149:in `block in __run'
548
+ minitest (5.4.1) lib/minitest.rb:149:in `map'
549
+ minitest (5.4.1) lib/minitest.rb:149:in `__run'
550
+ minitest (5.4.1) lib/minitest.rb:126:in `run'
551
+ minitest (5.4.1) lib/minitest.rb:55:in `block in autorun'
552
+
553
+
554
+ -----------------------------------
555
+ BrkFontsRailsTest: test_Fonts_found
556
+ -----------------------------------
557
+ Started GET "/assets/brk-font.eot" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
558
+ Started GET "/assets/brk-font.ttf" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
559
+ Started GET "/assets/brk-font.woff" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
560
+ Started GET "/assets/brk-font.svg" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
561
+ -----------------------------------
562
+ BrkFontsRailsTest: test_Load_engine
563
+ -----------------------------------
564
+ ----------------------------------------
565
+ BrkFontsRailsTest: test_Stylesheet_found
566
+ ----------------------------------------
567
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
568
+ --------------------------------------------------------------------------
569
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
570
+ --------------------------------------------------------------------------
571
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
572
+ ----------------------------------------------------------------
573
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_sass_import
574
+ ----------------------------------------------------------------
575
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
576
+ ----------------------------------------------------------------
577
+ BrkFontsRailsTest: test_stylesheet_is_available_in_a_scss_import
578
+ ----------------------------------------------------------------
579
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-21 12:32:36 +0200
580
+ ------------------------------------------------------------------------
581
+ BrkFontsRailsTest: test_stylesheets_have_correct_references_to_the_fonts
582
+ ------------------------------------------------------------------------
583
+ Started GET "/assets/brk-fonts.css" for 127.0.0.1 at 2014-09-21 12:32:36 +0200