diaspora/spec
Florian Staudacher 1924c40d38 replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem
- updates underscore to 1.5.2 and backbone to 1.1.0

backbone had some breaking changes:
- fix url/urlRoot handling in models & collections
- options are no longer attached to the view by default
- collections reset when 'fetch' is called, tell it to keep the existing
  models

other changes:
- fix some events triggering multiple times in connection with deleting
  a model
- use document fragments instead of an element array for stream entries
- adapt jasmine and cucumber specs to the changed code
  * no longer test the backbone router as part of our code
  * jasmine factory already returns model instances, no need to wrap
    that again
2014-01-16 23:23:30 +01:00
..
controllers replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
fixtures replace the monstrous link regex with a slightly less complicated one, 2012-10-11 23:39:44 +02:00
helpers replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
integration replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
javascripts replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00
lib replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
mailers update branding 2013-08-25 18:21:14 +02:00
models update devise to 3.2 2014-01-15 12:59:59 +01:00
presenters replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
shared_behaviors remove outer (deprecated) describe blocks from shared examples 2014-01-13 12:25:38 +01:00
support replace mentions of out-of-aspect people in limited posts with just a 2013-06-09 19:16:40 +02:00
workers update devise to 3.2 2014-01-15 12:59:59 +01:00
factories.rb refactor ConversationsController, move query builing to User model 2013-09-30 01:44:57 +02:00
helper_methods.rb add specs for chromeframe 2012-09-30 17:04:50 +01:00
locale_spec.rb fix french javascript pluralization rule and add specs for locale loading 2012-10-09 22:36:30 +02:00
misc_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
spec-doc.rb This fixes issue #2298. 2011-11-02 23:51:12 -04:00
spec_helper.rb do not overwrite rspec methods (receive) 2014-01-13 12:25:37 +01:00