canvas-lms/spec/models
JT Olds 128fc92e32 give plugins a way to inject alternate grade export formats
Change-Id: Icd4ddc52cc3190ba28fb1d93821642ef2b119a3c
Reviewed-on: https://gerrit.instructure.com/3323
Reviewed-by: JT Olds <jt@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-05-06 09:44:51 -06:00
..
account_authorization_config_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
account_spec.rb enable google previews of attachments; fixes: #4060 2011-04-22 10:17:13 -06:00
announcement_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
assessment_question_bank_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
assessment_question_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
assignment_group_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
assignment_spec.rb assignments getting deleted on change to submission_types 2011-04-13 17:22:00 -06:00
attachment_spec.rb handle repeated qti imports of the same filename better, closes #4411 2011-04-29 12:33:31 -06:00
bookmark_service_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
broadcast_policies_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
calendar_event_spec.rb fix time zone issues in specs 2011-02-08 14:12:17 -07:00
collaboration_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
communication_channel_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
content_tag_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
context_external_tool_spec.rb basic lti support 2011-03-23 16:58:11 -06:00
context_message_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
context_module_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
context_spec.rb string validations/fixes, closes #4154. wiki fixes, closes #3973, #4168 2011-04-05 11:22:50 -06:00
course_section_spec.rb showing sis id for everyone, deleting courses emptied due to crosslisting 2011-04-22 16:47:40 -06:00
course_spec.rb give plugins a way to inject alternate grade export formats 2011-05-06 09:44:51 -06:00
delayed_message_spec.rb use user host url for summary message links, fixes #4455 2011-05-03 13:27:16 -06:00
discussion_entry_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
discussion_topic_spec.rb don't send delayed posted topics to stream prematurely; fixes #4175 2011-04-05 10:27:51 -06:00
enrollment_spec.rb enforce term/course/section start and end dates 2011-03-01 13:47:12 -07:00
eportfolio_category_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
eportfolio_entry_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
eportfolio_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
error_report_spec.rb move default error reporting to a plugin 2011-03-24 13:21:31 -06:00
external_feed_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
folder_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
general_model_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
grading_standard_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
group_membership_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
group_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
learning_outcome_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
mailbox_spec.rb fixing broadcast mailboxes and corresponding tests 2011-02-01 17:36:33 -07:00
message_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
notification_policy_spec.rb opt-in for grades in emails 2011-05-04 22:57:14 -06:00
notification_spec.rb make kaltura errors on import non-fatal, closes #4395 2011-04-29 09:30:54 -06:00
plugin_setting_spec.rb gracefully handle bad decrypt of plugin_settings 2011-04-19 09:14:28 -06:00
pseudonym_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
quiz_group_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
quiz_question_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
quiz_spec.rb don't create 2 assignments when cloning a quiz; fixes #4274 2011-04-17 15:28:17 -06:00
quiz_submission_spec.rb fix grading previous versions of in-progress quizzes, again; refs #4176 2011-04-05 14:21:44 -06:00
role_override_spec.rb revert an explicit permission to the proper default 2011-02-11 12:54:21 -07:00
rubric_assessment_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
rubric_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
scribd_account_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
student_enrollment_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
submission_comment_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
submission_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
ta_enrollment_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
teacher_enrollment_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
test.txt Initial commit. 2011-01-31 18:57:29 -07:00
user_service_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
user_spec.rb fix user root account removal. fixes #4458 2011-05-05 10:50:31 -06:00
web_conference_spec.rb basic wimba archiving support, closes #4263 2011-04-23 10:56:35 -06:00
wiki_namespace_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
wiki_page_spec.rb string validations/fixes, closes #4154. wiki fixes, closes #3973, #4168 2011-04-05 11:22:50 -06:00
wiki_spec.rb Initial commit. 2011-01-31 18:57:29 -07:00
wimba_conference_spec.rb basic wimba archiving support, closes #4263 2011-04-23 10:56:35 -06:00