Commit graph

4 commits

Author SHA1 Message Date
jelhan
67cc41973f Ember.ObjectController is deprecated since ember 1.11
Ember.ObjectController was proxying model properties to controller. Ember.Controller which should be used is not.
Therefore we have to define if it's a property of controller or model.

Also added two more tests:
* anonymous participation
* do not force an answer for all options
2015-07-01 16:21:18 +02:00
jelhan
90a7e6dbe1 Fix test if it is run multiple times (more than one user is present) 2015-06-20 18:42:28 +02:00
jelhan
5cce0a236d Fix: freetext answer where broken by caba42a853
added test to not let it happen again
2015-06-20 18:33:51 +02:00
jelhan
3929460595 restructering tests 2015-06-11 10:53:22 +02:00
Renamed from tests/integrations/add-a-user-to-a-default-poll-test.js (Browse further)