weather-icons-for-rails 0.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,2 @@
1
+ require 'weather-icons-for-rails/version'
2
+ require 'weather-icons-for-rails/engine' if defined?(::Rails)
@@ -0,0 +1,6 @@
1
+ module WeatherIconsFor
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -0,0 +1,6 @@
1
+ module WeatherIconsFor
2
+ module Rails
3
+ WI_VERSION = '2.0.10'
4
+ VERSION = '0.0.0'
5
+ end
6
+ end
@@ -0,0 +1,2 @@
1
+ @import weather-icons
2
+ @import weather-icons-wind
@@ -0,0 +1,2 @@
1
+ @import "weather-icons";
2
+ @import "weather-icons-wind";
@@ -0,0 +1,4 @@
1
+ /*
2
+ *= require weather-icons
3
+ *= require weather-icons-wind
4
+ */
@@ -0,0 +1,2 @@
1
+ class PagesController < ActionController::Base
2
+ end
@@ -0,0 +1,4 @@
1
+ # This file is used by Rack-based servers to start the application.
2
+
3
+ require ::File.expand_path('../config/environment', __FILE__)
4
+ run Dummy::Application
@@ -0,0 +1,19 @@
1
+ require File.expand_path('../boot', __FILE__)
2
+
3
+ # require 'rails/all'
4
+ require 'sprockets/railtie'
5
+
6
+ Bundler.require(:default, :development)
7
+
8
+ module Dummy
9
+ class Application < Rails::Application
10
+ config.encoding = 'utf-8'
11
+ config.assets.enabled = true
12
+ config.assets.version = '1.0'
13
+
14
+ # replacement for environments/*.rb
15
+ config.active_support.deprecation = :stderr
16
+ config.eager_load = false
17
+ config.active_support.test_order = :random rescue nil
18
+ end
19
+ end
@@ -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 = 'deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef'
8
+ Dummy::Application.config.secret_key_base = 'deadbeef' 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,773 @@
1
+ ----------------------------------------------
2
+ WeatherIconForRailsTest: test_fonts_are_served
3
+ ----------------------------------------------
4
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 02:01:38 +0200
5
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 02:01:38 +0200
6
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 02:01:38 +0200
7
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 02:01:38 +0200
8
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 02:01:38 +0200
9
+ ----------------------------------------------
10
+ WeatherIconForRailsTest: test_engine_is_loaded
11
+ ----------------------------------------------
12
+ ----------------------------------------------
13
+ WeatherIconForRailsTest: test_fonts_are_served
14
+ ----------------------------------------------
15
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 02:03:46 +0200
16
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 02:03:46 +0200
17
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 02:03:46 +0200
18
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 02:03:46 +0200
19
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 02:03:46 +0200
20
+ ----------------------------------------------
21
+ WeatherIconForRailsTest: test_engine_is_loaded
22
+ ----------------------------------------------
23
+ ----------------------------------------------
24
+ WeatherIconForRailsTest: test_engine_is_loaded
25
+ ----------------------------------------------
26
+ ----------------------------------------------
27
+ WeatherIconForRailsTest: test_fonts_are_served
28
+ ----------------------------------------------
29
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 09:38:03 +0200
30
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 09:38:03 +0200
31
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 09:38:03 +0200
32
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 09:38:03 +0200
33
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 09:38:03 +0200
34
+ ----------------------------------------------------
35
+ WeatherIconForRailsTest: test_stylesheets_are_served
36
+ ----------------------------------------------------
37
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 09:38:03 +0200
38
+ ----------------------------------------------
39
+ WeatherIconForRailsTest: test_engine_is_loaded
40
+ ----------------------------------------------
41
+ ----------------------------------------------------
42
+ WeatherIconForRailsTest: test_stylesheets_are_served
43
+ ----------------------------------------------------
44
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 09:38:46 +0200
45
+ Started GET "/assets/weather-icons.min.css" for 127.0.0.1 at 2015-10-24 09:38:47 +0200
46
+ ----------------------------------------------
47
+ WeatherIconForRailsTest: test_fonts_are_served
48
+ ----------------------------------------------
49
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 09:38:47 +0200
50
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 09:38:47 +0200
51
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 09:38:47 +0200
52
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 09:38:47 +0200
53
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 09:38:47 +0200
54
+ ----------------------------------------------------
55
+ WeatherIconForRailsTest: test_stylesheets_are_served
56
+ ----------------------------------------------------
57
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 09:44:01 +0200
58
+ ----------------------------------------------
59
+ WeatherIconForRailsTest: test_fonts_are_served
60
+ ----------------------------------------------
61
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 09:44:01 +0200
62
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 09:44:01 +0200
63
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 09:44:01 +0200
64
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 09:44:01 +0200
65
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 09:44:01 +0200
66
+ ----------------------------------------------
67
+ WeatherIconForRailsTest: test_engine_is_loaded
68
+ ----------------------------------------------
69
+ ----------------------------------------------------
70
+ WeatherIconForRailsTest: test_stylesheets_are_served
71
+ ----------------------------------------------------
72
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 09:45:05 +0200
73
+ Started GET "/assets/weather-icons.min.css" for 127.0.0.1 at 2015-10-24 09:45:05 +0200
74
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 09:45:05 +0200
75
+ Started GET "/assets/weather-icons-wind.min.css" for 127.0.0.1 at 2015-10-24 09:45:06 +0200
76
+ ----------------------------------------------
77
+ WeatherIconForRailsTest: test_fonts_are_served
78
+ ----------------------------------------------
79
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 09:45:07 +0200
80
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 09:45:07 +0200
81
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 09:45:07 +0200
82
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 09:45:07 +0200
83
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 09:45:07 +0200
84
+ ----------------------------------------------
85
+ WeatherIconForRailsTest: test_engine_is_loaded
86
+ ----------------------------------------------
87
+ ------------------------------------------------------------------------------------
88
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
89
+ ------------------------------------------------------------------------------------
90
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2015-10-24 09:57:41 +0200
91
+
92
+ ActionController::RoutingError (No route matches [GET] "/assets/font-awesome.css"):
93
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
94
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
95
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
96
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
97
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
98
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
99
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
100
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
101
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
102
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
103
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
104
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
105
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
106
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
107
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
108
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
109
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
110
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
111
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
112
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
113
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:297:in `process'
114
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:32:in `get'
115
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
116
+ /Users/lasong/projects/personal/weather-icons-for-rails/test/weather_icons_for_rails_test.rb:35:in `block in <class:WeatherIconForRailsTest>'
117
+ minitest (5.8.1) lib/minitest/test.rb:108:in `block (3 levels) in run'
118
+ minitest (5.8.1) lib/minitest/test.rb:205:in `capture_exceptions'
119
+ minitest (5.8.1) lib/minitest/test.rb:105:in `block (2 levels) in run'
120
+ minitest (5.8.1) lib/minitest/test.rb:256:in `time_it'
121
+ minitest (5.8.1) lib/minitest/test.rb:104:in `block in run'
122
+ minitest (5.8.1) lib/minitest.rb:334:in `on_signal'
123
+ minitest (5.8.1) lib/minitest/test.rb:276:in `with_info_handler'
124
+ minitest (5.8.1) lib/minitest/test.rb:103:in `run'
125
+ minitest (5.8.1) lib/minitest.rb:781:in `run_one_method'
126
+ minitest (5.8.1) lib/minitest.rb:308:in `run_one_method'
127
+ minitest (5.8.1) lib/minitest.rb:296:in `block (2 levels) in run'
128
+ minitest (5.8.1) lib/minitest.rb:295:in `each'
129
+ minitest (5.8.1) lib/minitest.rb:295:in `block in run'
130
+ minitest (5.8.1) lib/minitest.rb:334:in `on_signal'
131
+ minitest (5.8.1) lib/minitest.rb:321:in `with_info_handler'
132
+ minitest (5.8.1) lib/minitest.rb:294:in `run'
133
+ minitest (5.8.1) lib/minitest.rb:155:in `block in __run'
134
+ minitest (5.8.1) lib/minitest.rb:155:in `map'
135
+ minitest (5.8.1) lib/minitest.rb:155:in `__run'
136
+ minitest (5.8.1) lib/minitest.rb:129:in `run'
137
+ minitest (5.8.1) lib/minitest.rb:56:in `block in autorun'
138
+
139
+
140
+ ----------------------------------------------
141
+ WeatherIconForRailsTest: test_fonts_are_served
142
+ ----------------------------------------------
143
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 09:57:41 +0200
144
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 09:57:41 +0200
145
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 09:57:41 +0200
146
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 09:57:41 +0200
147
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 09:57:41 +0200
148
+ ----------------------------------------------------
149
+ WeatherIconForRailsTest: test_stylesheets_are_served
150
+ ----------------------------------------------------
151
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 09:57:41 +0200
152
+ Started GET "/assets/weather-icons.min.css" for 127.0.0.1 at 2015-10-24 09:57:42 +0200
153
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 09:57:42 +0200
154
+ Started GET "/assets/weather-icons-wind.min.css" for 127.0.0.1 at 2015-10-24 09:57:43 +0200
155
+ ----------------------------------------------
156
+ WeatherIconForRailsTest: test_engine_is_loaded
157
+ ----------------------------------------------
158
+ ----------------------------------------------------
159
+ WeatherIconForRailsTest: test_stylesheets_are_served
160
+ ----------------------------------------------------
161
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:04:55 +0200
162
+ Started GET "/assets/weather-icons.min.css" for 127.0.0.1 at 2015-10-24 10:04:55 +0200
163
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:04:55 +0200
164
+ Started GET "/assets/weather-icons-wind.min.css" for 127.0.0.1 at 2015-10-24 10:04:56 +0200
165
+ ----------------------------------------------
166
+ WeatherIconForRailsTest: test_fonts_are_served
167
+ ----------------------------------------------
168
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:04:57 +0200
169
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:04:57 +0200
170
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:04:57 +0200
171
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:04:57 +0200
172
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:04:57 +0200
173
+ ----------------------------------------------
174
+ WeatherIconForRailsTest: test_engine_is_loaded
175
+ ----------------------------------------------
176
+ ----------------------------------------------
177
+ WeatherIconForRailsTest: test_engine_is_loaded
178
+ ----------------------------------------------
179
+ ----------------------------------------------
180
+ WeatherIconForRailsTest: test_fonts_are_served
181
+ ----------------------------------------------
182
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:05:55 +0200
183
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:05:55 +0200
184
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:05:55 +0200
185
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:05:55 +0200
186
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:05:55 +0200
187
+ ----------------------------------------------------
188
+ WeatherIconForRailsTest: test_stylesheets_are_served
189
+ ----------------------------------------------------
190
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:05:55 +0200
191
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:05:56 +0200
192
+ ----------------------------------------------------
193
+ WeatherIconForRailsTest: test_stylesheets_are_served
194
+ ----------------------------------------------------
195
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:06:25 +0200
196
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:06:26 +0200
197
+ ----------------------------------------------
198
+ WeatherIconForRailsTest: test_fonts_are_served
199
+ ----------------------------------------------
200
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:06:26 +0200
201
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:06:26 +0200
202
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:06:26 +0200
203
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:06:26 +0200
204
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:06:26 +0200
205
+ ------------------------------------------------------------------------------------
206
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
207
+ ------------------------------------------------------------------------------------
208
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2015-10-24 10:06:26 +0200
209
+
210
+ ActionController::RoutingError (No route matches [GET] "/assets/font-awesome.css"):
211
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
212
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
213
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
214
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
215
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
216
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
217
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
218
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
219
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
220
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
221
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
222
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
223
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
224
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
225
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
226
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
227
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
228
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
229
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
230
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
231
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:297:in `process'
232
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:32:in `get'
233
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
234
+ /Users/lasong/projects/personal/weather-icons-for-rails/test/weather_icons_for_rails_test.rb:31:in `block in <class:WeatherIconForRailsTest>'
235
+ minitest (5.8.1) lib/minitest/test.rb:108:in `block (3 levels) in run'
236
+ minitest (5.8.1) lib/minitest/test.rb:205:in `capture_exceptions'
237
+ minitest (5.8.1) lib/minitest/test.rb:105:in `block (2 levels) in run'
238
+ minitest (5.8.1) lib/minitest/test.rb:256:in `time_it'
239
+ minitest (5.8.1) lib/minitest/test.rb:104:in `block in run'
240
+ minitest (5.8.1) lib/minitest.rb:334:in `on_signal'
241
+ minitest (5.8.1) lib/minitest/test.rb:276:in `with_info_handler'
242
+ minitest (5.8.1) lib/minitest/test.rb:103:in `run'
243
+ minitest (5.8.1) lib/minitest.rb:781:in `run_one_method'
244
+ minitest (5.8.1) lib/minitest.rb:308:in `run_one_method'
245
+ minitest (5.8.1) lib/minitest.rb:296:in `block (2 levels) in run'
246
+ minitest (5.8.1) lib/minitest.rb:295:in `each'
247
+ minitest (5.8.1) lib/minitest.rb:295:in `block in run'
248
+ minitest (5.8.1) lib/minitest.rb:334:in `on_signal'
249
+ minitest (5.8.1) lib/minitest.rb:321:in `with_info_handler'
250
+ minitest (5.8.1) lib/minitest.rb:294:in `run'
251
+ minitest (5.8.1) lib/minitest.rb:155:in `block in __run'
252
+ minitest (5.8.1) lib/minitest.rb:155:in `map'
253
+ minitest (5.8.1) lib/minitest.rb:155:in `__run'
254
+ minitest (5.8.1) lib/minitest.rb:129:in `run'
255
+ minitest (5.8.1) lib/minitest.rb:56:in `block in autorun'
256
+
257
+
258
+ ----------------------------------------------
259
+ WeatherIconForRailsTest: test_engine_is_loaded
260
+ ----------------------------------------------
261
+ ----------------------------------------------
262
+ WeatherIconForRailsTest: test_engine_is_loaded
263
+ ----------------------------------------------
264
+ ------------------------------------------------------------------------------------
265
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
266
+ ------------------------------------------------------------------------------------
267
+ Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2015-10-24 10:07:05 +0200
268
+
269
+ ActionController::RoutingError (No route matches [GET] "/assets/font-awesome.css"):
270
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
271
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
272
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
273
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
274
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
275
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
276
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
277
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
278
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
279
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
280
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
281
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
282
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
283
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
284
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
285
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
286
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
287
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
288
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
289
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
290
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:297:in `process'
291
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:32:in `get'
292
+ actionpack (4.2.4) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
293
+ /Users/lasong/projects/personal/weather-icons-for-rails/test/weather_icons_for_rails_test.rb:31:in `block in <class:WeatherIconForRailsTest>'
294
+ minitest (5.8.1) lib/minitest/test.rb:108:in `block (3 levels) in run'
295
+ minitest (5.8.1) lib/minitest/test.rb:205:in `capture_exceptions'
296
+ minitest (5.8.1) lib/minitest/test.rb:105:in `block (2 levels) in run'
297
+ minitest (5.8.1) lib/minitest/test.rb:256:in `time_it'
298
+ minitest (5.8.1) lib/minitest/test.rb:104:in `block in run'
299
+ minitest (5.8.1) lib/minitest.rb:334:in `on_signal'
300
+ minitest (5.8.1) lib/minitest/test.rb:276:in `with_info_handler'
301
+ minitest (5.8.1) lib/minitest/test.rb:103:in `run'
302
+ minitest (5.8.1) lib/minitest.rb:781:in `run_one_method'
303
+ minitest (5.8.1) lib/minitest.rb:308:in `run_one_method'
304
+ minitest (5.8.1) lib/minitest.rb:296:in `block (2 levels) in run'
305
+ minitest (5.8.1) lib/minitest.rb:295:in `each'
306
+ minitest (5.8.1) lib/minitest.rb:295:in `block in run'
307
+ minitest (5.8.1) lib/minitest.rb:334:in `on_signal'
308
+ minitest (5.8.1) lib/minitest.rb:321:in `with_info_handler'
309
+ minitest (5.8.1) lib/minitest.rb:294:in `run'
310
+ minitest (5.8.1) lib/minitest.rb:155:in `block in __run'
311
+ minitest (5.8.1) lib/minitest.rb:155:in `map'
312
+ minitest (5.8.1) lib/minitest.rb:155:in `__run'
313
+ minitest (5.8.1) lib/minitest.rb:129:in `run'
314
+ minitest (5.8.1) lib/minitest.rb:56:in `block in autorun'
315
+
316
+
317
+ ----------------------------------------------
318
+ WeatherIconForRailsTest: test_fonts_are_served
319
+ ----------------------------------------------
320
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:07:05 +0200
321
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:07:05 +0200
322
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:07:05 +0200
323
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:07:05 +0200
324
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:07:05 +0200
325
+ ----------------------------------------------------
326
+ WeatherIconForRailsTest: test_stylesheets_are_served
327
+ ----------------------------------------------------
328
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:07:05 +0200
329
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:07:06 +0200
330
+ ------------------------------------------------------------------------------------
331
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
332
+ ------------------------------------------------------------------------------------
333
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:08:42 +0200
334
+ ----------------------------------------------
335
+ WeatherIconForRailsTest: test_fonts_are_served
336
+ ----------------------------------------------
337
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:08:42 +0200
338
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:08:42 +0200
339
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:08:42 +0200
340
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:08:42 +0200
341
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:08:42 +0200
342
+ ----------------------------------------------------
343
+ WeatherIconForRailsTest: test_stylesheets_are_served
344
+ ----------------------------------------------------
345
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:08:42 +0200
346
+ ----------------------------------------------
347
+ WeatherIconForRailsTest: test_engine_is_loaded
348
+ ----------------------------------------------
349
+ ------------------------------------------------------------------------------------
350
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
351
+ ------------------------------------------------------------------------------------
352
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:09:11 +0200
353
+ ----------------------------------------------------
354
+ WeatherIconForRailsTest: test_stylesheets_are_served
355
+ ----------------------------------------------------
356
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:09:12 +0200
357
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:09:12 +0200
358
+ ----------------------------------------------
359
+ WeatherIconForRailsTest: test_fonts_are_served
360
+ ----------------------------------------------
361
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:09:13 +0200
362
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:09:13 +0200
363
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:09:13 +0200
364
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:09:13 +0200
365
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:09:13 +0200
366
+ ----------------------------------------------
367
+ WeatherIconForRailsTest: test_engine_is_loaded
368
+ ----------------------------------------------
369
+ ----------------------------------------------
370
+ WeatherIconForRailsTest: test_fonts_are_served
371
+ ----------------------------------------------
372
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:10:33 +0200
373
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:10:33 +0200
374
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:10:33 +0200
375
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:10:33 +0200
376
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:10:33 +0200
377
+ ----------------------------------------------------
378
+ WeatherIconForRailsTest: test_stylesheets_are_served
379
+ ----------------------------------------------------
380
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:10:33 +0200
381
+ ----------------------------------------------
382
+ WeatherIconForRailsTest: test_engine_is_loaded
383
+ ----------------------------------------------
384
+ ------------------------------------------------------------------------------------
385
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
386
+ ------------------------------------------------------------------------------------
387
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:10:33 +0200
388
+ ------------------------------------------------------------------------------------
389
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
390
+ ------------------------------------------------------------------------------------
391
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:13:47 +0200
392
+ ----------------------------------------------------
393
+ WeatherIconForRailsTest: test_stylesheets_are_served
394
+ ----------------------------------------------------
395
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:13:47 +0200
396
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:13:48 +0200
397
+ ----------------------------------------------
398
+ WeatherIconForRailsTest: test_engine_is_loaded
399
+ ----------------------------------------------
400
+ ----------------------------------------------
401
+ WeatherIconForRailsTest: test_fonts_are_served
402
+ ----------------------------------------------
403
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:13:49 +0200
404
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:13:49 +0200
405
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:13:49 +0200
406
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:13:49 +0200
407
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:13:49 +0200
408
+ ----------------------------------------------
409
+ WeatherIconForRailsTest: test_engine_is_loaded
410
+ ----------------------------------------------
411
+ ----------------------------------------------
412
+ WeatherIconForRailsTest: test_fonts_are_served
413
+ ----------------------------------------------
414
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:15:42 +0200
415
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:15:42 +0200
416
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:15:42 +0200
417
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:15:42 +0200
418
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:15:42 +0200
419
+ ------------------------------------------------------------------------------------
420
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
421
+ ------------------------------------------------------------------------------------
422
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:15:42 +0200
423
+ ----------------------------------------------------
424
+ WeatherIconForRailsTest: test_stylesheets_are_served
425
+ ----------------------------------------------------
426
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:15:42 +0200
427
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:15:42 +0200
428
+ ------------------------------------------------------------------------------------
429
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
430
+ ------------------------------------------------------------------------------------
431
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:15:53 +0200
432
+ ----------------------------------------------
433
+ WeatherIconForRailsTest: test_fonts_are_served
434
+ ----------------------------------------------
435
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:15:53 +0200
436
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:15:53 +0200
437
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:15:53 +0200
438
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:15:53 +0200
439
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:15:53 +0200
440
+ ----------------------------------------------
441
+ WeatherIconForRailsTest: test_engine_is_loaded
442
+ ----------------------------------------------
443
+ ----------------------------------------------------
444
+ WeatherIconForRailsTest: test_stylesheets_are_served
445
+ ----------------------------------------------------
446
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:15:53 +0200
447
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:15:54 +0200
448
+ ------------------------------------------------------------------------------------
449
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
450
+ ------------------------------------------------------------------------------------
451
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:21:11 +0200
452
+ ----------------------------------------------
453
+ WeatherIconForRailsTest: test_fonts_are_served
454
+ ----------------------------------------------
455
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:21:11 +0200
456
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:21:11 +0200
457
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:21:11 +0200
458
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:21:11 +0200
459
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:21:11 +0200
460
+ ----------------------------------------------------
461
+ WeatherIconForRailsTest: test_stylesheets_are_served
462
+ ----------------------------------------------------
463
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:21:11 +0200
464
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:21:12 +0200
465
+ ----------------------------------------------
466
+ WeatherIconForRailsTest: test_engine_is_loaded
467
+ ----------------------------------------------
468
+ ----------------------------------------------------
469
+ WeatherIconForRailsTest: test_stylesheets_are_served
470
+ ----------------------------------------------------
471
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:21:57 +0200
472
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:21:57 +0200
473
+ ----------------------------------------------
474
+ WeatherIconForRailsTest: test_fonts_are_served
475
+ ----------------------------------------------
476
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:21:58 +0200
477
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:21:58 +0200
478
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:21:58 +0200
479
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:21:58 +0200
480
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:21:58 +0200
481
+ ------------------------------------------------------------------------------------
482
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
483
+ ------------------------------------------------------------------------------------
484
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:21:58 +0200
485
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:21:58 +0200
486
+ ----------------------------------------------
487
+ WeatherIconForRailsTest: test_engine_is_loaded
488
+ ----------------------------------------------
489
+ ----------------------------------------------
490
+ WeatherIconForRailsTest: test_engine_is_loaded
491
+ ----------------------------------------------
492
+ ----------------------------------------------
493
+ WeatherIconForRailsTest: test_fonts_are_served
494
+ ----------------------------------------------
495
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:23:16 +0200
496
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:23:16 +0200
497
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:23:16 +0200
498
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:23:16 +0200
499
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:23:16 +0200
500
+ ----------------------------------------------------
501
+ WeatherIconForRailsTest: test_stylesheets_are_served
502
+ ----------------------------------------------------
503
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:23:16 +0200
504
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:23:16 +0200
505
+ ------------------------------------------------------------------------------------
506
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
507
+ ------------------------------------------------------------------------------------
508
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:23:17 +0200
509
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:23:17 +0200
510
+ ----------------------------------------------
511
+ WeatherIconForRailsTest: test_fonts_are_served
512
+ ----------------------------------------------
513
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:28:32 +0200
514
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:28:32 +0200
515
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:28:32 +0200
516
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:28:32 +0200
517
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:28:32 +0200
518
+ ----------------------------------------------------------------------
519
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_sass_import
520
+ ----------------------------------------------------------------------
521
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-24 10:28:32 +0200
522
+ ------------------------------------------------------------------------------------
523
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
524
+ ------------------------------------------------------------------------------------
525
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:28:32 +0200
526
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:28:32 +0200
527
+ ----------------------------------------------------
528
+ WeatherIconForRailsTest: test_stylesheets_are_served
529
+ ----------------------------------------------------
530
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:28:33 +0200
531
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:28:34 +0200
532
+ ----------------------------------------------------------------------
533
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_scss_import
534
+ ----------------------------------------------------------------------
535
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-24 10:28:35 +0200
536
+ --------------------------------------------------------------------------------
537
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
538
+ --------------------------------------------------------------------------------
539
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-24 10:28:35 +0200
540
+ ----------------------------------------------
541
+ WeatherIconForRailsTest: test_engine_is_loaded
542
+ ----------------------------------------------
543
+ --------------------------------------------------------------------------------
544
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
545
+ --------------------------------------------------------------------------------
546
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-24 10:29:08 +0200
547
+ ----------------------------------------------
548
+ WeatherIconForRailsTest: test_fonts_are_served
549
+ ----------------------------------------------
550
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:29:09 +0200
551
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:29:09 +0200
552
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:29:09 +0200
553
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:29:09 +0200
554
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:29:09 +0200
555
+ ----------------------------------------------------------------------
556
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_sass_import
557
+ ----------------------------------------------------------------------
558
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-24 10:29:09 +0200
559
+ ----------------------------------------------
560
+ WeatherIconForRailsTest: test_engine_is_loaded
561
+ ----------------------------------------------
562
+ ----------------------------------------------------------------------
563
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_scss_import
564
+ ----------------------------------------------------------------------
565
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-24 10:29:12 +0200
566
+ ----------------------------------------------------
567
+ WeatherIconForRailsTest: test_stylesheets_are_served
568
+ ----------------------------------------------------
569
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:29:12 +0200
570
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:29:12 +0200
571
+ ------------------------------------------------------------------------------------
572
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
573
+ ------------------------------------------------------------------------------------
574
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:29:13 +0200
575
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:29:14 +0200
576
+ ----------------------------------------------------------------------
577
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_sass_import
578
+ ----------------------------------------------------------------------
579
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-24 10:29:24 +0200
580
+ ----------------------------------------------------------------------
581
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_scss_import
582
+ ----------------------------------------------------------------------
583
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-24 10:29:27 +0200
584
+ ----------------------------------------------------
585
+ WeatherIconForRailsTest: test_stylesheets_are_served
586
+ ----------------------------------------------------
587
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:29:30 +0200
588
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:29:31 +0200
589
+ ----------------------------------------------
590
+ WeatherIconForRailsTest: test_fonts_are_served
591
+ ----------------------------------------------
592
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:29:32 +0200
593
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:29:32 +0200
594
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:29:32 +0200
595
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:29:32 +0200
596
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:29:32 +0200
597
+ ------------------------------------------------------------------------------------
598
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
599
+ ------------------------------------------------------------------------------------
600
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:29:32 +0200
601
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:29:32 +0200
602
+ --------------------------------------------------------------------------------
603
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
604
+ --------------------------------------------------------------------------------
605
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-24 10:29:33 +0200
606
+ ----------------------------------------------
607
+ WeatherIconForRailsTest: test_engine_is_loaded
608
+ ----------------------------------------------
609
+ ------------------------------------------------------------------------------------
610
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
611
+ ------------------------------------------------------------------------------------
612
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:29:54 +0200
613
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:29:54 +0200
614
+ ----------------------------------------------------
615
+ WeatherIconForRailsTest: test_stylesheets_are_served
616
+ ----------------------------------------------------
617
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:29:55 +0200
618
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:29:56 +0200
619
+ ----------------------------------------------
620
+ WeatherIconForRailsTest: test_engine_is_loaded
621
+ ----------------------------------------------
622
+ ----------------------------------------------------------------------
623
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_sass_import
624
+ ----------------------------------------------------------------------
625
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-24 10:29:57 +0200
626
+ ----------------------------------------------
627
+ WeatherIconForRailsTest: test_fonts_are_served
628
+ ----------------------------------------------
629
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:30:00 +0200
630
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:30:00 +0200
631
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:30:00 +0200
632
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:30:00 +0200
633
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:30:00 +0200
634
+ ----------------------------------------------------------------------
635
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_scss_import
636
+ ----------------------------------------------------------------------
637
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-24 10:30:00 +0200
638
+ --------------------------------------------------------------------------------
639
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
640
+ --------------------------------------------------------------------------------
641
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-24 10:30:03 +0200
642
+ ----------------------------------------------------------------------
643
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_scss_import
644
+ ----------------------------------------------------------------------
645
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-24 10:32:01 +0200
646
+ ----------------------------------------------------
647
+ WeatherIconForRailsTest: test_stylesheets_are_served
648
+ ----------------------------------------------------
649
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:32:05 +0200
650
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:32:05 +0200
651
+ --------------------------------------------------------------------------------
652
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
653
+ --------------------------------------------------------------------------------
654
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-24 10:32:06 +0200
655
+ ------------------------------------------------------------------------------------
656
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
657
+ ------------------------------------------------------------------------------------
658
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:32:07 +0200
659
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:32:07 +0200
660
+ ----------------------------------------------------------------------
661
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_sass_import
662
+ ----------------------------------------------------------------------
663
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-24 10:32:08 +0200
664
+ ----------------------------------------------
665
+ WeatherIconForRailsTest: test_fonts_are_served
666
+ ----------------------------------------------
667
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:32:11 +0200
668
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:32:11 +0200
669
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:32:11 +0200
670
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:32:11 +0200
671
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:32:11 +0200
672
+ ----------------------------------------------
673
+ WeatherIconForRailsTest: test_engine_is_loaded
674
+ ----------------------------------------------
675
+ ----------------------------------------------
676
+ WeatherIconForRailsTest: test_engine_is_loaded
677
+ ----------------------------------------------
678
+ ----------------------------------------------
679
+ WeatherIconForRailsTest: test_fonts_are_served
680
+ ----------------------------------------------
681
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 10:48:02 +0200
682
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 10:48:02 +0200
683
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 10:48:02 +0200
684
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 10:48:02 +0200
685
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 10:48:02 +0200
686
+ ----------------------------------------------------
687
+ WeatherIconForRailsTest: test_stylesheets_are_served
688
+ ----------------------------------------------------
689
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:48:02 +0200
690
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:48:03 +0200
691
+ ----------------------------------------------------------------------
692
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_sass_import
693
+ ----------------------------------------------------------------------
694
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-24 10:48:04 +0200
695
+ ------------------------------------------------------------------------------------
696
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
697
+ ------------------------------------------------------------------------------------
698
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 10:48:07 +0200
699
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 10:48:07 +0200
700
+ --------------------------------------------------------------------------------
701
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
702
+ --------------------------------------------------------------------------------
703
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-24 10:48:08 +0200
704
+ ----------------------------------------------------------------------
705
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_scss_import
706
+ ----------------------------------------------------------------------
707
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-24 10:48:09 +0200
708
+ ----------------------------------------------
709
+ WeatherIconForRailsTest: test_fonts_are_served
710
+ ----------------------------------------------
711
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 11:00:09 +0200
712
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 11:00:09 +0200
713
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 11:00:09 +0200
714
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 11:00:09 +0200
715
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 11:00:09 +0200
716
+ ----------------------------------------------------------------------
717
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_sass_import
718
+ ----------------------------------------------------------------------
719
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-24 11:00:09 +0200
720
+ ----------------------------------------------
721
+ WeatherIconForRailsTest: test_engine_is_loaded
722
+ ----------------------------------------------
723
+ ------------------------------------------------------------------------------------
724
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
725
+ ------------------------------------------------------------------------------------
726
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 11:00:13 +0200
727
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 11:00:13 +0200
728
+ ----------------------------------------------------------------------
729
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_scss_import
730
+ ----------------------------------------------------------------------
731
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-24 11:00:14 +0200
732
+ ----------------------------------------------------
733
+ WeatherIconForRailsTest: test_stylesheets_are_served
734
+ ----------------------------------------------------
735
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 11:00:17 +0200
736
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 11:00:17 +0200
737
+ --------------------------------------------------------------------------------
738
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
739
+ --------------------------------------------------------------------------------
740
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-24 11:00:18 +0200
741
+ ------------------------------------------------------------------------------------
742
+ WeatherIconForRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
743
+ ------------------------------------------------------------------------------------
744
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 11:40:09 +0200
745
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 11:40:09 +0200
746
+ ----------------------------------------------------
747
+ WeatherIconForRailsTest: test_stylesheets_are_served
748
+ ----------------------------------------------------
749
+ Started GET "/assets/weather-icons.css" for 127.0.0.1 at 2015-10-24 11:40:10 +0200
750
+ Started GET "/assets/weather-icons-wind.css" for 127.0.0.1 at 2015-10-24 11:40:11 +0200
751
+ ----------------------------------------------------------------------
752
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_scss_import
753
+ ----------------------------------------------------------------------
754
+ Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-24 11:40:12 +0200
755
+ --------------------------------------------------------------------------------
756
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
757
+ --------------------------------------------------------------------------------
758
+ Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-24 11:40:15 +0200
759
+ ----------------------------------------------
760
+ WeatherIconForRailsTest: test_engine_is_loaded
761
+ ----------------------------------------------
762
+ ----------------------------------------------
763
+ WeatherIconForRailsTest: test_fonts_are_served
764
+ ----------------------------------------------
765
+ Started GET "/assets/weathericons-regular-webfont.eot" for 127.0.0.1 at 2015-10-24 11:40:16 +0200
766
+ Started GET "/assets/weathericons-regular-webfont.woff2" for 127.0.0.1 at 2015-10-24 11:40:16 +0200
767
+ Started GET "/assets/weathericons-regular-webfont.woff" for 127.0.0.1 at 2015-10-24 11:40:16 +0200
768
+ Started GET "/assets/weathericons-regular-webfont.ttf" for 127.0.0.1 at 2015-10-24 11:40:16 +0200
769
+ Started GET "/assets/weathericons-regular-webfont.svg" for 127.0.0.1 at 2015-10-24 11:40:16 +0200
770
+ ----------------------------------------------------------------------
771
+ WeatherIconForRailsTest: test_stylesheet_is_available_in_a_sass_import
772
+ ----------------------------------------------------------------------
773
+ Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-24 11:40:16 +0200