extface 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. checksums.yaml +5 -13
  2. data/app/assets/javascripts/extface/devices.js +6 -1
  3. data/app/controllers/extface/handler_controller.rb +26 -20
  4. data/app/models/extface/driver/daisy/commands_fx1200.rb +94 -0
  5. data/app/models/extface/driver/daisy_fx1200.rb +52 -0
  6. data/app/views/extface/driver/daisy_fx1200/_settings.html.erb +1 -0
  7. data/app/views/extface/driver/epson_tm_u220/_settings.html.erb +1 -0
  8. data/lib/extface/extfaceable.rb +1 -1
  9. data/lib/extface/version.rb +1 -1
  10. data/test/dummy/db/development.sqlite3 +0 -0
  11. data/test/dummy/db/test.sqlite3 +0 -0
  12. data/test/dummy/log/development.log +164 -0
  13. data/test/dummy/log/test.log +5213 -0
  14. data/test/dummy/tmp/cache/assets/test/sprockets/0a8a23b1a73ebf217f4e2b765013ce7b +0 -0
  15. data/test/dummy/tmp/cache/assets/test/sprockets/21fb58a50e25d1170f2c7d5bd5d29c54 +0 -0
  16. data/test/dummy/tmp/cache/assets/test/sprockets/263375f2d55c31687ed052f99ddead55 +0 -0
  17. data/test/dummy/tmp/cache/assets/test/sprockets/3f4ff460a79b2e29781690193a3960f6 +0 -0
  18. data/test/dummy/tmp/cache/assets/test/sprockets/4ef10b222fde3c042209a46daf3d3e36 +0 -0
  19. data/test/dummy/tmp/cache/assets/test/sprockets/544650645bc510ef8fbee0043c41fdcf +0 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/6dbf2b0443792e51055710be15c83197 +0 -0
  21. data/test/dummy/tmp/cache/assets/test/sprockets/717acb3e7c0df18696cf1bc56de6d3d5 +0 -0
  22. data/test/dummy/tmp/cache/assets/test/sprockets/9891cbb0808f38b2c42f42fd89e662a4 +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/9b178820b9dc8c81c9784cf7ee3b7d35 +0 -0
  24. data/test/dummy/tmp/cache/assets/test/sprockets/a06a4a7f51754a6a2c0694eb39ff824b +0 -0
  25. data/test/dummy/tmp/cache/assets/test/sprockets/a8cc2e73253025d2518d2449e16e5266 +0 -0
  26. data/test/dummy/tmp/cache/assets/test/sprockets/b56dfad0b14283f2cc10c62f37d71cc7 +0 -0
  27. data/test/dummy/tmp/cache/assets/test/sprockets/e1197e0129ade843b08de0b45c47fc40 +0 -0
  28. data/test/dummy/tmp/cache/assets/test/sprockets/ece3270b150db7c668579bb91ac7e2e5 +0 -0
  29. data/test/dummy/tmp/cache/assets/test/sprockets/f018ab87f3490dbbcbc2e3c9f36aed3d +0 -0
  30. metadata +169 -125
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Vangelov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-07 00:00:00.000000000 Z
11
+ date: 2014-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.0.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.0.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: redis
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: redis-namespace
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sqlite3
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: Extface allows use of Cash Registers, Fiscal and POS printers without
@@ -76,116 +76,140 @@ executables: []
76
76
  extensions: []
77
77
  extra_rdoc_files: []
78
78
  files:
79
- - app/views/extface/application/_object_errors.html.erb
80
- - app/views/extface/jobs/_form.html.erb
81
- - app/views/extface/jobs/index.html.erb
82
- - app/views/extface/jobs/new.html.erb
83
- - app/views/extface/jobs/edit.html.erb
84
- - app/views/extface/jobs/show.html.erb
85
- - app/views/extface/serial_configs/_settings.html.erb
86
- - app/views/extface/devices/index.html.erb
87
- - app/views/extface/devices/form.html.erb
88
- - app/views/extface/devices/show.html.erb
89
- - app/views/extface/driver/star_tsp200/_settings.html.erb
90
- - app/views/extface/driver/star_scp700/_settings.html.erb
91
- - app/views/extface/driver/generic_pos/_settings.html.erb
92
- - app/views/layouts/extface/application.html.erb
93
- - app/helpers/extface/devices_helper.rb
94
- - app/helpers/extface/application_helper.rb
95
- - app/helpers/extface/sse_helper.rb
96
- - app/helpers/extface/jobs_helper.rb
97
- - app/assets/stylesheets/extface/sse.css
98
- - app/assets/stylesheets/extface/devices.css
99
- - app/assets/stylesheets/extface/jobs.css
100
- - app/assets/stylesheets/extface/application.css
79
+ - MIT-LICENSE
80
+ - README.rdoc
81
+ - Rakefile
82
+ - app/assets/javascripts/extface/application.js
101
83
  - app/assets/javascripts/extface/devices.js
102
84
  - app/assets/javascripts/extface/jobs.js
103
- - app/assets/javascripts/extface/application.js
104
- - app/controllers/extface/devices_controller.rb
85
+ - app/assets/stylesheets/extface/application.css
86
+ - app/assets/stylesheets/extface/devices.css
87
+ - app/assets/stylesheets/extface/jobs.css
88
+ - app/assets/stylesheets/extface/sse.css
105
89
  - app/controllers/extface/application_controller.rb
106
- - app/controllers/extface/jobs_controller.rb
90
+ - app/controllers/extface/devices_controller.rb
107
91
  - app/controllers/extface/handler_controller.rb
92
+ - app/controllers/extface/jobs_controller.rb
93
+ - app/helpers/extface/application_helper.rb
94
+ - app/helpers/extface/devices_helper.rb
95
+ - app/helpers/extface/jobs_helper.rb
96
+ - app/helpers/extface/sse_helper.rb
108
97
  - app/models/extface/device.rb
109
- - app/models/extface/serial_config.rb
110
- - app/models/extface/job.rb
111
98
  - app/models/extface/driver.rb
112
- - app/models/extface/driver/epson/fiscal.rb
99
+ - app/models/extface/driver/daisy/commands_fx1200.rb
100
+ - app/models/extface/driver/daisy_fx1200.rb
113
101
  - app/models/extface/driver/epson/esc_pos.rb
102
+ - app/models/extface/driver/epson/fiscal.rb
114
103
  - app/models/extface/driver/epson_tm_u220.rb
115
- - app/models/extface/driver/star_scp700.rb
116
104
  - app/models/extface/driver/generic_pos.rb
105
+ - app/models/extface/driver/star_scp700.rb
117
106
  - app/models/extface/driver/star_tsp200.rb
107
+ - app/models/extface/job.rb
108
+ - app/models/extface/serial_config.rb
109
+ - app/views/extface/application/_object_errors.html.erb
110
+ - app/views/extface/devices/form.html.erb
111
+ - app/views/extface/devices/index.html.erb
112
+ - app/views/extface/devices/show.html.erb
113
+ - app/views/extface/driver/daisy_fx1200/_settings.html.erb
114
+ - app/views/extface/driver/epson_tm_u220/_settings.html.erb
115
+ - app/views/extface/driver/generic_pos/_settings.html.erb
116
+ - app/views/extface/driver/star_scp700/_settings.html.erb
117
+ - app/views/extface/driver/star_tsp200/_settings.html.erb
118
+ - app/views/extface/jobs/_form.html.erb
119
+ - app/views/extface/jobs/edit.html.erb
120
+ - app/views/extface/jobs/index.html.erb
121
+ - app/views/extface/jobs/new.html.erb
122
+ - app/views/extface/jobs/show.html.erb
123
+ - app/views/extface/serial_configs/_settings.html.erb
124
+ - app/views/layouts/extface/application.html.erb
118
125
  - config/routes.rb
119
- - db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
120
- - db/migrate/20140303112124_create_extface_drivers.rb
121
- - db/migrate/20140303122506_change_driver_polymorphic_to_belongs_to_extface_devices.rb
122
- - db/migrate/20140216110608_create_extface_serial_configs.rb
123
- - db/migrate/20140219175006_add_job_info_to_extface_jobs.rb
124
126
  - db/migrate/20140215192111_create_extface_devices.rb
127
+ - db/migrate/20140216110608_create_extface_serial_configs.rb
125
128
  - db/migrate/20140219091811_create_extface_jobs.rb
129
+ - db/migrate/20140219175006_add_job_info_to_extface_jobs.rb
130
+ - db/migrate/20140303112124_create_extface_drivers.rb
131
+ - db/migrate/20140303122506_change_driver_polymorphic_to_belongs_to_extface_devices.rb
132
+ - db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
126
133
  - lib/extface.rb
127
- - lib/tasks/extface_tasks.rake
134
+ - lib/extface/engine.rb
128
135
  - lib/extface/extfaceable.rb
129
136
  - lib/extface/mapping.rb
130
137
  - lib/extface/routes.rb
131
- - lib/extface/engine.rb
132
138
  - lib/extface/version.rb
133
- - MIT-LICENSE
134
- - Rakefile
135
- - README.rdoc
136
- - test/extface_test.rb
137
- - test/integration/navigation_test.rb
138
- - test/dummy/db/schema.rb
139
- - test/dummy/db/migrate/20140221203517_create_shops.rb
139
+ - lib/tasks/extface_tasks.rake
140
+ - test/controllers/extface/devices_controller_test.rb
141
+ - test/controllers/extface/jobs_controller_test.rb
140
142
  - test/dummy/README.rdoc
141
- - test/dummy/config.ru
142
- - test/dummy/config/database.yml
143
- - test/dummy/config/locales/en.yml
144
- - test/dummy/config/initializers/inflections.rb
145
- - test/dummy/config/initializers/wrap_parameters.rb
146
- - test/dummy/config/initializers/secret_token.rb
147
- - test/dummy/config/initializers/backtrace_silencers.rb
148
- - test/dummy/config/initializers/session_store.rb
149
- - test/dummy/config/initializers/filter_parameter_logging.rb
150
- - test/dummy/config/initializers/mime_types.rb
151
- - test/dummy/config/environments/test.rb
152
- - test/dummy/config/environments/development.rb
153
- - test/dummy/config/environments/production.rb
154
- - test/dummy/config/routes.rb
155
- - test/dummy/config/boot.rb
156
- - test/dummy/config/application.rb
157
- - test/dummy/config/environment.rb
158
143
  - test/dummy/Rakefile
159
- - test/dummy/app/views/layouts/application.html.erb
160
- - test/dummy/app/helpers/application_helper.rb
161
- - test/dummy/app/assets/stylesheets/application.css
162
144
  - test/dummy/app/assets/javascripts/application.js
145
+ - test/dummy/app/assets/stylesheets/application.css
163
146
  - test/dummy/app/controllers/application_controller.rb
147
+ - test/dummy/app/helpers/application_helper.rb
164
148
  - test/dummy/app/models/shop.rb
149
+ - test/dummy/app/views/layouts/application.html.erb
165
150
  - test/dummy/bin/bundle
166
151
  - test/dummy/bin/rails
167
152
  - test/dummy/bin/rake
153
+ - test/dummy/config.ru
154
+ - test/dummy/config/application.rb
155
+ - test/dummy/config/boot.rb
156
+ - test/dummy/config/database.yml
157
+ - test/dummy/config/environment.rb
158
+ - test/dummy/config/environments/development.rb
159
+ - test/dummy/config/environments/production.rb
160
+ - test/dummy/config/environments/test.rb
161
+ - test/dummy/config/initializers/backtrace_silencers.rb
162
+ - test/dummy/config/initializers/filter_parameter_logging.rb
163
+ - test/dummy/config/initializers/inflections.rb
164
+ - test/dummy/config/initializers/mime_types.rb
165
+ - test/dummy/config/initializers/secret_token.rb
166
+ - test/dummy/config/initializers/session_store.rb
167
+ - test/dummy/config/initializers/wrap_parameters.rb
168
+ - test/dummy/config/locales/en.yml
169
+ - test/dummy/config/routes.rb
170
+ - test/dummy/db/development.sqlite3
171
+ - test/dummy/db/migrate/20140221203517_create_shops.rb
172
+ - test/dummy/db/schema.rb
173
+ - test/dummy/db/test.sqlite3
174
+ - test/dummy/log/development.log
175
+ - test/dummy/log/test.log
168
176
  - test/dummy/public/404.html
177
+ - test/dummy/public/422.html
169
178
  - test/dummy/public/500.html
170
179
  - test/dummy/public/favicon.ico
171
- - test/dummy/public/422.html
172
- - test/helpers/extface/jobs_helper_test.rb
180
+ - test/dummy/tmp/cache/assets/test/sprockets/0a8a23b1a73ebf217f4e2b765013ce7b
181
+ - test/dummy/tmp/cache/assets/test/sprockets/21fb58a50e25d1170f2c7d5bd5d29c54
182
+ - test/dummy/tmp/cache/assets/test/sprockets/263375f2d55c31687ed052f99ddead55
183
+ - test/dummy/tmp/cache/assets/test/sprockets/3f4ff460a79b2e29781690193a3960f6
184
+ - test/dummy/tmp/cache/assets/test/sprockets/4ef10b222fde3c042209a46daf3d3e36
185
+ - test/dummy/tmp/cache/assets/test/sprockets/544650645bc510ef8fbee0043c41fdcf
186
+ - test/dummy/tmp/cache/assets/test/sprockets/6dbf2b0443792e51055710be15c83197
187
+ - test/dummy/tmp/cache/assets/test/sprockets/717acb3e7c0df18696cf1bc56de6d3d5
188
+ - test/dummy/tmp/cache/assets/test/sprockets/9891cbb0808f38b2c42f42fd89e662a4
189
+ - test/dummy/tmp/cache/assets/test/sprockets/9b178820b9dc8c81c9784cf7ee3b7d35
190
+ - test/dummy/tmp/cache/assets/test/sprockets/a06a4a7f51754a6a2c0694eb39ff824b
191
+ - test/dummy/tmp/cache/assets/test/sprockets/a8cc2e73253025d2518d2449e16e5266
192
+ - test/dummy/tmp/cache/assets/test/sprockets/b56dfad0b14283f2cc10c62f37d71cc7
193
+ - test/dummy/tmp/cache/assets/test/sprockets/e1197e0129ade843b08de0b45c47fc40
194
+ - test/dummy/tmp/cache/assets/test/sprockets/ece3270b150db7c668579bb91ac7e2e5
195
+ - test/dummy/tmp/cache/assets/test/sprockets/f018ab87f3490dbbcbc2e3c9f36aed3d
196
+ - test/extface_test.rb
197
+ - test/fixtures/extface/devices.yml
198
+ - test/fixtures/extface/drivers.yml
199
+ - test/fixtures/extface/jobs.yml
200
+ - test/fixtures/extface/serial_configs.yml
201
+ - test/fixtures/shops.yml
173
202
  - test/helpers/extface/devices_helper_test.rb
203
+ - test/helpers/extface/jobs_helper_test.rb
174
204
  - test/helpers/extface/sse_helper_test.rb
175
- - test/controllers/extface/jobs_controller_test.rb
176
- - test/controllers/extface/devices_controller_test.rb
177
- - test/models/extface/serial_config_test.rb
178
- - test/models/extface/job_test.rb
205
+ - test/integration/navigation_test.rb
179
206
  - test/models/extface/device_test.rb
180
- - test/models/extface/driver_test.rb
181
207
  - test/models/extface/driver/generic_pos_test.rb
182
208
  - test/models/extface/driver/star_scp700_test.rb
183
209
  - test/models/extface/driver/star_tsp200_test.rb
184
- - test/fixtures/shops.yml
185
- - test/fixtures/extface/drivers.yml
186
- - test/fixtures/extface/serial_configs.yml
187
- - test/fixtures/extface/devices.yml
188
- - test/fixtures/extface/jobs.yml
210
+ - test/models/extface/driver_test.rb
211
+ - test/models/extface/job_test.rb
212
+ - test/models/extface/serial_config_test.rb
189
213
  - test/test_helper.rb
190
214
  homepage: http://extface.com
191
215
  licenses: []
@@ -196,72 +220,92 @@ require_paths:
196
220
  - lib
197
221
  required_ruby_version: !ruby/object:Gem::Requirement
198
222
  requirements:
199
- - - ! '>='
223
+ - - '>='
200
224
  - !ruby/object:Gem::Version
201
225
  version: '0'
202
226
  required_rubygems_version: !ruby/object:Gem::Requirement
203
227
  requirements:
204
- - - ! '>='
228
+ - - '>='
205
229
  - !ruby/object:Gem::Version
206
230
  version: '0'
207
231
  requirements: []
208
232
  rubyforge_project:
209
- rubygems_version: 2.1.10
233
+ rubygems_version: 2.2.2
210
234
  signing_key:
211
235
  specification_version: 4
212
236
  summary: External Interfaces for Cloud-Based Applications (Rails 4)
213
237
  test_files:
214
- - test/extface_test.rb
215
- - test/integration/navigation_test.rb
216
- - test/dummy/db/schema.rb
238
+ - test/fixtures/extface/serial_configs.yml
239
+ - test/fixtures/extface/devices.yml
240
+ - test/fixtures/extface/drivers.yml
241
+ - test/fixtures/extface/jobs.yml
242
+ - test/fixtures/shops.yml
243
+ - test/test_helper.rb
244
+ - test/controllers/extface/devices_controller_test.rb
245
+ - test/controllers/extface/jobs_controller_test.rb
246
+ - test/dummy/tmp/cache/assets/test/sprockets/0a8a23b1a73ebf217f4e2b765013ce7b
247
+ - test/dummy/tmp/cache/assets/test/sprockets/4ef10b222fde3c042209a46daf3d3e36
248
+ - test/dummy/tmp/cache/assets/test/sprockets/ece3270b150db7c668579bb91ac7e2e5
249
+ - test/dummy/tmp/cache/assets/test/sprockets/f018ab87f3490dbbcbc2e3c9f36aed3d
250
+ - test/dummy/tmp/cache/assets/test/sprockets/e1197e0129ade843b08de0b45c47fc40
251
+ - test/dummy/tmp/cache/assets/test/sprockets/b56dfad0b14283f2cc10c62f37d71cc7
252
+ - test/dummy/tmp/cache/assets/test/sprockets/6dbf2b0443792e51055710be15c83197
253
+ - test/dummy/tmp/cache/assets/test/sprockets/9b178820b9dc8c81c9784cf7ee3b7d35
254
+ - test/dummy/tmp/cache/assets/test/sprockets/21fb58a50e25d1170f2c7d5bd5d29c54
255
+ - test/dummy/tmp/cache/assets/test/sprockets/544650645bc510ef8fbee0043c41fdcf
256
+ - test/dummy/tmp/cache/assets/test/sprockets/9891cbb0808f38b2c42f42fd89e662a4
257
+ - test/dummy/tmp/cache/assets/test/sprockets/263375f2d55c31687ed052f99ddead55
258
+ - test/dummy/tmp/cache/assets/test/sprockets/717acb3e7c0df18696cf1bc56de6d3d5
259
+ - test/dummy/tmp/cache/assets/test/sprockets/3f4ff460a79b2e29781690193a3960f6
260
+ - test/dummy/tmp/cache/assets/test/sprockets/a8cc2e73253025d2518d2449e16e5266
261
+ - test/dummy/tmp/cache/assets/test/sprockets/a06a4a7f51754a6a2c0694eb39ff824b
262
+ - test/dummy/config.ru
263
+ - test/dummy/log/development.log
264
+ - test/dummy/log/test.log
265
+ - test/dummy/db/development.sqlite3
217
266
  - test/dummy/db/migrate/20140221203517_create_shops.rb
267
+ - test/dummy/db/test.sqlite3
268
+ - test/dummy/db/schema.rb
218
269
  - test/dummy/README.rdoc
219
- - test/dummy/config.ru
220
- - test/dummy/config/database.yml
270
+ - test/dummy/app/views/layouts/application.html.erb
271
+ - test/dummy/app/controllers/application_controller.rb
272
+ - test/dummy/app/helpers/application_helper.rb
273
+ - test/dummy/app/assets/javascripts/application.js
274
+ - test/dummy/app/assets/stylesheets/application.css
275
+ - test/dummy/app/models/shop.rb
276
+ - test/dummy/config/application.rb
221
277
  - test/dummy/config/locales/en.yml
222
- - test/dummy/config/initializers/inflections.rb
278
+ - test/dummy/config/boot.rb
279
+ - test/dummy/config/environments/test.rb
280
+ - test/dummy/config/environments/production.rb
281
+ - test/dummy/config/environments/development.rb
282
+ - test/dummy/config/routes.rb
283
+ - test/dummy/config/environment.rb
284
+ - test/dummy/config/database.yml
223
285
  - test/dummy/config/initializers/wrap_parameters.rb
286
+ - test/dummy/config/initializers/inflections.rb
287
+ - test/dummy/config/initializers/session_store.rb
224
288
  - test/dummy/config/initializers/secret_token.rb
225
289
  - test/dummy/config/initializers/backtrace_silencers.rb
226
- - test/dummy/config/initializers/session_store.rb
227
290
  - test/dummy/config/initializers/filter_parameter_logging.rb
228
291
  - test/dummy/config/initializers/mime_types.rb
229
- - test/dummy/config/environments/test.rb
230
- - test/dummy/config/environments/development.rb
231
- - test/dummy/config/environments/production.rb
232
- - test/dummy/config/routes.rb
233
- - test/dummy/config/boot.rb
234
- - test/dummy/config/application.rb
235
- - test/dummy/config/environment.rb
236
- - test/dummy/Rakefile
237
- - test/dummy/app/views/layouts/application.html.erb
238
- - test/dummy/app/helpers/application_helper.rb
239
- - test/dummy/app/assets/stylesheets/application.css
240
- - test/dummy/app/assets/javascripts/application.js
241
- - test/dummy/app/controllers/application_controller.rb
242
- - test/dummy/app/models/shop.rb
292
+ - test/dummy/bin/rake
243
293
  - test/dummy/bin/bundle
244
294
  - test/dummy/bin/rails
245
- - test/dummy/bin/rake
246
- - test/dummy/public/404.html
247
- - test/dummy/public/500.html
248
295
  - test/dummy/public/favicon.ico
296
+ - test/dummy/public/500.html
297
+ - test/dummy/public/404.html
249
298
  - test/dummy/public/422.html
250
- - test/helpers/extface/jobs_helper_test.rb
251
- - test/helpers/extface/devices_helper_test.rb
299
+ - test/dummy/Rakefile
252
300
  - test/helpers/extface/sse_helper_test.rb
253
- - test/controllers/extface/jobs_controller_test.rb
254
- - test/controllers/extface/devices_controller_test.rb
255
- - test/models/extface/serial_config_test.rb
301
+ - test/helpers/extface/devices_helper_test.rb
302
+ - test/helpers/extface/jobs_helper_test.rb
303
+ - test/extface_test.rb
304
+ - test/integration/navigation_test.rb
256
305
  - test/models/extface/job_test.rb
257
- - test/models/extface/device_test.rb
258
- - test/models/extface/driver_test.rb
259
306
  - test/models/extface/driver/generic_pos_test.rb
260
307
  - test/models/extface/driver/star_scp700_test.rb
261
308
  - test/models/extface/driver/star_tsp200_test.rb
262
- - test/fixtures/shops.yml
263
- - test/fixtures/extface/drivers.yml
264
- - test/fixtures/extface/serial_configs.yml
265
- - test/fixtures/extface/devices.yml
266
- - test/fixtures/extface/jobs.yml
267
- - test/test_helper.rb
309
+ - test/models/extface/serial_config_test.rb
310
+ - test/models/extface/device_test.rb
311
+ - test/models/extface/driver_test.rb