Commit 083d66563e8275fd13851ec0a1974cb17379f84f
1 parent
23ee8e62
Exists in
master
and in
4 other branches
Update all gems!
Showing
4 changed files
with
101 additions
and
92 deletions
Show diff stats
Gemfile
... | ... | @@ -36,11 +36,11 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" |
36 | 36 | gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' |
37 | 37 | |
38 | 38 | # Language detection |
39 | -gem "github-linguist", "~> 2.3.4" , require: "linguist" | |
39 | +gem "github-linguist", require: "linguist" | |
40 | 40 | |
41 | 41 | # API |
42 | -gem "grape", "~> 0.3.1" | |
43 | -gem "grape-entity", "~> 0.2.0" | |
42 | +gem "grape" | |
43 | +gem "grape-entity" | |
44 | 44 | |
45 | 45 | # Format dates and times |
46 | 46 | # based on human-friendly examples |
... | ... | @@ -71,13 +71,13 @@ gem "redcarpet", "~> 2.2.2" |
71 | 71 | gem "github-markup", "~> 0.7.4", require: 'github/markup' |
72 | 72 | |
73 | 73 | # Servers |
74 | -gem "puma", '~> 2.0.0.b7' | |
74 | +gem "puma", '~> 2.0.1' | |
75 | 75 | |
76 | 76 | # State machine |
77 | 77 | gem "state_machine" |
78 | 78 | |
79 | 79 | # Issue tags |
80 | -gem "acts-as-taggable-on", "2.3.3" | |
80 | +gem "acts-as-taggable-on" | |
81 | 81 | |
82 | 82 | # Background jobs |
83 | 83 | gem 'slim' |
... | ... | @@ -103,9 +103,9 @@ gem "foreman" |
103 | 103 | gem "redis-rails" |
104 | 104 | |
105 | 105 | group :assets do |
106 | - gem "sass-rails", "~> 3.2.5" | |
107 | - gem "coffee-rails", "~> 3.2.2" | |
108 | - gem "uglifier", "~> 1.3.0" | |
106 | + gem "sass-rails" | |
107 | + gem "coffee-rails" | |
108 | + gem "uglifier" | |
109 | 109 | gem "therubyracer" |
110 | 110 | gem 'turbolinks' |
111 | 111 | gem 'jquery-turbolinks' | ... | ... |
Gemfile.lock
1 | 1 | GIT |
2 | 2 | remote: https://github.com/ctran/annotate_models.git |
3 | - revision: be4e26825b521f0b2d86b181e2dff89901aa9b1e | |
3 | + revision: 8bd159c7a484093fde84beaa9e6398f25ddacf09 | |
4 | 4 | specs: |
5 | 5 | annotate (2.6.0.beta1) |
6 | 6 | activerecord (>= 2.3.0) |
... | ... | @@ -62,16 +62,16 @@ GEM |
62 | 62 | activesupport (3.2.13) |
63 | 63 | i18n (= 0.6.1) |
64 | 64 | multi_json (~> 1.0) |
65 | - acts-as-taggable-on (2.3.3) | |
65 | + acts-as-taggable-on (2.4.0) | |
66 | 66 | rails (~> 3.0) |
67 | - addressable (2.3.2) | |
67 | + addressable (2.3.4) | |
68 | 68 | arel (3.0.2) |
69 | 69 | awesome_print (1.1.0) |
70 | 70 | backports (2.6.7) |
71 | 71 | bcrypt-ruby (3.0.1) |
72 | - better_errors (0.3.2) | |
72 | + better_errors (0.8.0) | |
73 | 73 | coderay (>= 1.0.0) |
74 | - erubis (>= 2.7.0) | |
74 | + erubis (>= 2.6.6) | |
75 | 75 | binding_of_caller (0.7.1) |
76 | 76 | debug_inspector (>= 0.0.1) |
77 | 77 | bootstrap-sass (2.2.1.1) |
... | ... | @@ -86,10 +86,9 @@ GEM |
86 | 86 | carrierwave (0.8.0) |
87 | 87 | activemodel (>= 3.2.0) |
88 | 88 | activesupport (>= 3.2.0) |
89 | - celluloid (0.12.4) | |
90 | - facter (>= 1.6.12) | |
89 | + celluloid (0.13.0) | |
91 | 90 | timers (>= 1.0.0) |
92 | - charlock_holmes (0.6.9) | |
91 | + charlock_holmes (0.6.9.4) | |
93 | 92 | chosen-rails (0.9.8) |
94 | 93 | railties (~> 3.0) |
95 | 94 | thor (~> 0.14) |
... | ... | @@ -102,11 +101,11 @@ GEM |
102 | 101 | coffee-script (2.2.0) |
103 | 102 | coffee-script-source |
104 | 103 | execjs |
105 | - coffee-script-source (1.4.0) | |
104 | + coffee-script-source (1.6.2) | |
106 | 105 | colored (1.2) |
107 | 106 | colorize (0.5.8) |
108 | 107 | connection_pool (1.0.0) |
109 | - coveralls (0.6.2) | |
108 | + coveralls (0.6.7) | |
110 | 109 | colorize |
111 | 110 | multi_json (~> 1.3) |
112 | 111 | rest-client |
... | ... | @@ -122,7 +121,8 @@ GEM |
122 | 121 | orm_adapter (~> 0.1) |
123 | 122 | railties (~> 3.1) |
124 | 123 | warden (~> 1.2.1) |
125 | - diff-lcs (1.2.1) | |
124 | + diff-lcs (1.2.4) | |
125 | + dotenv (0.7.0) | |
126 | 126 | email_spec (1.4.0) |
127 | 127 | launchy (~> 2.1) |
128 | 128 | mail (~> 2.2) |
... | ... | @@ -130,28 +130,29 @@ GEM |
130 | 130 | activesupport (>= 3.2) |
131 | 131 | erubis (2.7.0) |
132 | 132 | escape_utils (0.2.4) |
133 | - eventmachine (1.0.0) | |
133 | + eventmachine (1.0.3) | |
134 | 134 | execjs (1.4.0) |
135 | 135 | multi_json (~> 1.0) |
136 | - facter (1.6.18) | |
137 | - factory_girl (4.1.0) | |
136 | + factory_girl (4.2.0) | |
138 | 137 | activesupport (>= 3.0.0) |
139 | - factory_girl_rails (4.1.0) | |
140 | - factory_girl (~> 4.1.0) | |
138 | + factory_girl_rails (4.2.1) | |
139 | + factory_girl (~> 4.2.0) | |
141 | 140 | railties (>= 3.0.0) |
142 | - faraday (0.8.6) | |
141 | + faraday (0.8.7) | |
143 | 142 | multipart-post (~> 1.1) |
144 | 143 | faye-websocket (0.4.7) |
145 | 144 | eventmachine (>= 0.12.0) |
146 | - ffaker (1.15.0) | |
147 | - ffi (1.6.0) | |
145 | + ffaker (1.16.0) | |
146 | + ffi (1.8.1) | |
148 | 147 | font-awesome-sass-rails (3.0.2.2) |
149 | 148 | railties (>= 3.1.1) |
150 | 149 | sass-rails (>= 3.1.1) |
151 | - foreman (0.62.0) | |
150 | + foreman (0.63.0) | |
151 | + dotenv (>= 0.7) | |
152 | 152 | thor (>= 0.13.6) |
153 | + formatador (0.2.4) | |
153 | 154 | gemoji (1.2.1) |
154 | - gherkin-ruby (0.2.1) | |
155 | + gherkin-ruby (0.3.0) | |
155 | 156 | github-linguist (2.3.4) |
156 | 157 | charlock_holmes (~> 0.6.6) |
157 | 158 | escape_utils (~> 0.2.3) |
... | ... | @@ -183,46 +184,48 @@ GEM |
183 | 184 | pygments.rb (~> 0.4.2) |
184 | 185 | sanitize (~> 2.0.3) |
185 | 186 | stringex (~> 1.5.1) |
186 | - gon (4.0.2) | |
187 | - grape (0.3.2) | |
187 | + gon (4.1.0) | |
188 | + actionpack (>= 2.3.0) | |
189 | + json | |
190 | + grape (0.4.1) | |
188 | 191 | activesupport |
189 | 192 | builder |
190 | 193 | hashie (>= 1.2.0) |
191 | 194 | multi_json (>= 1.3.2) |
192 | 195 | multi_xml (>= 0.5.2) |
193 | - rack | |
196 | + rack (>= 1.3.0) | |
194 | 197 | rack-accept |
195 | 198 | rack-mount |
196 | 199 | virtus |
197 | - grape-entity (0.2.0) | |
200 | + grape-entity (0.3.0) | |
198 | 201 | activesupport |
199 | 202 | multi_json (>= 1.3.2) |
200 | 203 | grit_ext (0.8.1) |
201 | 204 | charlock_holmes (~> 0.6.9) |
202 | 205 | growl (1.0.3) |
203 | - guard (1.6.2) | |
204 | - listen (>= 0.6.0) | |
206 | + guard (1.8.0) | |
207 | + formatador (>= 0.2.4) | |
208 | + listen (>= 1.0.0) | |
205 | 209 | lumberjack (>= 1.0.2) |
206 | 210 | pry (>= 0.9.10) |
207 | - terminal-table (>= 1.4.3) | |
208 | 211 | thor (>= 0.14.6) |
209 | - guard-rspec (2.5.1) | |
210 | - guard (>= 1.1) | |
211 | - rspec (~> 2.11) | |
212 | + guard-rspec (2.6.0) | |
213 | + guard (>= 1.8) | |
214 | + rspec (~> 2.13) | |
212 | 215 | guard-spinach (0.0.2) |
213 | 216 | guard (>= 1.1) |
214 | 217 | spinach |
215 | - haml (4.0.0) | |
218 | + haml (4.0.2) | |
216 | 219 | tilt |
217 | 220 | haml-rails (0.4) |
218 | 221 | actionpack (>= 3.1, < 4.1) |
219 | 222 | activesupport (>= 3.1, < 4.1) |
220 | 223 | haml (>= 3.1, < 4.1) |
221 | 224 | railties (>= 3.1, < 4.1) |
222 | - hashie (1.2.0) | |
225 | + hashie (2.0.4) | |
223 | 226 | hike (1.2.2) |
224 | 227 | http_parser.rb (0.5.3) |
225 | - httparty (0.10.2) | |
228 | + httparty (0.11.0) | |
226 | 229 | multi_json (~> 1.0) |
227 | 230 | multi_xml (>= 0.5.2) |
228 | 231 | httpauth (0.2.0) |
... | ... | @@ -239,29 +242,32 @@ GEM |
239 | 242 | jquery-rails |
240 | 243 | railties (>= 3.1.0) |
241 | 244 | json (1.7.7) |
242 | - jwt (0.1.5) | |
243 | - multi_json (>= 1.0) | |
245 | + jwt (0.1.8) | |
246 | + multi_json (>= 1.5) | |
244 | 247 | kaminari (0.14.1) |
245 | 248 | actionpack (>= 3.0.0) |
246 | 249 | activesupport (>= 3.0.0) |
247 | - launchy (2.1.2) | |
250 | + launchy (2.2.0) | |
248 | 251 | addressable (~> 2.3) |
249 | - letter_opener (1.0.0) | |
250 | - launchy (>= 2.0.4) | |
252 | + letter_opener (1.1.0) | |
253 | + launchy (~> 2.2.0) | |
251 | 254 | libv8 (3.11.8.17) |
252 | - listen (0.7.3) | |
255 | + listen (1.0.3) | |
256 | + rb-fsevent (>= 0.9.3) | |
257 | + rb-inotify (>= 0.9) | |
258 | + rb-kqueue (>= 0.2) | |
253 | 259 | lumberjack (1.0.3) |
254 | 260 | mail (2.5.3) |
255 | 261 | i18n (>= 0.4.0) |
256 | 262 | mime-types (~> 1.16) |
257 | 263 | treetop (~> 1.4.8) |
258 | 264 | method_source (0.8.1) |
259 | - mime-types (1.22) | |
265 | + mime-types (1.23) | |
260 | 266 | modernizr (2.6.2) |
261 | 267 | sprockets (~> 2.0) |
262 | 268 | multi_json (1.7.2) |
263 | 269 | multi_xml (0.5.3) |
264 | - multipart-post (1.1.5) | |
270 | + multipart-post (1.2.0) | |
265 | 271 | mysql2 (0.3.11) |
266 | 272 | net-ldap (0.2.2) |
267 | 273 | nokogiri (1.5.9) |
... | ... | @@ -272,13 +278,13 @@ GEM |
272 | 278 | jwt (~> 0.1.4) |
273 | 279 | multi_json (~> 1.0) |
274 | 280 | rack (~> 1.2) |
275 | - omniauth (1.1.3) | |
276 | - hashie (~> 1.2) | |
281 | + omniauth (1.1.4) | |
282 | + hashie (>= 1.2, < 3) | |
277 | 283 | rack |
278 | 284 | omniauth-github (1.1.0) |
279 | 285 | omniauth (~> 1.0) |
280 | 286 | omniauth-oauth2 (~> 1.1) |
281 | - omniauth-google-oauth2 (0.1.13) | |
287 | + omniauth-google-oauth2 (0.1.17) | |
282 | 288 | omniauth (~> 1.0) |
283 | 289 | omniauth-oauth2 |
284 | 290 | omniauth-oauth (1.0.1) |
... | ... | @@ -287,31 +293,31 @@ GEM |
287 | 293 | omniauth-oauth2 (1.1.1) |
288 | 294 | oauth2 (~> 0.8.0) |
289 | 295 | omniauth (~> 1.0) |
290 | - omniauth-twitter (0.0.14) | |
296 | + omniauth-twitter (0.0.16) | |
291 | 297 | multi_json (~> 1.3) |
292 | 298 | omniauth-oauth (~> 1.0) |
293 | 299 | orm_adapter (0.4.0) |
294 | - pg (0.14.1) | |
300 | + pg (0.15.1) | |
295 | 301 | polyglot (0.3.3) |
296 | 302 | posix-spawn (0.3.6) |
297 | - pry (0.9.12) | |
303 | + pry (0.9.12.1) | |
298 | 304 | coderay (~> 1.0.5) |
299 | 305 | method_source (~> 0.8) |
300 | 306 | slop (~> 3.4) |
301 | - puma (2.0.0.b7) | |
307 | + puma (2.0.1) | |
302 | 308 | rack (>= 1.1, < 2.0) |
303 | 309 | pygments.rb (0.4.2) |
304 | 310 | posix-spawn (~> 0.3.6) |
305 | 311 | yajl-ruby (~> 1.1.0) |
306 | 312 | pyu-ruby-sasl (0.0.3.3) |
307 | - quiet_assets (1.0.1) | |
308 | - railties (~> 3.1) | |
313 | + quiet_assets (1.0.2) | |
314 | + railties (>= 3.1, < 5.0) | |
309 | 315 | rack (1.4.5) |
310 | 316 | rack-accept (0.4.5) |
311 | 317 | rack (>= 0.4) |
312 | 318 | rack-cache (1.2) |
313 | 319 | rack (>= 0.4) |
314 | - rack-mini-profiler (0.1.23) | |
320 | + rack-mini-profiler (0.1.26) | |
315 | 321 | rack (>= 1.1.3) |
316 | 322 | rack-mount (0.8.3) |
317 | 323 | rack (>= 1.0.0) |
... | ... | @@ -348,13 +354,15 @@ GEM |
348 | 354 | rdoc (~> 3.4) |
349 | 355 | thor (>= 0.14.6, < 2.0) |
350 | 356 | rake (10.0.4) |
351 | - rb-fsevent (0.9.2) | |
352 | - rb-inotify (0.8.8) | |
357 | + rb-fsevent (0.9.3) | |
358 | + rb-inotify (0.9.0) | |
359 | + ffi (>= 0.5.0) | |
360 | + rb-kqueue (0.2.0) | |
353 | 361 | ffi (>= 0.5.0) |
354 | 362 | rdoc (3.12.2) |
355 | 363 | json (~> 1.4) |
356 | 364 | redcarpet (2.2.2) |
357 | - redis (3.0.3) | |
365 | + redis (3.0.4) | |
358 | 366 | redis-actionpack (3.2.3) |
359 | 367 | actionpack (~> 3.2.3) |
360 | 368 | redis-rack (~> 1.4.0) |
... | ... | @@ -383,8 +391,8 @@ GEM |
383 | 391 | rspec-core (2.13.1) |
384 | 392 | rspec-expectations (2.13.0) |
385 | 393 | diff-lcs (>= 1.1.3, < 2.0) |
386 | - rspec-mocks (2.13.0) | |
387 | - rspec-rails (2.13.0) | |
394 | + rspec-mocks (2.13.1) | |
395 | + rspec-rails (2.13.1) | |
388 | 396 | actionpack (>= 3.0) |
389 | 397 | activesupport (>= 3.0) |
390 | 398 | railties (>= 3.0) |
... | ... | @@ -395,7 +403,7 @@ GEM |
395 | 403 | rubyntlm (0.1.1) |
396 | 404 | sanitize (2.0.3) |
397 | 405 | nokogiri (>= 1.4.4, < 1.6) |
398 | - sass (3.2.7) | |
406 | + sass (3.2.8) | |
399 | 407 | sass-rails (3.2.6) |
400 | 408 | railties (~> 3.2.0) |
401 | 409 | sass (>= 3.1.10) |
... | ... | @@ -410,11 +418,11 @@ GEM |
410 | 418 | sass-rails (>= 3.2) |
411 | 419 | thor (~> 0.14) |
412 | 420 | settingslogic (2.0.9) |
413 | - sexp_processor (4.2.0) | |
421 | + sexp_processor (4.2.1) | |
414 | 422 | shoulda-matchers (1.3.0) |
415 | 423 | activesupport (>= 3.0.0) |
416 | - sidekiq (2.9.0) | |
417 | - celluloid (~> 0.12.0) | |
424 | + sidekiq (2.11.1) | |
425 | + celluloid (~> 0.13.0) | |
418 | 426 | connection_pool (~> 1.0) |
419 | 427 | multi_json (~> 1) |
420 | 428 | redis (~> 3) |
... | ... | @@ -428,15 +436,15 @@ GEM |
428 | 436 | rack-protection (~> 1.3) |
429 | 437 | tilt (~> 1.3, >= 1.3.3) |
430 | 438 | six (0.2.0) |
431 | - slim (1.3.6) | |
432 | - temple (~> 0.5.5) | |
439 | + slim (1.3.8) | |
440 | + temple (~> 0.6.3) | |
433 | 441 | tilt (~> 1.3.3) |
434 | 442 | slop (3.4.4) |
435 | - spinach (0.8.1) | |
443 | + spinach (0.8.2) | |
436 | 444 | colorize (= 0.5.8) |
437 | - gherkin-ruby (~> 0.2.1) | |
438 | - spinach-rails (0.1.7) | |
439 | - capybara (>= 1.0) | |
445 | + gherkin-ruby (~> 0.3.0) | |
446 | + spinach-rails (0.2.1) | |
447 | + capybara (>= 2.0.0) | |
440 | 448 | railties (>= 3) |
441 | 449 | spinach (>= 0.4) |
442 | 450 | spork (1.0.0rc3) |
... | ... | @@ -446,15 +454,14 @@ GEM |
446 | 454 | rack (~> 1.0) |
447 | 455 | tilt (~> 1.1, != 1.3.0) |
448 | 456 | stamp (0.5.0) |
449 | - state_machine (1.1.2) | |
457 | + state_machine (1.2.0) | |
450 | 458 | stringex (1.5.1) |
451 | - temple (0.5.5) | |
452 | - terminal-table (1.4.5) | |
453 | - test_after_commit (0.0.1) | |
459 | + temple (0.6.4) | |
460 | + test_after_commit (0.2.0) | |
454 | 461 | therubyracer (0.11.4) |
455 | 462 | libv8 (~> 3.11.8.12) |
456 | 463 | ref |
457 | - thin (1.5.0) | |
464 | + thin (1.5.1) | |
458 | 465 | daemons (>= 1.0.9) |
459 | 466 | eventmachine (>= 0.12.6) |
460 | 467 | rack (>= 1.0.0) |
... | ... | @@ -467,7 +474,7 @@ GEM |
467 | 474 | turbolinks (1.1.1) |
468 | 475 | coffee-rails |
469 | 476 | tzinfo (0.3.37) |
470 | - uglifier (1.3.0) | |
477 | + uglifier (2.0.1) | |
471 | 478 | execjs (>= 0.3.0) |
472 | 479 | multi_json (~> 1.0, >= 1.0.2) |
473 | 480 | virtus (0.5.4) |
... | ... | @@ -475,9 +482,9 @@ GEM |
475 | 482 | descendants_tracker (~> 0.0.1) |
476 | 483 | warden (1.2.1) |
477 | 484 | rack (>= 1.0) |
478 | - webmock (1.9.0) | |
485 | + webmock (1.11.0) | |
479 | 486 | addressable (>= 2.2.7) |
480 | - crack (>= 0.1.7) | |
487 | + crack (>= 0.3.2) | |
481 | 488 | xpath (2.0.0) |
482 | 489 | nokogiri (~> 1.3) |
483 | 490 | yajl-ruby (1.1.0) |
... | ... | @@ -486,7 +493,7 @@ PLATFORMS |
486 | 493 | ruby |
487 | 494 | |
488 | 495 | DEPENDENCIES |
489 | - acts-as-taggable-on (= 2.3.3) | |
496 | + acts-as-taggable-on | |
490 | 497 | annotate! |
491 | 498 | awesome_print |
492 | 499 | better_errors |
... | ... | @@ -495,7 +502,7 @@ DEPENDENCIES |
495 | 502 | capybara |
496 | 503 | carrierwave |
497 | 504 | chosen-rails (= 0.9.8) |
498 | - coffee-rails (~> 3.2.2) | |
505 | + coffee-rails | |
499 | 506 | colored |
500 | 507 | coveralls |
501 | 508 | database_cleaner |
... | ... | @@ -507,7 +514,7 @@ DEPENDENCIES |
507 | 514 | font-awesome-sass-rails (~> 3.0.0) |
508 | 515 | foreman |
509 | 516 | gemoji (~> 1.2.1) |
510 | - github-linguist (~> 2.3.4) | |
517 | + github-linguist | |
511 | 518 | github-markup (~> 0.7.4) |
512 | 519 | gitlab-grack (~> 1.0.0) |
513 | 520 | gitlab-pygments.rb (~> 0.3.2) |
... | ... | @@ -516,8 +523,8 @@ DEPENDENCIES |
516 | 523 | gitlab_omniauth-ldap (= 1.0.2) |
517 | 524 | gollum-lib (~> 1.0.0) |
518 | 525 | gon |
519 | - grape (~> 0.3.1) | |
520 | - grape-entity (~> 0.2.0) | |
526 | + grape | |
527 | + grape-entity | |
521 | 528 | grit (~> 2.5.0)! |
522 | 529 | growl |
523 | 530 | guard-rspec |
... | ... | @@ -540,7 +547,7 @@ DEPENDENCIES |
540 | 547 | pg |
541 | 548 | poltergeist! |
542 | 549 | pry |
543 | - puma (~> 2.0.0.b7) | |
550 | + puma (~> 2.0.1) | |
544 | 551 | quiet_assets (~> 1.0.1) |
545 | 552 | rack-mini-profiler |
546 | 553 | rails (= 3.2.13) |
... | ... | @@ -552,7 +559,7 @@ DEPENDENCIES |
552 | 559 | redcarpet (~> 2.2.2) |
553 | 560 | redis-rails |
554 | 561 | rspec-rails |
555 | - sass-rails (~> 3.2.5) | |
562 | + sass-rails | |
556 | 563 | sdoc |
557 | 564 | seed-fu |
558 | 565 | select2-rails |
... | ... | @@ -571,5 +578,5 @@ DEPENDENCIES |
571 | 578 | therubyracer |
572 | 579 | thin |
573 | 580 | turbolinks |
574 | - uglifier (~> 1.3.0) | |
581 | + uglifier | |
575 | 582 | webmock | ... | ... |
spec/observers/merge_request_observer_spec.rb
... | ... | @@ -12,6 +12,8 @@ describe MergeRequestObserver do |
12 | 12 | |
13 | 13 | before { subject.stub(:current_user).and_return(some_user) } |
14 | 14 | before { subject.stub(notification: mock('NotificationService').as_null_object) } |
15 | + before(:each) { enable_observers } | |
16 | + | |
15 | 17 | |
16 | 18 | subject { MergeRequestObserver.instance } |
17 | 19 | ... | ... |
spec/requests/api/projects_spec.rb
... | ... | @@ -249,7 +249,7 @@ describe Gitlab::API do |
249 | 249 | response.status.should == 200 |
250 | 250 | json_response.should be_an Array |
251 | 251 | json_response.count.should == 2 |
252 | - json_response.first['email'].should == user.email | |
252 | + json_response.last['email'].should == user.email | |
253 | 253 | end |
254 | 254 | |
255 | 255 | it "finds team members with query string" do | ... | ... |