canvas-lms/spec/controllers
Braden Anderson be4f66b08b Conversations: allow messages to groups in unpublished courses
fixes CNVS-10684

test plan:
  * create an unpublished course
  * invite a student
  * create a group in the course
  * add the student to the group
  * log in as the student
  * open old conversations
  * compose a new message
  * click on the address book icon
  * verify that the recipients list loads

Change-Id: Ic25500a31ef604331d7380e76af226b0c10fd4a1
Reviewed-on: https://gerrit.instructure.com/29244
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Steven Shepherd <sshepherd@instructure.com>
Reviewed-by: Joel Hough <joel@instructure.com>
Product-Review: Bryan Madsen <bryan@instructure.com>
2014-01-24 18:08:42 +00:00
..
accounts_controller_spec.rb spec: make accounts controller spec less fragile 2014-01-23 18:12:57 +00:00
announcements_controller_spec.rb fix announcements for logged out users in public courses 2013-06-03 15:05:42 +00:00
app_center_controller_spec.rb adding support for edu-apps version 2 2013-10-17 16:05:23 +00:00
application_controller_spec.rb session and request fixes for rails 3 2013-12-20 20:56:39 +00:00
assignment_groups_controller_spec.rb Use ActsAsList#update_order in AssignmentGroups#reorder 2013-11-05 23:40:27 +00:00
assignments_controller_spec.rb discussions: use strings for IDs in ENV and materialized view 2014-01-16 17:31:32 +00:00
auditor_api_controller_spec.rb use base controller query_params method 2014-01-23 20:37:33 +00:00
calendar_events_controller_spec.rb Re-enable a "show" page for Calendar Events. Fixes #CNVS-1229 2013-01-14 10:28:47 -07:00
calendars_controller_spec.rb fix cross-shard context bug in CalendarController::show2 2013-06-12 21:36:32 +00:00
collaborations_controller_spec.rb validate nullness in the db on a bunch of columns 2013-09-12 22:20:39 +00:00
communication_channels_controller_spec.rb require terms by default, fixes CNVS-7330 2013-08-12 15:57:51 +00:00
conferences_controller_spec.rb remove dimdim plugin 2013-10-07 21:56:10 +00:00
content_exports_controller_spec.rb whitelist for xsd files for the cc module 2012-12-04 11:54:16 -07:00
context_controller_spec.rb remove tinychat code 2013-12-18 22:51:45 +00:00
context_modules_controller_spec.rb keep external tool id references for copied module items 2013-12-23 19:13:45 +00:00
conversations_controller_spec.rb filter conversations with no active messages 2013-11-12 00:27:44 +00:00
courses_controller_spec.rb hide unpublished assignments from students in old assignments interface 2014-01-08 20:46:02 +00:00
crocodoc_sessions_controller_spec.rb use crocodoc for eligible files in full_files.js 2012-09-28 10:08:16 -06:00
developer_keys_controller_spec.rb developer keys mgmt page 2012-07-18 09:13:52 -06:00
discussion_entries_controller_spec.rb display edited/deleted by and date on discussion entries 2013-02-15 13:58:20 -07:00
discussion_topics_api_controller.rb refs #8395 expanded page views 2012-11-30 08:34:18 -07:00
discussion_topics_controller_spec.rb discussion draft state backend 2013-12-10 18:10:57 +00:00
eportfolio_categories_controller_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
eportfolio_entries_controller_spec.rb Find ePortfolio page attachments by ID. Fixes #6380. 2011-12-28 13:10:16 -07:00
eportfolios_controller_spec.rb ensure atom feeds have absolute urls and authors; fixes #7047 2012-04-09 09:02:56 -06:00
equation_images_controller_spec.rb Fixes #5112 - Proxy codecogs image urls 2011-09-27 12:32:34 -06:00
errors_controller_spec.rb fix ErrorsController#index 2013-03-26 18:46:27 +00:00
external_tools_controller_spec.rb send selected text on LTI launch 2013-11-14 23:34:50 +00:00
facebook_controller_spec.rb validate nullness in the db on a bunch of columns 2013-09-12 22:20:39 +00:00
files_controller_spec.rb fix for rails3 refactoring of TestUploadedFile 2014-01-17 17:53:18 +00:00
folders_controller_spec.rb fix for rails3 refactoring of TestUploadedFile 2014-01-17 17:53:18 +00:00
gradebook_history_api_controller_spec.rb gradebook history api 2013-02-12 08:32:24 -07:00
gradebook_uploads_controller_spec.rb fix for rails3 refactoring of TestUploadedFile 2014-01-17 17:53:18 +00:00
gradebooks_controller_spec.rb fix for rails3 refactoring of TestUploadedFile 2014-01-17 17:53:18 +00:00
group_categories_controller_spec.rb group category API refactor 2013-07-26 17:03:27 +00:00
groups_controller_spec.rb validate nullness in the db on a bunch of columns 2013-09-12 22:20:39 +00:00
info_controller_spec.rb include canvas revision in health_check json response 2013-09-23 19:53:08 +00:00
media_objects_controller_spec.rb retrieve info about 'deleted' MediaObjects 2013-03-11 14:19:05 -06:00
messages_controller_spec.rb improve robustness of incoming message processor 2013-04-29 14:47:09 +00:00
outcomes_controller_spec.rb disable the outcome mastery page for large_roster courses 2013-03-08 14:16:47 -07:00
page_views_controller_spec.rb spec: replace it_should_behave_like with include_examples 2014-01-24 16:02:26 +00:00
profile_controller_spec.rb validate nullness in the db on a bunch of columns 2013-09-12 22:20:39 +00:00
pseudonym_sessions_controller_spec.rb spec: fix some travis spec errors 2014-01-21 19:17:39 +00:00
pseudonyms_controller_spec.rb account-level password policy support, fixes CNVS-4211 2013-04-05 20:13:26 +00:00
question_banks_controller_spec.rb filter inactive inherited assessment question banks 2013-07-18 19:59:23 +00:00
quiz_questions_controller_spec.rb Quiz question refactor / api implementation 2013-11-22 17:03:45 +00:00
quiz_submissions_controller_spec.rb fix fragile quiz_submission controller spec 2013-12-06 17:58:23 +00:00
quizzes_controller_spec.rb move quiz into quizzes namespace as a precursor to enginifying 2014-01-24 00:08:46 +00:00
role_overrides_controller_spec.rb clean up some custom role interface issues 2013-02-01 10:07:33 -07:00
rubric_assessments_controller_spec.rb replace association with association_object in models 2014-01-24 16:35:40 +00:00
rubric_associations_controller_spec.rb replace association with association_object in models 2014-01-24 16:35:40 +00:00
rubrics_controller_spec.rb replace association with association_object in models 2014-01-24 16:35:40 +00:00
search_controller_spec.rb Conversations: allow messages to groups in unpublished courses 2014-01-24 18:08:42 +00:00
self_enrollments_controller_spec.rb self-enrollment API, fixes CNVS-10419 2014-01-15 21:17:04 +00:00
sub_accounts_controller_spec.rb spec fixes intermittent spec failures 2013-11-08 21:53:11 +00:00
submission_comments_controller_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
submissions_controller_spec.rb fix for rails3 refactoring of TestUploadedFile 2014-01-17 17:53:18 +00:00
terms_controller_spec.rb spec: avoid before(:all) where possible 2013-03-18 17:04:46 -06:00
tokens_controller_spec.rb drop the unencrypted token column on access_tokens 2012-11-28 14:19:22 -07:00
tours_controller_spec.rb require terms by default, fixes CNVS-7330 2013-08-12 15:57:51 +00:00
user_lists_controller_spec.rb introduce preferred user list search mode 2012-02-28 09:10:23 -07:00
users_controller_spec.rb associate with shard when masquerading (for db page views) 2014-01-17 17:54:06 +00:00
wiki_page_revisions_controller_spec.rb group category API refactor 2013-07-26 17:03:27 +00:00
wiki_pages_controller_spec.rb deprecate hide_from_students on wiki pages 2014-01-15 21:29:06 +00:00