helena_administration 0.2.0 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +121 -124
- data/helena_administration.gemspec +3 -3
- data/lib/helena_administration/version.rb +1 -1
- data/spec/controllers/dashboard_controller_spec.rb +1 -1
- data/spec/features/dashboard/{index.html.slim_spec.rb → index_spec.rb} +1 -1
- data/spec/features/question_groups/manage_question_groups_spec.rb +1 -1
- data/spec/features/questions/manage_questions_spec.rb +1 -1
- data/spec/features/questions/question_types/manage_bipolar_radio_matrix_question_spec.rb +1 -1
- data/spec/features/questions/question_types/manage_checkbox_group_question_spec.rb +1 -1
- data/spec/features/questions/question_types/manage_long_text_question_spec.rb +1 -1
- data/spec/features/questions/question_types/manage_radio_group_question_spec.rb +1 -1
- data/spec/features/questions/question_types/manage_radio_matrix_question_spec.rb +1 -1
- data/spec/features/questions/question_types/manage_short_text_question_spec.rb +1 -1
- data/spec/features/questions/question_types/manage_static_text_question_spec.rb +1 -1
- data/spec/features/sessions/manage_sessions_spec.rb +1 -1
- data/spec/features/surveys/manage_survey_spec.rb +1 -1
- data/spec/features/versions/manage_version_spec.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cbf08afd6380d53b3e127532a794dbce2d48d95
|
4
|
+
data.tar.gz: da00ee5762e6b68cfc208d488762977fe27df73f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 186f62eb26e5b86a0f85a951fe6dc13a441679a71480a7f0be6461b5353f875aa8a40f9d86f1858ba604efebd3256b0638d2ab7ff370ad3d313c1c4c338c6218
|
7
|
+
data.tar.gz: c04b5f2978cc62891e0e11703f8b2f80f2a792a54e6815d881d486f170420b7eb9cc5d5c6ab14bd653e79daeb7de979d3e65d7da2862829311e666e64b20492b
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
helena_administration (0.2.
|
4
|
+
helena_administration (0.2.3)
|
5
5
|
bootstrap-sass (~> 3.2)
|
6
6
|
breadcrumbs_on_rails (~> 2.3)
|
7
7
|
codemirror-rails (~> 5)
|
8
8
|
coffee-rails (~> 4.1)
|
9
|
-
font-awesome-sass (~> 4.
|
9
|
+
font-awesome-sass (~> 4.4)
|
10
10
|
haml-rails (~> 0.5)
|
11
|
-
helena (~> 1.0
|
11
|
+
helena (~> 1.0)
|
12
12
|
html5-rails (~> 0.1)
|
13
13
|
jquery-rails (~> 4)
|
14
14
|
kaminari (~> 0.16)
|
@@ -19,56 +19,55 @@ PATH
|
|
19
19
|
rails-i18n (~> 4.0)
|
20
20
|
responders (~> 2.0)
|
21
21
|
sass-rails (~> 5.0)
|
22
|
-
simple_form (~> 3.
|
22
|
+
simple_form (~> 3.2)
|
23
23
|
slim-rails (~> 3.0)
|
24
24
|
|
25
25
|
GEM
|
26
26
|
remote: https://rubygems.org/
|
27
27
|
specs:
|
28
28
|
ZenTest (4.11.0)
|
29
|
-
actionmailer (4.2.
|
30
|
-
actionpack (= 4.2.
|
31
|
-
actionview (= 4.2.
|
32
|
-
activejob (= 4.2.
|
29
|
+
actionmailer (4.2.6)
|
30
|
+
actionpack (= 4.2.6)
|
31
|
+
actionview (= 4.2.6)
|
32
|
+
activejob (= 4.2.6)
|
33
33
|
mail (~> 2.5, >= 2.5.4)
|
34
34
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
35
|
-
actionpack (4.2.
|
36
|
-
actionview (= 4.2.
|
37
|
-
activesupport (= 4.2.
|
35
|
+
actionpack (4.2.6)
|
36
|
+
actionview (= 4.2.6)
|
37
|
+
activesupport (= 4.2.6)
|
38
38
|
rack (~> 1.6)
|
39
39
|
rack-test (~> 0.6.2)
|
40
40
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
42
|
-
actionview (4.2.
|
43
|
-
activesupport (= 4.2.
|
42
|
+
actionview (4.2.6)
|
43
|
+
activesupport (= 4.2.6)
|
44
44
|
builder (~> 3.1)
|
45
45
|
erubis (~> 2.7.0)
|
46
46
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
47
47
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
48
|
-
activejob (4.2.
|
49
|
-
activesupport (= 4.2.
|
48
|
+
activejob (4.2.6)
|
49
|
+
activesupport (= 4.2.6)
|
50
50
|
globalid (>= 0.3.0)
|
51
|
-
activemodel (4.2.
|
52
|
-
activesupport (= 4.2.
|
51
|
+
activemodel (4.2.6)
|
52
|
+
activesupport (= 4.2.6)
|
53
53
|
builder (~> 3.1)
|
54
|
-
activerecord (4.2.
|
55
|
-
activemodel (= 4.2.
|
56
|
-
activesupport (= 4.2.
|
54
|
+
activerecord (4.2.6)
|
55
|
+
activemodel (= 4.2.6)
|
56
|
+
activesupport (= 4.2.6)
|
57
57
|
arel (~> 6.0)
|
58
|
-
activesupport (4.2.
|
58
|
+
activesupport (4.2.6)
|
59
59
|
i18n (~> 0.7)
|
60
60
|
json (~> 1.7, >= 1.7.7)
|
61
61
|
minitest (~> 5.1)
|
62
62
|
thread_safe (~> 0.3, >= 0.3.4)
|
63
63
|
tzinfo (~> 1.1)
|
64
|
-
addressable (2.
|
64
|
+
addressable (2.4.0)
|
65
65
|
arel (6.0.3)
|
66
|
-
autoprefixer-rails (6.
|
66
|
+
autoprefixer-rails (6.3.3.1)
|
67
67
|
execjs
|
68
|
-
json
|
69
68
|
autotest (4.4.6)
|
70
69
|
ZenTest (>= 4.4.1)
|
71
|
-
autotest-fsevent (0.2.
|
70
|
+
autotest-fsevent (0.2.11)
|
72
71
|
sys-uname
|
73
72
|
autotest-growl (0.2.16)
|
74
73
|
autotest-rails-pure (4.1.2)
|
@@ -78,33 +77,32 @@ GEM
|
|
78
77
|
rack (>= 0.9.0)
|
79
78
|
binding_of_caller (0.7.2)
|
80
79
|
debug_inspector (>= 0.0.1)
|
81
|
-
bootstrap-sass (3.3.
|
82
|
-
autoprefixer-rails (>= 5.
|
83
|
-
sass (>= 3.3.
|
80
|
+
bootstrap-sass (3.3.6)
|
81
|
+
autoprefixer-rails (>= 5.2.1)
|
82
|
+
sass (>= 3.3.4)
|
84
83
|
breadcrumbs_on_rails (2.3.1)
|
85
|
-
browser (
|
86
|
-
bson (
|
84
|
+
browser (2.0.2)
|
85
|
+
bson (4.0.4)
|
87
86
|
builder (3.2.2)
|
88
|
-
byebug (
|
89
|
-
|
90
|
-
|
87
|
+
byebug (8.2.2)
|
88
|
+
capybara (2.6.2)
|
89
|
+
addressable
|
91
90
|
mime-types (>= 1.16)
|
92
91
|
nokogiri (>= 1.3.3)
|
93
92
|
rack (>= 1.0.0)
|
94
93
|
rack-test (>= 0.5.4)
|
95
94
|
xpath (~> 2.0)
|
96
|
-
chunky_png (1.3.
|
97
|
-
codemirror-rails (5.
|
95
|
+
chunky_png (1.3.5)
|
96
|
+
codemirror-rails (5.11)
|
98
97
|
railties (>= 3.0, < 5)
|
99
|
-
coderay (1.1.
|
100
|
-
coffee-rails (4.1.
|
98
|
+
coderay (1.1.1)
|
99
|
+
coffee-rails (4.1.1)
|
101
100
|
coffee-script (>= 2.2.0)
|
102
|
-
railties (>= 4.0.0, < 5.
|
101
|
+
railties (>= 4.0.0, < 5.1.x)
|
103
102
|
coffee-script (2.4.1)
|
104
103
|
coffee-script-source
|
105
104
|
execjs
|
106
|
-
coffee-script-source (1.
|
107
|
-
columnize (0.9.0)
|
105
|
+
coffee-script-source (1.10.0)
|
108
106
|
compass (1.0.3)
|
109
107
|
chunky_png (~> 1.2)
|
110
108
|
compass-core (~> 1.0.2)
|
@@ -119,25 +117,26 @@ GEM
|
|
119
117
|
compass (~> 1.0, >= 1.0.3)
|
120
118
|
compass-import-once (1.0.5)
|
121
119
|
sass (>= 3.2, < 3.5)
|
120
|
+
concurrent-ruby (1.0.1)
|
122
121
|
debug_inspector (0.0.2)
|
123
122
|
diff-lcs (1.2.5)
|
124
123
|
docile (1.1.5)
|
125
|
-
dotenv (2.0
|
126
|
-
dotenv-rails (2.0
|
127
|
-
dotenv (= 2.0
|
128
|
-
railties (
|
124
|
+
dotenv (2.1.0)
|
125
|
+
dotenv-rails (2.1.0)
|
126
|
+
dotenv (= 2.1.0)
|
127
|
+
railties (>= 4.0, < 5.1)
|
129
128
|
erubis (2.7.0)
|
130
129
|
execjs (2.6.0)
|
131
130
|
factory_girl (4.5.0)
|
132
131
|
activesupport (>= 3.0.0)
|
133
|
-
factory_girl_rails (4.
|
132
|
+
factory_girl_rails (4.6.0)
|
134
133
|
factory_girl (~> 4.5.0)
|
135
134
|
railties (>= 3.0.0)
|
136
|
-
faker (1.
|
135
|
+
faker (1.6.3)
|
137
136
|
i18n (~> 0.5)
|
138
137
|
ffi (1.9.10)
|
139
|
-
font-awesome-sass (4.
|
140
|
-
sass (
|
138
|
+
font-awesome-sass (4.5.0)
|
139
|
+
sass (>= 3.2)
|
141
140
|
globalid (0.3.6)
|
142
141
|
activesupport (>= 4.1.0)
|
143
142
|
haml (4.0.7)
|
@@ -148,10 +147,10 @@ GEM
|
|
148
147
|
haml (>= 4.0.6, < 5.0)
|
149
148
|
html2haml (>= 1.0.1)
|
150
149
|
railties (>= 4.0.1)
|
151
|
-
helena (1.0.
|
150
|
+
helena (1.0.3)
|
152
151
|
bootstrap-sass (~> 3.2)
|
153
152
|
breadcrumbs_on_rails (~> 2.3)
|
154
|
-
browser (
|
153
|
+
browser (~> 2.0)
|
155
154
|
haml-rails (~> 0.9)
|
156
155
|
jquery-rails (~> 4.0)
|
157
156
|
mongoid (>= 4.0, < 6.0)
|
@@ -162,7 +161,7 @@ GEM
|
|
162
161
|
rails-i18n (~> 4.0)
|
163
162
|
responders (~> 2.0)
|
164
163
|
sass-rails (~> 5.0)
|
165
|
-
simple_form (~> 3.
|
164
|
+
simple_form (~> 3.2)
|
166
165
|
slim (~> 3.0)
|
167
166
|
html2haml (2.0.0)
|
168
167
|
erubis (~> 2.7.0)
|
@@ -174,8 +173,8 @@ GEM
|
|
174
173
|
railties (>= 3.2)
|
175
174
|
thor (~> 0.14)
|
176
175
|
i18n (0.7.0)
|
177
|
-
jquery-rails (4.
|
178
|
-
rails-dom-testing (
|
176
|
+
jquery-rails (4.1.1)
|
177
|
+
rails-dom-testing (>= 1, < 3)
|
179
178
|
railties (>= 4.2.0)
|
180
179
|
thor (>= 0.14, < 2.0)
|
181
180
|
json (1.8.3)
|
@@ -189,20 +188,20 @@ GEM
|
|
189
188
|
mail (2.6.3)
|
190
189
|
mime-types (>= 1.16, < 3)
|
191
190
|
method_source (0.8.2)
|
192
|
-
mime-types (2.
|
193
|
-
|
194
|
-
minitest (5.8.
|
195
|
-
mongo (2.
|
196
|
-
bson (~>
|
197
|
-
mongoid (5.
|
191
|
+
mime-types (2.99.1)
|
192
|
+
mini_portile2 (2.0.0)
|
193
|
+
minitest (5.8.4)
|
194
|
+
mongo (2.2.4)
|
195
|
+
bson (~> 4.0)
|
196
|
+
mongoid (5.1.1)
|
198
197
|
activemodel (~> 4.0)
|
199
198
|
mongo (~> 2.1)
|
200
|
-
origin (~> 2.
|
199
|
+
origin (~> 2.2)
|
201
200
|
tzinfo (>= 0.3.37)
|
202
|
-
mongoid-rspec (
|
203
|
-
mongoid (
|
201
|
+
mongoid-rspec (1.10.0)
|
202
|
+
mongoid (>= 3.0.1)
|
204
203
|
rake
|
205
|
-
rspec (
|
204
|
+
rspec (>= 2.14)
|
206
205
|
mongoid-simple-tags (0.1.3)
|
207
206
|
json (~> 1.8)
|
208
207
|
mongoid (>= 3.0.3)
|
@@ -211,31 +210,31 @@ GEM
|
|
211
210
|
mongoid_orderable (4.1.1)
|
212
211
|
mongoid
|
213
212
|
multi_json (1.11.2)
|
214
|
-
nokogiri (1.6.
|
215
|
-
|
216
|
-
origin (2.
|
217
|
-
pry (0.10.
|
213
|
+
nokogiri (1.6.7.2)
|
214
|
+
mini_portile2 (~> 2.0.0.rc2)
|
215
|
+
origin (2.2.0)
|
216
|
+
pry (0.10.3)
|
218
217
|
coderay (~> 1.1.0)
|
219
218
|
method_source (~> 0.8.1)
|
220
219
|
slop (~> 3.4)
|
221
|
-
pry-byebug (3.
|
222
|
-
byebug (~>
|
220
|
+
pry-byebug (3.3.0)
|
221
|
+
byebug (~> 8.0)
|
223
222
|
pry (~> 0.10)
|
224
223
|
quiet_assets (1.1.0)
|
225
224
|
railties (>= 3.1, < 5.0)
|
226
225
|
rack (1.6.4)
|
227
226
|
rack-test (0.6.3)
|
228
227
|
rack (>= 1.0)
|
229
|
-
rails (4.2.
|
230
|
-
actionmailer (= 4.2.
|
231
|
-
actionpack (= 4.2.
|
232
|
-
actionview (= 4.2.
|
233
|
-
activejob (= 4.2.
|
234
|
-
activemodel (= 4.2.
|
235
|
-
activerecord (= 4.2.
|
236
|
-
activesupport (= 4.2.
|
228
|
+
rails (4.2.6)
|
229
|
+
actionmailer (= 4.2.6)
|
230
|
+
actionpack (= 4.2.6)
|
231
|
+
actionview (= 4.2.6)
|
232
|
+
activejob (= 4.2.6)
|
233
|
+
activemodel (= 4.2.6)
|
234
|
+
activerecord (= 4.2.6)
|
235
|
+
activesupport (= 4.2.6)
|
237
236
|
bundler (>= 1.3.0, < 2.0)
|
238
|
-
railties (= 4.2.
|
237
|
+
railties (= 4.2.6)
|
239
238
|
sprockets-rails
|
240
239
|
rails-deprecated_sanitizer (1.0.3)
|
241
240
|
activesupport (>= 4.2.0.alpha)
|
@@ -243,59 +242,56 @@ GEM
|
|
243
242
|
activesupport (>= 4.2.0.beta, < 5.0)
|
244
243
|
nokogiri (~> 1.6.0)
|
245
244
|
rails-deprecated_sanitizer (>= 1.0.1)
|
246
|
-
rails-html-sanitizer (1.0.
|
245
|
+
rails-html-sanitizer (1.0.3)
|
247
246
|
loofah (~> 2.0)
|
248
|
-
rails-i18n (4.0.
|
249
|
-
i18n (~> 0.
|
247
|
+
rails-i18n (4.0.8)
|
248
|
+
i18n (~> 0.7)
|
250
249
|
railties (~> 4.0)
|
251
|
-
railties (4.2.
|
252
|
-
actionpack (= 4.2.
|
253
|
-
activesupport (= 4.2.
|
250
|
+
railties (4.2.6)
|
251
|
+
actionpack (= 4.2.6)
|
252
|
+
activesupport (= 4.2.6)
|
254
253
|
rake (>= 0.8.7)
|
255
254
|
thor (>= 0.18.1, < 2.0)
|
256
|
-
rake (
|
257
|
-
rb-fsevent (0.9.
|
258
|
-
rb-inotify (0.9.
|
255
|
+
rake (11.1.1)
|
256
|
+
rb-fsevent (0.9.7)
|
257
|
+
rb-inotify (0.9.7)
|
259
258
|
ffi (>= 0.5.0)
|
260
|
-
responders (2.1.
|
261
|
-
railties (>= 4.2.0, < 5)
|
262
|
-
rspec (
|
263
|
-
rspec-core (~>
|
264
|
-
rspec-expectations (~>
|
265
|
-
rspec-mocks (~>
|
259
|
+
responders (2.1.1)
|
260
|
+
railties (>= 4.2.0, < 5.1)
|
261
|
+
rspec (2.99.0)
|
262
|
+
rspec-core (~> 2.99.0)
|
263
|
+
rspec-expectations (~> 2.99.0)
|
264
|
+
rspec-mocks (~> 2.99.0)
|
266
265
|
rspec-collection_matchers (1.1.2)
|
267
266
|
rspec-expectations (>= 2.99.0.beta1)
|
268
|
-
rspec-core (
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
rspec-
|
281
|
-
|
282
|
-
|
283
|
-
rspec-support (~> 3.3.0)
|
284
|
-
rspec-support (3.3.0)
|
285
|
-
ruby_parser (3.7.1)
|
267
|
+
rspec-core (2.99.2)
|
268
|
+
rspec-expectations (2.99.2)
|
269
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
270
|
+
rspec-mocks (2.99.4)
|
271
|
+
rspec-rails (2.99.0)
|
272
|
+
actionpack (>= 3.0)
|
273
|
+
activemodel (>= 3.0)
|
274
|
+
activesupport (>= 3.0)
|
275
|
+
railties (>= 3.0)
|
276
|
+
rspec-collection_matchers
|
277
|
+
rspec-core (~> 2.99.0)
|
278
|
+
rspec-expectations (~> 2.99.0)
|
279
|
+
rspec-mocks (~> 2.99.0)
|
280
|
+
rspec-support (3.5.0.beta2)
|
281
|
+
ruby_parser (3.8.1)
|
286
282
|
sexp_processor (~> 4.1)
|
287
|
-
sass (3.4.
|
283
|
+
sass (3.4.21)
|
288
284
|
sass-rails (5.0.4)
|
289
285
|
railties (>= 4.0.0, < 5.0)
|
290
286
|
sass (~> 3.1)
|
291
287
|
sprockets (>= 2.8, < 4.0)
|
292
288
|
sprockets-rails (>= 2.0, < 4.0)
|
293
289
|
tilt (>= 1.1, < 3)
|
294
|
-
sexp_processor (4.
|
295
|
-
simple_form (3.
|
296
|
-
actionpack (
|
297
|
-
activemodel (
|
298
|
-
simplecov (0.
|
290
|
+
sexp_processor (4.7.0)
|
291
|
+
simple_form (3.2.1)
|
292
|
+
actionpack (> 4, < 5.1)
|
293
|
+
activemodel (> 4, < 5.1)
|
294
|
+
simplecov (0.11.2)
|
299
295
|
docile (~> 1.1.0)
|
300
296
|
json (~> 1.8)
|
301
297
|
simplecov-html (~> 0.10.0)
|
@@ -311,18 +307,19 @@ GEM
|
|
311
307
|
slim (~> 3.0)
|
312
308
|
slop (3.6.0)
|
313
309
|
spork (0.9.2)
|
314
|
-
sprockets (3.
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
310
|
+
sprockets (3.5.2)
|
311
|
+
concurrent-ruby (~> 1.0)
|
312
|
+
rack (> 1, < 3)
|
313
|
+
sprockets-rails (3.0.4)
|
314
|
+
actionpack (>= 4.0)
|
315
|
+
activesupport (>= 4.0)
|
316
|
+
sprockets (>= 3.0.0)
|
320
317
|
sys-uname (1.0.2)
|
321
318
|
ffi (>= 1.0.0)
|
322
319
|
temple (0.7.6)
|
323
320
|
thor (0.19.1)
|
324
321
|
thread_safe (0.3.5)
|
325
|
-
tilt (2.0.
|
322
|
+
tilt (2.0.2)
|
326
323
|
tzinfo (1.2.2)
|
327
324
|
thread_safe (~> 0.1)
|
328
325
|
xpath (2.0.0)
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.add_runtime_dependency 'rails', '~> 4.2'
|
22
22
|
s.add_runtime_dependency 'slim-rails', '~> 3.0'
|
23
23
|
s.add_runtime_dependency 'codemirror-rails', '~> 5'
|
24
|
-
s.add_dependency 'helena', '~> 1.0
|
24
|
+
s.add_dependency 'helena', '~> 1.0'
|
25
25
|
s.add_dependency 'mongoid', ['< 6.0', '>= 4.0']
|
26
26
|
s.add_dependency 'mongoid_orderable', '~> 4.1'
|
27
27
|
s.add_dependency 'mongoid-simple-tags', '~> 0.1'
|
@@ -30,10 +30,10 @@ Gem::Specification.new do |s|
|
|
30
30
|
s.add_dependency 'jquery-rails', '~> 4'
|
31
31
|
s.add_runtime_dependency 'sass-rails', '~> 5.0'
|
32
32
|
s.add_dependency 'bootstrap-sass', '~> 3.2'
|
33
|
-
s.add_dependency 'simple_form', '~> 3.
|
33
|
+
s.add_dependency 'simple_form', '~> 3.2'
|
34
34
|
s.add_dependency 'breadcrumbs_on_rails', '~> 2.3'
|
35
35
|
s.add_dependency 'rails-i18n', '~> 4.0'
|
36
|
-
s.add_runtime_dependency 'font-awesome-sass', '~> 4.
|
36
|
+
s.add_runtime_dependency 'font-awesome-sass', '~> 4.4'
|
37
37
|
s.add_runtime_dependency 'coffee-rails', '~> 4.1'
|
38
38
|
s.add_dependency 'responders', '~> 2.0'
|
39
39
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
|
3
|
+
feature 'Bipolar radio matrix question management' do
|
4
4
|
let!(:survey) { create :survey }
|
5
5
|
let!(:version) { survey.versions.create version: 0 }
|
6
6
|
let!(:question_group) { version.question_groups.create title: 'Abakadabara' }
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
|
3
|
+
feature 'Checkbox group question management' do
|
4
4
|
let!(:survey) { create :survey }
|
5
5
|
let!(:version) { survey.versions.create version: 0 }
|
6
6
|
let!(:question_group) { version.question_groups.create title: 'Abakadabara' }
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
|
3
|
+
feature 'Long text question management' do
|
4
4
|
let!(:survey) { create :survey }
|
5
5
|
let!(:version) { survey.versions.create version: 0 }
|
6
6
|
let!(:question_group) { version.question_groups.create title: 'Abakadabara' }
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
|
3
|
+
feature 'Radio group question management' do
|
4
4
|
let!(:survey) { create :survey }
|
5
5
|
let!(:version) { survey.versions.create version: 0 }
|
6
6
|
let!(:question_group) { version.question_groups.create title: 'Abakadabara' }
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
|
3
|
+
feature 'Radio matrix question management' do
|
4
4
|
let!(:survey) { create :survey }
|
5
5
|
let!(:version) { survey.versions.create version: 0 }
|
6
6
|
let!(:question_group) { version.question_groups.create title: 'Abakadabara' }
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
|
3
|
+
feature 'Short text question management' do
|
4
4
|
let!(:survey) { create :survey }
|
5
5
|
let!(:version) { survey.versions.create version: 0 }
|
6
6
|
let!(:question_group) { version.question_groups.create title: 'Abakadabara' }
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
|
3
|
+
feature 'Static text question management' do
|
4
4
|
let!(:survey) { create :survey }
|
5
5
|
let!(:version) { survey.versions.create version: 0 }
|
6
6
|
let!(:question_group) { version.question_groups.create title: 'Abakadabara' }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: helena_administration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Markus Graf
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: kaminari
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 1.0
|
75
|
+
version: '1.0'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 1.0
|
82
|
+
version: '1.0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: mongoid
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -204,14 +204,14 @@ dependencies:
|
|
204
204
|
requirements:
|
205
205
|
- - "~>"
|
206
206
|
- !ruby/object:Gem::Version
|
207
|
-
version: 3.
|
207
|
+
version: '3.2'
|
208
208
|
type: :runtime
|
209
209
|
prerelease: false
|
210
210
|
version_requirements: !ruby/object:Gem::Requirement
|
211
211
|
requirements:
|
212
212
|
- - "~>"
|
213
213
|
- !ruby/object:Gem::Version
|
214
|
-
version: 3.
|
214
|
+
version: '3.2'
|
215
215
|
- !ruby/object:Gem::Dependency
|
216
216
|
name: breadcrumbs_on_rails
|
217
217
|
requirement: !ruby/object:Gem::Requirement
|
@@ -246,14 +246,14 @@ dependencies:
|
|
246
246
|
requirements:
|
247
247
|
- - "~>"
|
248
248
|
- !ruby/object:Gem::Version
|
249
|
-
version: 4.
|
249
|
+
version: '4.4'
|
250
250
|
type: :runtime
|
251
251
|
prerelease: false
|
252
252
|
version_requirements: !ruby/object:Gem::Requirement
|
253
253
|
requirements:
|
254
254
|
- - "~>"
|
255
255
|
- !ruby/object:Gem::Version
|
256
|
-
version: 4.
|
256
|
+
version: '4.4'
|
257
257
|
- !ruby/object:Gem::Dependency
|
258
258
|
name: coffee-rails
|
259
259
|
requirement: !ruby/object:Gem::Requirement
|
@@ -443,7 +443,7 @@ files:
|
|
443
443
|
- spec/dummy/public/422.html
|
444
444
|
- spec/dummy/public/500.html
|
445
445
|
- spec/dummy/public/favicon.ico
|
446
|
-
- spec/features/dashboard/
|
446
|
+
- spec/features/dashboard/index_spec.rb
|
447
447
|
- spec/features/question_groups/manage_question_groups_spec.rb
|
448
448
|
- spec/features/questions/manage_questions_spec.rb
|
449
449
|
- spec/features/questions/question_types/manage_bipolar_radio_matrix_question_spec.rb
|