simple-line-icons-rails 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module SimpleLineIcons
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
@@ -1,4 +1,3 @@
1
1
  /*
2
2
  *= require simple-line-icons
3
- */
4
-
3
+ */
@@ -4,67 +4,1039 @@ SimpleLineIconsRailsTest: test_engine_is_loaded
4
4
  -----------------------------------------------
5
5
  SimpleLineIconsRailsTest: test_fonts_are_served
6
6
  -----------------------------------------------
7
- Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2014-09-24 00:30:56 +0800
8
- Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2014-09-24 00:30:56 +0800
9
- Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2014-09-24 00:30:56 +0800
7
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:12:10 +0800
8
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:12:10 +0800
9
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:12:10 +0800
10
10
  ----------------------------------------------------------------------
11
11
  SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
12
12
  ----------------------------------------------------------------------
13
- Started GET "/icons" for 127.0.0.1 at 2014-09-24 00:30:56 +0800
13
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:12:10 +0800
14
14
  Processing by PagesController#icons as HTML
15
- Completed 200 OK in 6ms (Views: 6.4ms)
15
+ Rendered pages/icons.html.erb (1.4ms)
16
+ Completed 200 OK in 11ms (Views: 10.7ms)
16
17
  ---------------------------------------------------------------------------------
17
18
  SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
18
19
  ---------------------------------------------------------------------------------
19
- Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-24 00:30:56 +0800
20
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:12:10 +0800
20
21
  -----------------------------------------------------------------------
21
22
  SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
22
23
  -----------------------------------------------------------------------
23
- Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-24 00:30:56 +0800
24
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:12:10 +0800
24
25
  -----------------------------------------------------------------------
25
26
  SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
26
27
  -----------------------------------------------------------------------
27
- Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-24 00:30:57 +0800
28
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:12:11 +0800
28
29
  -----------------------------------------------------
29
30
  SimpleLineIconsRailsTest: test_stylesheets_are_served
30
31
  -----------------------------------------------------
31
- Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2014-09-24 00:30:57 +0800
32
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:12:11 +0800
32
33
  -------------------------------------------------------------------------------------
33
34
  SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
34
35
  -------------------------------------------------------------------------------------
35
- Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2014-09-24 00:30:57 +0800
36
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:12:11 +0800
36
37
  -----------------------------------------------
37
38
  SimpleLineIconsRailsTest: test_engine_is_loaded
38
39
  -----------------------------------------------
39
40
  -----------------------------------------------
40
41
  SimpleLineIconsRailsTest: test_fonts_are_served
41
42
  -----------------------------------------------
42
- Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
43
- Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
44
- Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
43
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:16:42 +0800
44
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:16:42 +0800
45
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:16:42 +0800
45
46
  ----------------------------------------------------------------------
46
47
  SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
47
48
  ----------------------------------------------------------------------
48
- Started GET "/icons" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
49
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:16:42 +0800
49
50
  Processing by PagesController#icons as HTML
50
- Completed 200 OK in 6ms (Views: 6.0ms)
51
+ Rendered pages/icons.html.erb (1.3ms)
52
+ Completed 200 OK in 9ms (Views: 9.3ms)
51
53
  ---------------------------------------------------------------------------------
52
54
  SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
53
55
  ---------------------------------------------------------------------------------
54
- Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
56
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:16:42 +0800
55
57
  -----------------------------------------------------------------------
56
58
  SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
57
59
  -----------------------------------------------------------------------
58
- Started GET "/assets/sass-import.css" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
60
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:16:42 +0800
59
61
  -----------------------------------------------------------------------
60
62
  SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
61
63
  -----------------------------------------------------------------------
62
- Started GET "/assets/scss-import.css" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
64
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:16:43 +0800
63
65
  -----------------------------------------------------
64
66
  SimpleLineIconsRailsTest: test_stylesheets_are_served
65
67
  -----------------------------------------------------
66
- Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
68
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:16:43 +0800
67
69
  -------------------------------------------------------------------------------------
68
70
  SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
69
71
  -------------------------------------------------------------------------------------
70
- Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2014-09-24 00:31:50 +0800
72
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:16:43 +0800
73
+ -----------------------------------------------
74
+ SimpleLineIconsRailsTest: test_engine_is_loaded
75
+ -----------------------------------------------
76
+ -----------------------------------------------
77
+ SimpleLineIconsRailsTest: test_fonts_are_served
78
+ -----------------------------------------------
79
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:19:11 +0800
80
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:19:11 +0800
81
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:19:11 +0800
82
+ ----------------------------------------------------------------------
83
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
84
+ ----------------------------------------------------------------------
85
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:19:11 +0800
86
+ Processing by PagesController#icons as HTML
87
+ Rendered pages/icons.html.erb (0.9ms)
88
+ Completed 200 OK in 9ms (Views: 8.9ms)
89
+ ---------------------------------------------------------------------------------
90
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
91
+ ---------------------------------------------------------------------------------
92
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:19:11 +0800
93
+ -----------------------------------------------------------------------
94
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
95
+ -----------------------------------------------------------------------
96
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:19:12 +0800
97
+ -----------------------------------------------------------------------
98
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
99
+ -----------------------------------------------------------------------
100
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:19:12 +0800
101
+ -----------------------------------------------------
102
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
103
+ -----------------------------------------------------
104
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:19:13 +0800
105
+ -----------------------------------------------
106
+ SimpleLineIconsRailsTest: test_engine_is_loaded
107
+ -----------------------------------------------
108
+ -----------------------------------------------
109
+ SimpleLineIconsRailsTest: test_fonts_are_served
110
+ -----------------------------------------------
111
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:30:11 +0800
112
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:30:11 +0800
113
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:30:11 +0800
114
+ ----------------------------------------------------------------------
115
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
116
+ ----------------------------------------------------------------------
117
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:30:11 +0800
118
+ Processing by PagesController#icons as HTML
119
+ Rendered pages/icons.html.erb (1.0ms)
120
+ Completed 200 OK in 8ms (Views: 8.2ms)
121
+ ---------------------------------------------------------------------------------
122
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
123
+ ---------------------------------------------------------------------------------
124
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:30:11 +0800
125
+ -----------------------------------------------------------------------
126
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
127
+ -----------------------------------------------------------------------
128
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:30:12 +0800
129
+ -----------------------------------------------------------------------
130
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
131
+ -----------------------------------------------------------------------
132
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:30:12 +0800
133
+ -----------------------------------------------------
134
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
135
+ -----------------------------------------------------
136
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:30:13 +0800
137
+ -------------------------------------------------------------------------------------
138
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
139
+ -------------------------------------------------------------------------------------
140
+ Started GET "/assets/simple-line-icons.scss" for 127.0.0.1 at 2016-07-04 17:30:13 +0800
141
+ -----------------------------------------------
142
+ SimpleLineIconsRailsTest: test_engine_is_loaded
143
+ -----------------------------------------------
144
+ -----------------------------------------------
145
+ SimpleLineIconsRailsTest: test_fonts_are_served
146
+ -----------------------------------------------
147
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
148
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
149
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
150
+ ----------------------------------------------------------------------
151
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
152
+ ----------------------------------------------------------------------
153
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
154
+ Processing by PagesController#icons as HTML
155
+ Rendered pages/icons.html.erb (1.0ms)
156
+ Completed 200 OK in 8ms (Views: 8.3ms)
157
+ ---------------------------------------------------------------------------------
158
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
159
+ ---------------------------------------------------------------------------------
160
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
161
+ -----------------------------------------------------------------------
162
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
163
+ -----------------------------------------------------------------------
164
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
165
+ -----------------------------------------------------------------------
166
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
167
+ -----------------------------------------------------------------------
168
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
169
+ -----------------------------------------------------
170
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
171
+ -----------------------------------------------------
172
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
173
+ -------------------------------------------------------------------------------------
174
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
175
+ -------------------------------------------------------------------------------------
176
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:33:36 +0800
177
+ -----------------------------------------------
178
+ SimpleLineIconsRailsTest: test_engine_is_loaded
179
+ -----------------------------------------------
180
+ -----------------------------------------------
181
+ SimpleLineIconsRailsTest: test_fonts_are_served
182
+ -----------------------------------------------
183
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:33:55 +0800
184
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:33:55 +0800
185
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:33:55 +0800
186
+ ----------------------------------------------------------------------
187
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
188
+ ----------------------------------------------------------------------
189
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:33:55 +0800
190
+ Processing by PagesController#icons as HTML
191
+ Rendered pages/icons.html.erb (1.0ms)
192
+ Completed 200 OK in 9ms (Views: 9.1ms)
193
+ ---------------------------------------------------------------------------------
194
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
195
+ ---------------------------------------------------------------------------------
196
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:33:55 +0800
197
+ -----------------------------------------------------------------------
198
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
199
+ -----------------------------------------------------------------------
200
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:33:55 +0800
201
+ -----------------------------------------------------------------------
202
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
203
+ -----------------------------------------------------------------------
204
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:33:56 +0800
205
+ -----------------------------------------------------
206
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
207
+ -----------------------------------------------------
208
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:33:56 +0800
209
+ -------------------------------------------------------------------------------------
210
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
211
+ -------------------------------------------------------------------------------------
212
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:33:56 +0800
213
+ -----------------------------------------------
214
+ SimpleLineIconsRailsTest: test_engine_is_loaded
215
+ -----------------------------------------------
216
+ -----------------------------------------------
217
+ SimpleLineIconsRailsTest: test_fonts_are_served
218
+ -----------------------------------------------
219
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:34:24 +0800
220
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:34:25 +0800
221
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:34:25 +0800
222
+ ----------------------------------------------------------------------
223
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
224
+ ----------------------------------------------------------------------
225
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:34:25 +0800
226
+ Processing by PagesController#icons as HTML
227
+ Rendered pages/icons.html.erb (1.0ms)
228
+ Completed 200 OK in 9ms (Views: 8.6ms)
229
+ ---------------------------------------------------------------------------------
230
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
231
+ ---------------------------------------------------------------------------------
232
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:34:25 +0800
233
+ -----------------------------------------------------------------------
234
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
235
+ -----------------------------------------------------------------------
236
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:34:25 +0800
237
+ -----------------------------------------------------------------------
238
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
239
+ -----------------------------------------------------------------------
240
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:34:25 +0800
241
+ -----------------------------------------------------
242
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
243
+ -----------------------------------------------------
244
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:34:26 +0800
245
+ -------------------------------------------------------------------------------------
246
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
247
+ -------------------------------------------------------------------------------------
248
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:34:26 +0800
249
+ -----------------------------------------------
250
+ SimpleLineIconsRailsTest: test_engine_is_loaded
251
+ -----------------------------------------------
252
+ -----------------------------------------------
253
+ SimpleLineIconsRailsTest: test_fonts_are_served
254
+ -----------------------------------------------
255
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:35:29 +0800
256
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:35:29 +0800
257
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:35:29 +0800
258
+ ----------------------------------------------------------------------
259
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
260
+ ----------------------------------------------------------------------
261
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:35:29 +0800
262
+ Processing by PagesController#icons as HTML
263
+ Rendered pages/icons.html.erb (0.9ms)
264
+ Completed 200 OK in 8ms (Views: 8.0ms)
265
+ ---------------------------------------------------------------------------------
266
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
267
+ ---------------------------------------------------------------------------------
268
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:35:29 +0800
269
+ -----------------------------------------------------------------------
270
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
271
+ -----------------------------------------------------------------------
272
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:35:30 +0800
273
+ -----------------------------------------------------------------------
274
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
275
+ -----------------------------------------------------------------------
276
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:35:30 +0800
277
+ -----------------------------------------------------
278
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
279
+ -----------------------------------------------------
280
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:35:31 +0800
281
+ -------------------------------------------------------------------------------------
282
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
283
+ -------------------------------------------------------------------------------------
284
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:35:31 +0800
285
+ -----------------------------------------------
286
+ SimpleLineIconsRailsTest: test_engine_is_loaded
287
+ -----------------------------------------------
288
+ -----------------------------------------------
289
+ SimpleLineIconsRailsTest: test_fonts_are_served
290
+ -----------------------------------------------
291
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:36:24 +0800
292
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:36:24 +0800
293
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:36:24 +0800
294
+ ----------------------------------------------------------------------
295
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
296
+ ----------------------------------------------------------------------
297
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:36:24 +0800
298
+ Processing by PagesController#icons as HTML
299
+ Rendered pages/icons.html.erb (1.4ms)
300
+ Completed 200 OK in 10ms (Views: 10.2ms)
301
+ ---------------------------------------------------------------------------------
302
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
303
+ ---------------------------------------------------------------------------------
304
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:36:24 +0800
305
+ -----------------------------------------------------------------------
306
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
307
+ -----------------------------------------------------------------------
308
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:36:24 +0800
309
+ -----------------------------------------------------------------------
310
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
311
+ -----------------------------------------------------------------------
312
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:36:25 +0800
313
+ -----------------------------------------------------
314
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
315
+ -----------------------------------------------------
316
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:36:25 +0800
317
+ -------------------------------------------------------------------------------------
318
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
319
+ -------------------------------------------------------------------------------------
320
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:36:26 +0800
321
+ -----------------------------------------------
322
+ SimpleLineIconsRailsTest: test_engine_is_loaded
323
+ -----------------------------------------------
324
+ -----------------------------------------------
325
+ SimpleLineIconsRailsTest: test_fonts_are_served
326
+ -----------------------------------------------
327
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:41:44 +0800
328
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:41:45 +0800
329
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:41:45 +0800
330
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:41:45 +0800
331
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:41:45 +0800
332
+ ----------------------------------------------------------------------
333
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
334
+ ----------------------------------------------------------------------
335
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:41:45 +0800
336
+ Processing by PagesController#icons as HTML
337
+ Rendered pages/icons.html.erb (1.1ms)
338
+ Completed 200 OK in 9ms (Views: 9.3ms)
339
+ ---------------------------------------------------------------------------------
340
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
341
+ ---------------------------------------------------------------------------------
342
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:41:45 +0800
343
+ -----------------------------------------------------------------------
344
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
345
+ -----------------------------------------------------------------------
346
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:41:45 +0800
347
+ -----------------------------------------------------------------------
348
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
349
+ -----------------------------------------------------------------------
350
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:41:46 +0800
351
+ -----------------------------------------------------
352
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
353
+ -----------------------------------------------------
354
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:41:46 +0800
355
+ -------------------------------------------------------------------------------------
356
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
357
+ -------------------------------------------------------------------------------------
358
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:41:46 +0800
359
+ -----------------------------------------------
360
+ SimpleLineIconsRailsTest: test_engine_is_loaded
361
+ -----------------------------------------------
362
+ -----------------------------------------------
363
+ SimpleLineIconsRailsTest: test_fonts_are_served
364
+ -----------------------------------------------
365
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:43:02 +0800
366
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:43:02 +0800
367
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:43:02 +0800
368
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:43:02 +0800
369
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:43:02 +0800
370
+ ----------------------------------------------------------------------
371
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
372
+ ----------------------------------------------------------------------
373
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:43:02 +0800
374
+ Processing by PagesController#icons as HTML
375
+ Rendered pages/icons.html.erb (1.0ms)
376
+ Completed 200 OK in 10ms (Views: 9.6ms)
377
+ ---------------------------------------------------------------------------------
378
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
379
+ ---------------------------------------------------------------------------------
380
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:43:02 +0800
381
+ -----------------------------------------------------------------------
382
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
383
+ -----------------------------------------------------------------------
384
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:43:02 +0800
385
+ -----------------------------------------------------------------------
386
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
387
+ -----------------------------------------------------------------------
388
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:43:03 +0800
389
+ -----------------------------------------------------
390
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
391
+ -----------------------------------------------------
392
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:43:03 +0800
393
+ -------------------------------------------------------------------------------------
394
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
395
+ -------------------------------------------------------------------------------------
396
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:43:03 +0800
397
+ -----------------------------------------------
398
+ SimpleLineIconsRailsTest: test_engine_is_loaded
399
+ -----------------------------------------------
400
+ -----------------------------------------------
401
+ SimpleLineIconsRailsTest: test_fonts_are_served
402
+ -----------------------------------------------
403
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:46:00 +0800
404
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:46:00 +0800
405
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:46:00 +0800
406
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:46:00 +0800
407
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:46:00 +0800
408
+ ----------------------------------------------------------------------
409
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
410
+ ----------------------------------------------------------------------
411
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:46:00 +0800
412
+ Processing by PagesController#icons as HTML
413
+ Rendered pages/icons.html.erb (0.9ms)
414
+ Completed 200 OK in 8ms (Views: 8.2ms)
415
+ ---------------------------------------------------------------------------------
416
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
417
+ ---------------------------------------------------------------------------------
418
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:46:00 +0800
419
+ -----------------------------------------------------------------------
420
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
421
+ -----------------------------------------------------------------------
422
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:46:01 +0800
423
+ -----------------------------------------------------------------------
424
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
425
+ -----------------------------------------------------------------------
426
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:46:01 +0800
427
+ -----------------------------------------------------
428
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
429
+ -----------------------------------------------------
430
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:46:02 +0800
431
+ -------------------------------------------------------------------------------------
432
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
433
+ -------------------------------------------------------------------------------------
434
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:46:02 +0800
435
+ -----------------------------------------------
436
+ SimpleLineIconsRailsTest: test_engine_is_loaded
437
+ -----------------------------------------------
438
+ -----------------------------------------------
439
+ SimpleLineIconsRailsTest: test_fonts_are_served
440
+ -----------------------------------------------
441
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:49:32 +0800
442
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:49:32 +0800
443
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:49:32 +0800
444
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:49:32 +0800
445
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:49:32 +0800
446
+ ----------------------------------------------------------------------
447
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
448
+ ----------------------------------------------------------------------
449
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:49:32 +0800
450
+ Processing by PagesController#icons as HTML
451
+ Rendered pages/icons.html.erb (0.9ms)
452
+ Completed 200 OK in 9ms (Views: 8.8ms)
453
+ ---------------------------------------------------------------------------------
454
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
455
+ ---------------------------------------------------------------------------------
456
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:49:32 +0800
457
+ -----------------------------------------------------------------------
458
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
459
+ -----------------------------------------------------------------------
460
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:49:32 +0800
461
+ -----------------------------------------------------------------------
462
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
463
+ -----------------------------------------------------------------------
464
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:49:33 +0800
465
+ -----------------------------------------------------
466
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
467
+ -----------------------------------------------------
468
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:49:33 +0800
469
+ -------------------------------------------------------------------------------------
470
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
471
+ -------------------------------------------------------------------------------------
472
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:49:33 +0800
473
+ -----------------------------------------------
474
+ SimpleLineIconsRailsTest: test_engine_is_loaded
475
+ -----------------------------------------------
476
+ -----------------------------------------------
477
+ SimpleLineIconsRailsTest: test_fonts_are_served
478
+ -----------------------------------------------
479
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:51:18 +0800
480
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:51:19 +0800
481
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:51:19 +0800
482
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:51:19 +0800
483
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:51:19 +0800
484
+ ----------------------------------------------------------------------
485
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
486
+ ----------------------------------------------------------------------
487
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:51:19 +0800
488
+ Processing by PagesController#icons as HTML
489
+ Rendered pages/icons.html.erb (0.9ms)
490
+ Completed 200 OK in 9ms (Views: 8.7ms)
491
+ ---------------------------------------------------------------------------------
492
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
493
+ ---------------------------------------------------------------------------------
494
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:51:19 +0800
495
+ -----------------------------------------------------------------------
496
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
497
+ -----------------------------------------------------------------------
498
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:51:19 +0800
499
+ -----------------------------------------------------------------------
500
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
501
+ -----------------------------------------------------------------------
502
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:51:19 +0800
503
+ -----------------------------------------------------
504
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
505
+ -----------------------------------------------------
506
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:51:20 +0800
507
+ -------------------------------------------------------------------------------------
508
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
509
+ -------------------------------------------------------------------------------------
510
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:51:20 +0800
511
+ -----------------------------------------------
512
+ SimpleLineIconsRailsTest: test_engine_is_loaded
513
+ -----------------------------------------------
514
+ -----------------------------------------------
515
+ SimpleLineIconsRailsTest: test_fonts_are_served
516
+ -----------------------------------------------
517
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:51:27 +0800
518
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:51:28 +0800
519
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:51:28 +0800
520
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:51:28 +0800
521
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:51:28 +0800
522
+ ----------------------------------------------------------------------
523
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
524
+ ----------------------------------------------------------------------
525
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:51:28 +0800
526
+ Processing by PagesController#icons as HTML
527
+ Rendered pages/icons.html.erb (0.9ms)
528
+ Completed 200 OK in 9ms (Views: 8.5ms)
529
+ ---------------------------------------------------------------------------------
530
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
531
+ ---------------------------------------------------------------------------------
532
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:51:28 +0800
533
+ -----------------------------------------------------------------------
534
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
535
+ -----------------------------------------------------------------------
536
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:51:28 +0800
537
+ -----------------------------------------------------------------------
538
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
539
+ -----------------------------------------------------------------------
540
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:51:28 +0800
541
+ -----------------------------------------------------
542
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
543
+ -----------------------------------------------------
544
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:51:29 +0800
545
+ -------------------------------------------------------------------------------------
546
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
547
+ -------------------------------------------------------------------------------------
548
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:51:29 +0800
549
+ -----------------------------------------------
550
+ SimpleLineIconsRailsTest: test_engine_is_loaded
551
+ -----------------------------------------------
552
+ -----------------------------------------------
553
+ SimpleLineIconsRailsTest: test_fonts_are_served
554
+ -----------------------------------------------
555
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:51:37 +0800
556
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:51:37 +0800
557
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:51:37 +0800
558
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:51:38 +0800
559
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:51:38 +0800
560
+ ----------------------------------------------------------------------
561
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
562
+ ----------------------------------------------------------------------
563
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:51:38 +0800
564
+ Processing by PagesController#icons as HTML
565
+ Rendered pages/icons.html.erb (1.1ms)
566
+ Completed 200 OK in 10ms (Views: 10.0ms)
567
+ ---------------------------------------------------------------------------------
568
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
569
+ ---------------------------------------------------------------------------------
570
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:51:38 +0800
571
+ -----------------------------------------------------------------------
572
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
573
+ -----------------------------------------------------------------------
574
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:51:38 +0800
575
+ -----------------------------------------------------------------------
576
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
577
+ -----------------------------------------------------------------------
578
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:51:38 +0800
579
+ -----------------------------------------------------
580
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
581
+ -----------------------------------------------------
582
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:51:39 +0800
583
+ -------------------------------------------------------------------------------------
584
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
585
+ -------------------------------------------------------------------------------------
586
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:51:39 +0800
587
+ -----------------------------------------------
588
+ SimpleLineIconsRailsTest: test_engine_is_loaded
589
+ -----------------------------------------------
590
+ -----------------------------------------------
591
+ SimpleLineIconsRailsTest: test_fonts_are_served
592
+ -----------------------------------------------
593
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:51:52 +0800
594
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:51:52 +0800
595
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:51:52 +0800
596
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:51:52 +0800
597
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:51:52 +0800
598
+ ----------------------------------------------------------------------
599
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
600
+ ----------------------------------------------------------------------
601
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:51:52 +0800
602
+ Processing by PagesController#icons as HTML
603
+ Rendered pages/icons.html.erb (3.8ms)
604
+ Completed 200 OK in 17ms (Views: 16.9ms)
605
+ ---------------------------------------------------------------------------------
606
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
607
+ ---------------------------------------------------------------------------------
608
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:51:52 +0800
609
+ -----------------------------------------------------------------------
610
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
611
+ -----------------------------------------------------------------------
612
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:51:52 +0800
613
+ -----------------------------------------------------------------------
614
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
615
+ -----------------------------------------------------------------------
616
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:51:53 +0800
617
+ -----------------------------------------------------
618
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
619
+ -----------------------------------------------------
620
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:51:53 +0800
621
+ -------------------------------------------------------------------------------------
622
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
623
+ -------------------------------------------------------------------------------------
624
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:51:53 +0800
625
+ -----------------------------------------------
626
+ SimpleLineIconsRailsTest: test_engine_is_loaded
627
+ -----------------------------------------------
628
+ -----------------------------------------------
629
+ SimpleLineIconsRailsTest: test_fonts_are_served
630
+ -----------------------------------------------
631
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:52:04 +0800
632
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:52:04 +0800
633
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:52:04 +0800
634
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:52:04 +0800
635
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:52:04 +0800
636
+ ----------------------------------------------------------------------
637
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
638
+ ----------------------------------------------------------------------
639
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:52:04 +0800
640
+ Processing by PagesController#icons as HTML
641
+ Rendered pages/icons.html.erb (1.2ms)
642
+ Completed 200 OK in 11ms (Views: 10.4ms)
643
+ ---------------------------------------------------------------------------------
644
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
645
+ ---------------------------------------------------------------------------------
646
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:52:04 +0800
647
+ -----------------------------------------------------------------------
648
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
649
+ -----------------------------------------------------------------------
650
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:52:04 +0800
651
+ -----------------------------------------------------------------------
652
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
653
+ -----------------------------------------------------------------------
654
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:52:05 +0800
655
+ -----------------------------------------------------
656
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
657
+ -----------------------------------------------------
658
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:52:05 +0800
659
+ -------------------------------------------------------------------------------------
660
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
661
+ -------------------------------------------------------------------------------------
662
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:52:06 +0800
663
+ -----------------------------------------------
664
+ SimpleLineIconsRailsTest: test_engine_is_loaded
665
+ -----------------------------------------------
666
+ -----------------------------------------------
667
+ SimpleLineIconsRailsTest: test_fonts_are_served
668
+ -----------------------------------------------
669
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:52:17 +0800
670
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:52:17 +0800
671
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:52:17 +0800
672
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:52:17 +0800
673
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:52:17 +0800
674
+ ----------------------------------------------------------------------
675
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
676
+ ----------------------------------------------------------------------
677
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:52:17 +0800
678
+ Processing by PagesController#icons as HTML
679
+ Rendered pages/icons.html.erb (1.2ms)
680
+ Completed 200 OK in 9ms (Views: 8.6ms)
681
+ ---------------------------------------------------------------------------------
682
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
683
+ ---------------------------------------------------------------------------------
684
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:52:17 +0800
685
+ -----------------------------------------------------------------------
686
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
687
+ -----------------------------------------------------------------------
688
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:52:18 +0800
689
+ -----------------------------------------------------------------------
690
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
691
+ -----------------------------------------------------------------------
692
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:52:18 +0800
693
+ -----------------------------------------------------
694
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
695
+ -----------------------------------------------------
696
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:52:19 +0800
697
+ -------------------------------------------------------------------------------------
698
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
699
+ -------------------------------------------------------------------------------------
700
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:52:19 +0800
701
+ -----------------------------------------------
702
+ SimpleLineIconsRailsTest: test_engine_is_loaded
703
+ -----------------------------------------------
704
+ -----------------------------------------------
705
+ SimpleLineIconsRailsTest: test_fonts_are_served
706
+ -----------------------------------------------
707
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:53:03 +0800
708
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:53:03 +0800
709
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:53:03 +0800
710
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:53:03 +0800
711
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:53:03 +0800
712
+ ----------------------------------------------------------------------
713
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
714
+ ----------------------------------------------------------------------
715
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:53:03 +0800
716
+ Processing by PagesController#icons as HTML
717
+ Rendered pages/icons.html.erb (0.9ms)
718
+ Completed 200 OK in 9ms (Views: 8.6ms)
719
+ ---------------------------------------------------------------------------------
720
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
721
+ ---------------------------------------------------------------------------------
722
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:53:03 +0800
723
+ -----------------------------------------------------------------------
724
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
725
+ -----------------------------------------------------------------------
726
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:53:03 +0800
727
+ -----------------------------------------------------------------------
728
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
729
+ -----------------------------------------------------------------------
730
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:53:04 +0800
731
+ -----------------------------------------------------
732
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
733
+ -----------------------------------------------------
734
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:53:04 +0800
735
+ -------------------------------------------------------------------------------------
736
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
737
+ -------------------------------------------------------------------------------------
738
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:53:05 +0800
739
+ -----------------------------------------------
740
+ SimpleLineIconsRailsTest: test_engine_is_loaded
741
+ -----------------------------------------------
742
+ -----------------------------------------------
743
+ SimpleLineIconsRailsTest: test_fonts_are_served
744
+ -----------------------------------------------
745
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:53:14 +0800
746
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:53:14 +0800
747
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:53:14 +0800
748
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:53:14 +0800
749
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:53:14 +0800
750
+ ----------------------------------------------------------------------
751
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
752
+ ----------------------------------------------------------------------
753
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:53:14 +0800
754
+ Processing by PagesController#icons as HTML
755
+ Rendered pages/icons.html.erb (0.9ms)
756
+ Completed 200 OK in 9ms (Views: 8.9ms)
757
+ ---------------------------------------------------------------------------------
758
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
759
+ ---------------------------------------------------------------------------------
760
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:53:14 +0800
761
+ -----------------------------------------------------------------------
762
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
763
+ -----------------------------------------------------------------------
764
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:53:14 +0800
765
+ -----------------------------------------------------------------------
766
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
767
+ -----------------------------------------------------------------------
768
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:53:15 +0800
769
+ -----------------------------------------------------
770
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
771
+ -----------------------------------------------------
772
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:53:15 +0800
773
+ -------------------------------------------------------------------------------------
774
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
775
+ -------------------------------------------------------------------------------------
776
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:53:16 +0800
777
+ -----------------------------------------------
778
+ SimpleLineIconsRailsTest: test_engine_is_loaded
779
+ -----------------------------------------------
780
+ -----------------------------------------------
781
+ SimpleLineIconsRailsTest: test_fonts_are_served
782
+ -----------------------------------------------
783
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:53:30 +0800
784
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:53:30 +0800
785
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:53:30 +0800
786
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:53:30 +0800
787
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:53:30 +0800
788
+ ----------------------------------------------------------------------
789
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
790
+ ----------------------------------------------------------------------
791
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:53:30 +0800
792
+ Processing by PagesController#icons as HTML
793
+ Rendered pages/icons.html.erb (0.9ms)
794
+ Completed 200 OK in 10ms (Views: 9.5ms)
795
+ ---------------------------------------------------------------------------------
796
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
797
+ ---------------------------------------------------------------------------------
798
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:53:31 +0800
799
+ -----------------------------------------------------------------------
800
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
801
+ -----------------------------------------------------------------------
802
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:53:31 +0800
803
+ -----------------------------------------------------------------------
804
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
805
+ -----------------------------------------------------------------------
806
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:53:31 +0800
807
+ -----------------------------------------------------
808
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
809
+ -----------------------------------------------------
810
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:53:32 +0800
811
+ -------------------------------------------------------------------------------------
812
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
813
+ -------------------------------------------------------------------------------------
814
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:53:32 +0800
815
+ -----------------------------------------------
816
+ SimpleLineIconsRailsTest: test_engine_is_loaded
817
+ -----------------------------------------------
818
+ -----------------------------------------------
819
+ SimpleLineIconsRailsTest: test_fonts_are_served
820
+ -----------------------------------------------
821
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:54:06 +0800
822
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:54:06 +0800
823
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:54:06 +0800
824
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:54:06 +0800
825
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:54:06 +0800
826
+ ----------------------------------------------------------------------
827
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
828
+ ----------------------------------------------------------------------
829
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:54:06 +0800
830
+ Processing by PagesController#icons as HTML
831
+ Rendered pages/icons.html.erb (1.2ms)
832
+ Completed 200 OK in 10ms (Views: 10.3ms)
833
+ ---------------------------------------------------------------------------------
834
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
835
+ ---------------------------------------------------------------------------------
836
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:54:06 +0800
837
+ -----------------------------------------------------------------------
838
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
839
+ -----------------------------------------------------------------------
840
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:54:07 +0800
841
+ -----------------------------------------------------------------------
842
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
843
+ -----------------------------------------------------------------------
844
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:54:07 +0800
845
+ -----------------------------------------------------
846
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
847
+ -----------------------------------------------------
848
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:54:08 +0800
849
+ -------------------------------------------------------------------------------------
850
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
851
+ -------------------------------------------------------------------------------------
852
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:54:08 +0800
853
+ -----------------------------------------------
854
+ SimpleLineIconsRailsTest: test_engine_is_loaded
855
+ -----------------------------------------------
856
+ -----------------------------------------------
857
+ SimpleLineIconsRailsTest: test_fonts_are_served
858
+ -----------------------------------------------
859
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 17:55:32 +0800
860
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 17:55:32 +0800
861
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 17:55:32 +0800
862
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 17:55:32 +0800
863
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 17:55:32 +0800
864
+ ----------------------------------------------------------------------
865
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
866
+ ----------------------------------------------------------------------
867
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 17:55:32 +0800
868
+ Processing by PagesController#icons as HTML
869
+ Rendered pages/icons.html.erb (1.2ms)
870
+ Completed 200 OK in 10ms (Views: 10.1ms)
871
+ ---------------------------------------------------------------------------------
872
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
873
+ ---------------------------------------------------------------------------------
874
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 17:55:32 +0800
875
+ -----------------------------------------------------------------------
876
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
877
+ -----------------------------------------------------------------------
878
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 17:55:32 +0800
879
+ -----------------------------------------------------------------------
880
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
881
+ -----------------------------------------------------------------------
882
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 17:55:33 +0800
883
+ -----------------------------------------------------
884
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
885
+ -----------------------------------------------------
886
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:55:33 +0800
887
+ -------------------------------------------------------------------------------------
888
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
889
+ -------------------------------------------------------------------------------------
890
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 17:55:33 +0800
891
+ -----------------------------------------------
892
+ SimpleLineIconsRailsTest: test_engine_is_loaded
893
+ -----------------------------------------------
894
+ -----------------------------------------------
895
+ SimpleLineIconsRailsTest: test_fonts_are_served
896
+ -----------------------------------------------
897
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 18:00:46 +0800
898
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 18:00:46 +0800
899
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 18:00:46 +0800
900
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 18:00:46 +0800
901
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 18:00:46 +0800
902
+ ----------------------------------------------------------------------
903
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
904
+ ----------------------------------------------------------------------
905
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 18:00:46 +0800
906
+ Processing by PagesController#icons as HTML
907
+ Rendered pages/icons.html.erb (1.3ms)
908
+ Completed 200 OK in 10ms (Views: 10.1ms)
909
+ ---------------------------------------------------------------------------------
910
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
911
+ ---------------------------------------------------------------------------------
912
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 18:00:46 +0800
913
+ -----------------------------------------------------------------------
914
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
915
+ -----------------------------------------------------------------------
916
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 18:00:46 +0800
917
+ -----------------------------------------------------------------------
918
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
919
+ -----------------------------------------------------------------------
920
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 18:00:47 +0800
921
+ -----------------------------------------------------
922
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
923
+ -----------------------------------------------------
924
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 18:00:47 +0800
925
+ -------------------------------------------------------------------------------------
926
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
927
+ -------------------------------------------------------------------------------------
928
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 18:00:47 +0800
929
+ -----------------------------------------------
930
+ SimpleLineIconsRailsTest: test_engine_is_loaded
931
+ -----------------------------------------------
932
+ -----------------------------------------------
933
+ SimpleLineIconsRailsTest: test_fonts_are_served
934
+ -----------------------------------------------
935
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 18:00:59 +0800
936
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 18:00:59 +0800
937
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 18:00:59 +0800
938
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 18:00:59 +0800
939
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 18:00:59 +0800
940
+ ----------------------------------------------------------------------
941
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
942
+ ----------------------------------------------------------------------
943
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 18:00:59 +0800
944
+ Processing by PagesController#icons as HTML
945
+ Rendered pages/icons.html.erb (0.9ms)
946
+ Completed 200 OK in 8ms (Views: 8.1ms)
947
+ ---------------------------------------------------------------------------------
948
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
949
+ ---------------------------------------------------------------------------------
950
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 18:00:59 +0800
951
+ -----------------------------------------------------------------------
952
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
953
+ -----------------------------------------------------------------------
954
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 18:01:00 +0800
955
+ -----------------------------------------------------------------------
956
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
957
+ -----------------------------------------------------------------------
958
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 18:01:00 +0800
959
+ -----------------------------------------------------
960
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
961
+ -----------------------------------------------------
962
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 18:01:00 +0800
963
+ -------------------------------------------------------------------------------------
964
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
965
+ -------------------------------------------------------------------------------------
966
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 18:01:01 +0800
967
+ -----------------------------------------------
968
+ SimpleLineIconsRailsTest: test_engine_is_loaded
969
+ -----------------------------------------------
970
+ -----------------------------------------------
971
+ SimpleLineIconsRailsTest: test_fonts_are_served
972
+ -----------------------------------------------
973
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 18:01:24 +0800
974
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 18:01:24 +0800
975
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 18:01:24 +0800
976
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 18:01:24 +0800
977
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 18:01:24 +0800
978
+ ----------------------------------------------------------------------
979
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
980
+ ----------------------------------------------------------------------
981
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 18:01:24 +0800
982
+ Processing by PagesController#icons as HTML
983
+ Rendered pages/icons.html.erb (1.0ms)
984
+ Completed 200 OK in 10ms (Views: 9.8ms)
985
+ ---------------------------------------------------------------------------------
986
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
987
+ ---------------------------------------------------------------------------------
988
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 18:01:24 +0800
989
+ -----------------------------------------------------------------------
990
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
991
+ -----------------------------------------------------------------------
992
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 18:01:24 +0800
993
+ -----------------------------------------------------------------------
994
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
995
+ -----------------------------------------------------------------------
996
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 18:01:25 +0800
997
+ -----------------------------------------------------
998
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
999
+ -----------------------------------------------------
1000
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 18:01:25 +0800
1001
+ -------------------------------------------------------------------------------------
1002
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
1003
+ -------------------------------------------------------------------------------------
1004
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 18:01:26 +0800
1005
+ -----------------------------------------------
1006
+ SimpleLineIconsRailsTest: test_engine_is_loaded
1007
+ -----------------------------------------------
1008
+ -----------------------------------------------
1009
+ SimpleLineIconsRailsTest: test_fonts_are_served
1010
+ -----------------------------------------------
1011
+ Started GET "/assets/Simple-Line-Icons.eot" for 127.0.0.1 at 2016-07-04 18:02:26 +0800
1012
+ Started GET "/assets/Simple-Line-Icons.ttf" for 127.0.0.1 at 2016-07-04 18:02:26 +0800
1013
+ Started GET "/assets/Simple-Line-Icons.woff" for 127.0.0.1 at 2016-07-04 18:02:26 +0800
1014
+ Started GET "/assets/Simple-Line-Icons.woff2" for 127.0.0.1 at 2016-07-04 18:02:26 +0800
1015
+ Started GET "/assets/Simple-Line-Icons.svg" for 127.0.0.1 at 2016-07-04 18:02:26 +0800
1016
+ ----------------------------------------------------------------------
1017
+ SimpleLineIconsRailsTest: test_helpers_should_be_available_in_the_view
1018
+ ----------------------------------------------------------------------
1019
+ Started GET "/icons" for 127.0.0.1 at 2016-07-04 18:02:26 +0800
1020
+ Processing by PagesController#icons as HTML
1021
+ Rendered pages/icons.html.erb (1.0ms)
1022
+ Completed 200 OK in 9ms (Views: 8.9ms)
1023
+ ---------------------------------------------------------------------------------
1024
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
1025
+ ---------------------------------------------------------------------------------
1026
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2016-07-04 18:02:26 +0800
1027
+ -----------------------------------------------------------------------
1028
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_sass_import
1029
+ -----------------------------------------------------------------------
1030
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2016-07-04 18:02:26 +0800
1031
+ -----------------------------------------------------------------------
1032
+ SimpleLineIconsRailsTest: test_stylesheet_is_available_in_a_scss_import
1033
+ -----------------------------------------------------------------------
1034
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2016-07-04 18:02:27 +0800
1035
+ -----------------------------------------------------
1036
+ SimpleLineIconsRailsTest: test_stylesheets_are_served
1037
+ -----------------------------------------------------
1038
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 18:02:27 +0800
1039
+ -------------------------------------------------------------------------------------
1040
+ SimpleLineIconsRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
1041
+ -------------------------------------------------------------------------------------
1042
+ Started GET "/assets/simple-line-icons.css" for 127.0.0.1 at 2016-07-04 18:02:27 +0800