Commit Graph

313 Commits

Author SHA1 Message Date
Blade Barringer b635c62d16 Add contexts 2015-05-12 09:04:07 -05:00
Blade Barringer 60857994c3 Add expectation that push notification gets called when sending gems 2015-05-11 17:27:58 -05:00
Blade Barringer 3cda9ff820 Update push notification test to use chai expect 2015-05-11 08:19:49 -05:00
Blade Barringer a7fa8dc9a4 Merge branch 'develop' into negue-WIP-Push-notifications 2015-05-11 08:18:11 -05:00
Blade Barringer c444f54e42 Remove unnecessary global declarations 2015-05-11 08:17:46 -05:00
Blade Barringer ed8a4ef651 Use chai expect instead of expect.js 2015-05-11 08:13:23 -05:00
Blade Barringer a906c750eb Correct spy set up 2015-05-10 22:13:53 -05:00
Blade Barringer d4a296870b Add test for push notification when gems are sent 2015-05-10 20:39:11 -05:00
Blade Barringer c219df2a9d Set up pended tests for push notifications 2015-05-10 17:10:21 -05:00
Blade Barringer bf4ecf244c organized push notifications api test 2015-05-10 16:36:10 -05:00
Blade Barringer 95a90723c8 Merge branch 'develop' into negue-WIP-Push-notifications 2015-05-10 16:27:58 -05:00
Negue 1cc07129f1 Merge branch 'develop' into pushNotifications2
Conflicts:
	test/api.mocha.coffee
2015-05-10 22:01:41 +02:00
Blade Barringer 8badc7d1a9 Add coupon api tests 2015-05-10 14:54:45 -05:00
Blade Barringer 49595adad9 Merge branch 'develop' into crookedneighbor-separate_mocha_tests 2015-05-08 21:41:34 -05:00
Negue 1858a98bad add test for push notification api call 2015-05-08 23:46:41 +02:00
Blade Barringer 8569f7b749 Merge branch 'joyclark-autocomplete-click-behavior' into develop 2015-05-08 08:45:06 -05:00
Blade Barringer efa193b262 Refactor test 2015-05-08 08:44:50 -05:00
Blade Barringer bb42acacdb Change format of testing commands in readme 2015-05-07 21:52:56 -05:00
Blade Barringer d1d319f57e Clarify matter in readme 2015-05-07 21:50:22 -05:00
Blade Barringer 17c248e970 Add readme. Adjust api-helper.coffee 2015-05-07 21:33:59 -05:00
Blade Barringer 2ca5956cee Adjust namespace of api tests 2015-05-07 21:22:30 -05:00
Blade Barringer 9525c5c528 move guild tests into api groups test 2015-05-07 21:16:53 -05:00
Blade Barringer ece37c01db Merge branch 'develop' into separate_mocha_tests 2015-05-07 21:11:30 -05:00
Blade Barringer c41fe9929f Add todo 2015-05-07 18:19:05 -05:00
Blade Barringer 9884ed71f8 Merge branch 'develop' into TheHollidayInn-join-button-fix 2015-05-07 17:50:57 -05:00
Blade Barringer 3dc7567c53 Clean up test code 2015-05-07 17:49:46 -05:00
Blade Barringer 180279f2f6 clean up cruft from api tests 2015-05-07 17:37:07 -05:00
TheHollidayInn 47121fa70d Update tests to use get url, added not member tests, and updated logic to prevent users from being added to public guilds 2015-05-07 15:59:21 -05:00
negue e628dba5e8 Merge pull request #5087 from negue/copyMessageTodo
copy chat messages as todo
2015-05-07 22:21:42 +02:00
Blade Barringer c1051a9035 Separate api tess into separate files 2015-05-07 08:13:43 -05:00
TheHollidayInn bcb7b75380 Fixed conditional and spacing 2015-05-05 20:13:53 -05:00
TheHollidayInn c1684414c3 Added registerManyUsers to reduce function calls 2015-05-05 09:19:43 -05:00
TheHollidayInn 8a4b43905d Added tests 2015-05-04 19:12:44 -05:00
Joy Clark 4450a5d7c3 Fixes #5094 Now show list based on whether or not a search query is defined. The autocomplete function from the directive is encapsulated so that it can be called and then the query can be set to null. 2015-05-03 18:14:28 +02:00
Blade Barringer e09d4f3a91 Commented out new dailies behavior 2015-05-03 08:21:29 -05:00
Blade Barringer 68aedda3bb Merge branch 'develop' into hairlessbear-cron_dailies_fix 2015-05-02 22:10:58 -05:00
Blade Barringer c81d321366 Checklists should reset even when resting in the inn 2015-05-02 22:10:26 -05:00
Negue c3b09d8cce test 2nd argument for openModal 2015-05-01 13:55:33 +02:00
sablecliff 8c0ecbd61e Edit from /string/ format to "string" format so that login test passes. 2015-05-01 13:29:40 +10:00
sablecliff 2c65e4df6a Updated the login test to match the new error message 2015-05-01 13:21:12 +10:00
Blade Barringer fbc1a9ae86 Add two unit tests for copyToDo PR 2015-04-30 08:53:14 -05:00
Blade Barringer 0d18738ceb Correct phrasing of test 2015-04-29 08:47:47 -05:00
Blade Barringer 78249122f7 Ignore casing when searching for user name in autocomplete 2015-04-29 08:21:13 -05:00
Blade Barringer 41763d3b78 Add missing semi-colons 2015-04-29 08:05:08 -05:00
Blade Barringer 3a12b5644c Remove out of date comments 2015-04-29 07:57:54 -05:00
Blade Barringer 6e35c45d5f Merge branch 'develop' of github.com:HabitRPG/habitrpg into joyclark-autocomplete_unit_tests 2015-04-29 07:50:33 -05:00
Joy Clark df1c349ea7 Fixing #5706 filtering system messages results in errors. 2015-04-27 23:01:15 +02:00
Joy Clark df91592438 fixing unit tests 2015-04-27 22:55:22 +02:00
Joy Clark 61c9d35215 Merge branch 'chat_match_users' into autocomplete_unit_tests 2015-04-27 22:50:30 +02:00
hairlessbear 2d9707bd39 Added dailies[0].history check and changed array check to' empty' 2015-04-27 13:41:58 -04:00