mumuki-laboratory 7.7.1 → 7.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -0
- data/Rakefile +3 -0
- data/app/assets/javascripts/mumuki_laboratory/application/assets-loader.js +1 -1
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_discussion.scss +1 -2
- data/app/controllers/concerns/with_user_discussion_validation.rb +14 -0
- data/app/controllers/discussions_controller.rb +1 -14
- data/app/controllers/discussions_messages_controller.rb +1 -0
- data/app/helpers/discussions_helper.rb +9 -5
- data/app/views/discussions/_message.html.erb +16 -9
- data/app/views/discussions/show.html.erb +9 -7
- data/app/views/exercise_solutions/_contextualization_results_container.html.erb +1 -1
- data/app/views/exercise_solutions/_results_title.html.erb +2 -2
- data/app/views/layouts/_copyright.html.erb +1 -1
- data/app/views/layouts/_discussions.html.erb +4 -4
- data/app/views/user_mailer/1st_reminder.html.erb +1 -1
- data/app/views/user_mailer/1st_reminder.text.erb +1 -1
- data/app/views/user_mailer/2nd_reminder.html.erb +1 -1
- data/app/views/user_mailer/2nd_reminder.text.erb +1 -1
- data/app/views/user_mailer/3rd_reminder.html.erb +1 -1
- data/app/views/user_mailer/3rd_reminder.text.erb +1 -1
- data/app/views/user_mailer/no_submissions_reminder.html.erb +1 -1
- data/app/views/user_mailer/no_submissions_reminder.text.erb +1 -1
- data/lib/mumuki/laboratory/locales/en.yml +3 -2
- data/lib/mumuki/laboratory/locales/es-CL.yml +292 -0
- data/lib/mumuki/laboratory/locales/es.yml +2 -1
- data/lib/mumuki/laboratory/locales/pt.yml +3 -2
- data/lib/mumuki/laboratory/version.rb +1 -1
- data/spec/controllers/discussions_messages_controller_spec.rb +73 -0
- data/spec/dummy/db/schema.rb +1 -0
- data/spec/features/discussion_flow_spec.rb +190 -0
- data/spec/features/menu_bar_spec.rb +88 -7
- data/spec/javascripts/bridge-spec.js +5 -0
- data/spec/javascripts/csrf-token-spec.js +7 -0
- data/spec/javascripts/elipsis-spec.js +25 -0
- data/spec/javascripts/results-renderers-spec.js +17 -0
- data/spec/javascripts/spec-helper.js +30 -0
- data/spec/javascripts/speech-bubble-renderer-spec.js +11 -0
- data/spec/javascripts/timeout-spec.js +5 -0
- data/spec/javascripts/timer-spec.js +5 -0
- data/spec/teaspoon_env.rb +187 -0
- data/vendor/assets/javascripts/codemirror-modes/gobstones.js +3 -2
- metadata +28 -524
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/AUTHORS +0 -16
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/Gemfile +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/LICENSE +0 -661
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/README.md +0 -159
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/Rakefile +0 -35
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/api_client.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/application_record.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/assignment.rb +0 -243
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/avatar.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/book.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/chapter.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/complement.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/assistable.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/container.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/contextualization.rb +0 -137
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/disabling.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/friendly_name.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/guide_container.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/navigation/parent_navigation.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/navigation/siblings_navigation.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/navigation/terminal_navigation.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/submittable/confirmable.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/submittable/queriable.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/submittable/questionable.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/submittable/solvable.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/submittable/submittable.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/submittable/triable.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/topic_container.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_assignments.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_case_insensitive_search.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_description.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_discussion_creation.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_discussion_creation/subscription.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_discussion_creation/upvote.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_discussion_status.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_discussions.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_editor.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_expectations.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_language.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_layout.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_locale.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_messages.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_name.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_number.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_profile.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_progress.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_randomizations.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_reminders.rb +0 -74
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_scoped_queries.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_scoped_queries/filter.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_scoped_queries/page.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_scoped_queries/sort.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_slug.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_usages.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_user_navigation.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/content.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/course.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/discussion.rb +0 -176
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/event.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exam.rb +0 -207
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exam/passing_criterion.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exam_authorization.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exercise.rb +0 -255
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exercise/challenge.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exercise/interactive.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exercise/playground.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exercise/problem.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exercise/queriable_challenge.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exercise/reading.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/guide.rb +0 -131
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/indicator.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/invitation.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/language.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/lesson.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/message.rb +0 -92
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/organization.rb +0 -183
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/progress.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/stats.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/subscription.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/topic.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/upvote.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/usage.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/user.rb +0 -208
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/with_stats.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/bin/rails +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141120231135_create_exercises.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141120231735_create_submissions.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141121001134_add_status_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141121013100_add_result_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141121122921_add_language_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141124023403_create_users.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141124032114_add_user_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141207235356_add_submissions_count_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141208005050_add_author_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141208005125_rename_user_to_submitter.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141212044717_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141212044718_add_missing_unique_indices.acts_as_taggable_on_engine.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141212044719_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141212044720_add_missing_taggable_index.acts_as_taggable_on_engine.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141221213109_create_exercise_repos.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141221215035_add_origin_to_exercise.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141225034553_rename_exercise_repo_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141225143218_rename_github_url_to_github_repository.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141225195510_create_imports.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141225211350_add_status_to_import.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141226010922_add_result_to_import.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141228151351_change_exercise_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141231074400_create_languages.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141231191842_change_language_column_type.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141231192030_rename_author_to_plugin_author.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20141231234940_increment_language_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150108014005_add_locale_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150111160450_add_uniques_to_languages.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150125042217_add_test_syntax_hint_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150125051529_add_hint_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150126213310_devise_create_admin_users.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150126213316_create_active_admin_comments.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150315072037_add_description_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150317052723_remove_language_author.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150317053307_remove_language_hint.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150321150030_add_extra_code_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150328211331_create_expectations.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150329163753_add_email_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150330020553_add_expectation_results_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150405231013_create_exports.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150405232603_add_default_guide_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150406020152_add_last_submission_date_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150407225356_add_unique_index_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150408020712_add_status_to_export.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150408022654_add_commiter_to_export.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150411215351_change_guide_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150412042959_add_committer_to_import.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150412201651_remove_default_guide_from_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150415053559_add_image_url_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150415211341_add_position_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150415234515_create_relationships.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150417052238_add_original_id_format_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150418055334_add_locale_and_language_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150424180136_add_guides_users_association_tables.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150428195229_add_guides_suggestions.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150507215646_remove_relationship.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150508015148_create_api_tokens.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150509191428_add_name_to_token.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150512235847_add_feedback_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150513203636_create_categories.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150513204102_create_starting_points.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150517074730_add_extra_code_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150518174912_add_language_output_visibility_flag.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150518185508_add_content_type_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150519131033_set_default_locale_for_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150519174628_remove_language_name_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150519220307_rename_api_token_columns.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150520011404_convert_starting_point_into_path.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150529135324_add_corollary_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150529141430_add_corollary_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150531164450_add_test_extension_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150603003459_remove_language_extension_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150603020457_remove_guide_name_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150605065543_add_highlight_mode.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150614173852_add_learning_flag.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150614180512_add_beta_flag.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150614191257_add_last_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150620181839_add_layout_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150701030644_add_unique_to_language_name_index.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150701212609_add_test_results_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150708212022_add_position_to_category.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150708212836_change_category_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150713120916_add_expectations_column_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150714000532_remove_expectations_relation.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150722003532_create_event_subscribers.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150722030820_create_solutions.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150722142019_add_submissions_count_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150723052640_add_submission_id_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150724062215_add_language_description.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150724062233_add_category_links.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150724062249_add_category_long_description.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150819194207_convert_submissions_into_solutions.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150819202310_remove_submissions.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150826023647_create_friendly_id_slugs.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150826023757_add_slug_to_guides.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150826024859_add_slug_to_exercises.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150828013106_add_remember_me_token_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150829211550_add_queriable_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150829215524_add_expectations_column_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150905214532_rename_exercise_title_to_name.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151001143118_rename_solution_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151001183858_rename_assignment_content_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151003003856_add_type_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151020145904_remove_guide_git_information.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151104163433_create_tenants.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151104172241_create_path_rules.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151104173956_remove_guide_position.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151104220859_remove_path_from_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151107232242_move_slug_to_path_rule.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151108173838_remove_slugs.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151108182857_remove_act_as_taggable_taggings.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151108183319_add_tags_array.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151206072741_rename_guide_extra_code_to_extra.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151208224736_rename_path_rule_to_chapter_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151208224907_rename_category_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151208225503_rename_chapter_position_to_number.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151208231749_rename_chapter_guide_path_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151208233707_rename_url_to_slug.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151209021925_add_locale_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151210204646_remove_language_extensions.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151211032811_drop_collaborators.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151211033000_drop_contributors.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151211034943_remove_authors.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151211035206_add_contact_email_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151218172557_drop_import.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151222153838_add_default_content_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151223014138_change_language_icon_url_into_devicon_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151224174248_remove_original_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20151229153839_replace_learning_with_type_in_guides.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160108191156_rename_extra_code.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160108215313_remove_unique_index_from_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160119024542_add_preface_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160119040351_rename_tenant_to_book.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160119191508_rename_position_to_number.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160120171336_add_type_to_event_suscriber.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160205184243_add_bibliotheca_id_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160214191548_required_bibliotheca_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160222165337_add_hidden_flag_to_extra_code.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160222192958_rename_chapter_guide_to_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160307184203_add_prompt_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160331210507_add_comment_model.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160401142104_add_readed_to_comment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160404214826_change_readed_to_read.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160405184624_change_submission_id_to_string.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160412193123_change_content_comment_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160414150800_remove_tenant_subscriber.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160426171156_add_new_expectations_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160427195306_create_organizations.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160427223805_add_chapter_book.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160427234538_create_topics.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160427235605_add_topic_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160428162753_add_topic_id_to_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160428175230_create_exams.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160428224823_add_duration_to_exam.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160429174901_add_start_end_time_to_exam.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160429181825_add_exam_user.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160430225048_create_complements.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160430231035_remove_chapter_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160430235331_remove_chapter_name_description.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160430235656_remove_chapter_locale_image_url.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160501003355_add_long_description_to_topic.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160501071847_create_usages.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160506012945_add_slug_to_topic_and_book.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160506035230_remove_slug_from_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160506041446_rename_preface_to_description.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160506172239_remove_event_subscriber.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160506175610_remove_api_tokens.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160506181152_remove_admin_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160506182333_remove_admin_comments.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160510183137_add_private_to_organization.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160512134321_add_organization_image.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160516191936_add_stateful_console_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160517215229_add_classroom_idto_exams.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160518212552_rename_exam_users_to_exam_authorization.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160518213912_add_user_start_data_in_exam.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160519045220_add_id_to_exam_authorizations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160520141716_remove_chapter_links_and_long_description.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160520153115_change_exam_classroom_id_to_string.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160526172026_remove_not_null_constraint_exam_duration.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160526182119_add_metadata_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160617175235_add_last_organization_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160617195350_change_metadata_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160701195105_add_login_methods_to_organization.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160705160244_add_manual_evaluation_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160715001254_rename_test_runner_url.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160729194600_change_default_content_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160812003350_change_default_login_methods.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160815225314_rename_long_description_to_appendix.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160819181024_make_organization_private_by_default.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160830160937_add_authoring_information_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20160907010315_remove_exercise_slug.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20161004202742_add_editor_to_problem.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20161018142147_add_language_extension.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20161107171305_remove_devicon_column_from_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20161222182015_rename_uid_to_social_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20161222182724_add_uid_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20161226181932_remove_metadata_from_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20161230055953_add_not_null_constraint_to_uid_in_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20161231224116_add_permissions_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170125185012_add_new_fields_on_organization.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170207154702_add_index_to_uid.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170224040846_create_invitations.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170224061531_make_tos_type_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170301160253_rename_invitation_slug_to_code.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170330145157_rename_comment_to_messages.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170407190910_add_has_messages_flag_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170526191251_add_community_link_to_organizations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170526204944_add_has_messages_to_organizations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170601181759_rename_has_messages_to_raise_hand_enabled_in_organization.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170608033403_remove_has_messages_from_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170608044038_remove_messages_exercise_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170608154055_remove_message_type_column.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170612173212_add_first_name_and_last_name_to_user.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170621222902_introduce_settings_and_themes.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170818185127_add_guide_slug_constraint.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20170830020507_change_invitation_expiration_date_type.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20171003204152_add_goal_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20171003204209_add_queries_to_assignment.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20171004134607_add_triable_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20171024182244_add_devicon_and_comment_type_to_language.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20171109181818_add_manual_evaluation_commend_and_submission_id_index_in_assignment.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20171229042201_add_assets_to_language.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180117014110_add_custom_editor_assets_to_language.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180123174410_add_initial_and_final_states_to_exercises.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180123180836_add_accepts_reminders_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180129142749_add_api_client.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180130194923_add_last_reminded_date_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180130204935_add_course.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180307150148_add_failed_submissions_count_to_assignments.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180323125804_remove_user_name.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180323140943_remove_unused_omniauth_fields.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180326224511_remove_book_ids.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180402015405_remove_course_uid.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180504173548_create_discussions.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180504185845_add_discussion_id_to_message.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180526141344_add_tips_rules_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180605143727_add_submission_to_discussion.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180611190239_add_randomizations_to_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180619182555_create_subscriptions.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180702153442_create_upvotes.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180702175220_add_upvotes_count_to_discussions.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180704150839_rename_assignment_status_to_submission_status.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180725145801_add_submissions_caps_to_exams.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20180802190437_add_approved_to_messages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181004173216_add_free_form_editor_to_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181014233438_remove_non_null_constraint_from_permissions.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181016203853_add_test_extension_back.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181021151505_add_id_format_back.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181022043658_add_private_flag_for_guides.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181022220518_add_teacher_info_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181101180652_add_unique_index_to_organizations_name.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181105152420_remove_contact_email_from_book.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181113183935_rename_guide_contributors_to_collaborators.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181114201620_add_test_template_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181117190241_add_feedback_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181121165956_rename_choices_column.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20181210131824_convert_course_invitation_into_fk.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190123180139_add_sources_section.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190123180147_add_learn_more_section.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190312152901_add_content_fk.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190326152631_add_settings_to_content.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190404181724_add_organization_to_discussion.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190506180102_add_multifile_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190530173142_add_organization_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190702003600_add_loading_flags_to_language.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190702182407_add_new_profile_fields.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190724190355_add_settings_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190905174934_add_submitted_at_to_assignments.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190918134321_remove_new_expectations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190918140026_add_custom_expectations.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20190929180601_add_expectations_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20191022180238_remove_choice_values_from_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20191029200548_create_indicators.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20191105171244_add_parent_to_assignments.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20191211153004_add_dirtiness_to_indicators.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20191217184525_add_progress_fields_to_indicators.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200127142401_add_private_to_topics_and_books.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200213175736_add_verified_names_to_users.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200312181842_add_results_hidden_for_choices_to_exam.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200508191543_create_avatars.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200518135658_add_avatar_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200527180729_add_disabled_at_to_users.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200601203033_add_course_to_exam.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200605161350_add_passing_criterions_to_exam.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200608132959_add_progressive_display_lookahead_to_organizations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200702165503_add_messages_count_to_discussion.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200728162727_add_not_actually_a_question_field_to_messages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200728163038_add_requires_moderator_response_to_discussions.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200731081757_add_last_moderator_access_fields_to_discussion.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/area.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/engine.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/evaluation.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/evaluation/automated.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/evaluation/manual.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/blocked_forum_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/disabled_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/disabled_organization_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/forbidden_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/gone_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/not_found_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/unauthorized_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/unprepared_organization_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/extensions.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/extensions/array.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/extensions/hash.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/extensions/module.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/extensions/string.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/api_client_factory.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/assignments_factory.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/book_factory.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/chapter_factory.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/complement_factory.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/course_factory.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/discussion_factory.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/exam_factory.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/exercise_factory.rb +0 -84
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/guide_factory.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/invitation_factory.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/lesson_factory.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/login_settings_factory.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/message_factory.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/organization_factory.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/topic_factory.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/usage_factory.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/factories/user_factory.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/file.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/helpers.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/helpers/course.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/helpers/organization.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/helpers/user.rb +0 -109
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/locales/activerecord/en.yml +0 -30
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/locales/activerecord/es.yml +0 -59
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/locales/activerecord/pt.yml +0 -30
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/locales/console_submission/en.yml +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/locales/console_submission/es.yml +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/locales/console_submission/pt.yml +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/organization.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/organization/profile.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/organization/settings.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/organization/theme.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/seed.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/discussion/closed.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/discussion/discussion.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/discussion/opened.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/discussion/pending_review.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/discussion/solved.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/aborted.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/errored.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/failed.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/manual_evaluation_pending.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/passed.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/passed_with_warnings.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/pending.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/running.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/skipped.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/status/submission/submission.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/store.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/store/bibliotheca.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/store/github.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/store/github/exercise_schema.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/store/github/guide_schema.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/store/thesaurus.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission/base.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission/confirmation.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission/console_submission.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission/persistent_submission.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission/query.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission/question.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission/solution.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/submission/try.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/syncable.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/syncable/with_resource_fields.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/workspace.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/mumuki-domain.gemspec +0 -78
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/Rakefile +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/bin/bundle +0 -3
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/bin/rails +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/bin/rake +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/bin/setup +0 -38
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/bin/update +0 -29
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/config.ru +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/config/application.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/config/boot.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/config/database.travis.yml +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/config/database.yml +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/config/environment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/config/environments/test.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/dummy/db/schema.rb +0 -398
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/evaluation_helper.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/lib/bibliotheca_store_spec.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/lib/organization_helpers_spec.rb +0 -240
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/lib/thesaurus_store_spec.rb +0 -329
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/lib/user_helpers_spec.rb +0 -168
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/api_client_spec.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/assignment_spec.rb +0 -490
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/book_import_spec.rb +0 -70
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/book_spec.rb +0 -324
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/course_spec.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/discussion_spec.rb +0 -264
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/event_generation_spec.rb +0 -189
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/event_publishing_spec.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/exam_spec.rb +0 -205
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/exercise_spec.rb +0 -589
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/guide_import_spec.rb +0 -317
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/guide_spec.rb +0 -264
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/hash_spec.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/indicator_spec.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/interactive_spec.rb +0 -144
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/invitation_spec.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/language_spec.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/lesson_spec.rb +0 -90
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/message_spec.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/navigation_spec.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/organization_spec.rb +0 -247
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/playground_spec.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/problem_spec.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/query_spec.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/question_spec.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/reading_spec.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/solution_spec.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/stats_spec.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/status_spec.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/string_spec.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/topic_spec.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/usage_spec.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/user_changed_spec.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/user_spec.rb +0 -359
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/with_expectations_spec.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/spec_helper.rb +0 -57
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/lib/user_helpers_spec.rb
DELETED
@@ -1,168 +0,0 @@
|
|
1
|
-
require_relative '../spec_helper'
|
2
|
-
|
3
|
-
describe Mumuki::Domain::Helpers::User do
|
4
|
-
let(:json) { {
|
5
|
-
uid: 'foo@bar.com',
|
6
|
-
image_url: 'image.png',
|
7
|
-
email: 'foo@bar.com',
|
8
|
-
first_name: 'Jon',
|
9
|
-
last_name: 'Doe',
|
10
|
-
permissions: {}} }
|
11
|
-
let(:user) { User.new json }
|
12
|
-
let(:organization) { Organization.new name: 'foo' }
|
13
|
-
|
14
|
-
it { expect(user.name).to eq 'Jon Doe' }
|
15
|
-
it { expect(user.full_name).to eq 'Jon Doe' }
|
16
|
-
it { expect(user.writer?).to be false }
|
17
|
-
it { expect(user.student?).to be false }
|
18
|
-
it { expect(user.platform_event_name(:changed)).to eq 'UserChanged' }
|
19
|
-
it { expect(user.as_platform_event).to eq user: user.to_resource_h }
|
20
|
-
|
21
|
-
describe "profile_completed?" do
|
22
|
-
let(:empty) { User.new }
|
23
|
-
let(:name_only) { User.new first_name: 'Julio', last_name: 'Cortazar' }
|
24
|
-
let(:with_gender) { User.new first_name: 'Victoria', last_name: 'Ocampo', gender: :female }
|
25
|
-
let(:complete) { User.new first_name: 'Maria Elena', last_name: 'Walsh', gender: :female, birthdate: Date.new(1930, 2, 1) }
|
26
|
-
|
27
|
-
it { expect(empty).to_not be_profile_completed }
|
28
|
-
it { expect(name_only).to_not be_profile_completed }
|
29
|
-
it { expect(with_gender).to_not be_profile_completed }
|
30
|
-
it { expect(complete).to be_profile_completed }
|
31
|
-
end
|
32
|
-
|
33
|
-
describe 'make_student_of!' do
|
34
|
-
before { user.make_student_of! organization }
|
35
|
-
|
36
|
-
it { expect(user.student?).to be true }
|
37
|
-
it { expect(user.student? 'bar/_').to be false }
|
38
|
-
|
39
|
-
it { expect(user.student_of? organization).to be true }
|
40
|
-
it { expect(user.student_of? 'bar/_').to be false }
|
41
|
-
end
|
42
|
-
|
43
|
-
describe 'to_resource_h' do
|
44
|
-
context 'when user has no avatar' do
|
45
|
-
it { expect(user.to_resource_h)
|
46
|
-
.to json_eq(
|
47
|
-
uid: json[:uid],
|
48
|
-
image_url: json[:image_url],
|
49
|
-
email: json[:email],
|
50
|
-
first_name: json[:first_name],
|
51
|
-
last_name: json[:last_name],
|
52
|
-
permissions: json[:permissions]
|
53
|
-
)
|
54
|
-
}
|
55
|
-
end
|
56
|
-
|
57
|
-
context 'when user has avatar' do
|
58
|
-
let(:avatar) { Avatar.new(image_url: 'avatar.png') }
|
59
|
-
|
60
|
-
before { json[:avatar] = avatar }
|
61
|
-
|
62
|
-
it { expect(user.to_resource_h)
|
63
|
-
.to json_eq(
|
64
|
-
uid: json[:uid],
|
65
|
-
image_url: avatar.image_url,
|
66
|
-
email: json[:email],
|
67
|
-
first_name: json[:first_name],
|
68
|
-
last_name: json[:last_name],
|
69
|
-
permissions: json[:permissions]
|
70
|
-
)
|
71
|
-
}
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
describe 'student_here?' do
|
76
|
-
before { Mumukit::Platform::Organization.leave! }
|
77
|
-
|
78
|
-
context 'no organization selected' do
|
79
|
-
it { expect { user.student_here? }.to raise_error('organization not selected') }
|
80
|
-
end
|
81
|
-
|
82
|
-
context 'organization selected' do
|
83
|
-
before { Mumukit::Platform::Organization.switch! organization }
|
84
|
-
|
85
|
-
context 'when in organization' do
|
86
|
-
before { user.make_student_of! organization }
|
87
|
-
it { expect(user.student_here?).to be true }
|
88
|
-
end
|
89
|
-
|
90
|
-
context 'when not in organization' do
|
91
|
-
it { expect(user.student_here?).to be false }
|
92
|
-
end
|
93
|
-
end
|
94
|
-
end
|
95
|
-
|
96
|
-
|
97
|
-
describe 'discusser_here?' do
|
98
|
-
before { Mumukit::Platform::Organization.leave! }
|
99
|
-
|
100
|
-
context 'no organization selected' do
|
101
|
-
it { expect { user.discusser_here? }.to raise_error('organization not selected') }
|
102
|
-
end
|
103
|
-
|
104
|
-
context 'organization selected' do
|
105
|
-
before { Mumukit::Platform::Organization.switch! organization }
|
106
|
-
before { organization.forum_discussions_minimal_role = :student }
|
107
|
-
|
108
|
-
context 'when student is minimal discusser permission' do
|
109
|
-
context 'when in organization not as student' do
|
110
|
-
it { expect(user.discusser_here?).to be false }
|
111
|
-
end
|
112
|
-
|
113
|
-
context 'when in organization as student' do
|
114
|
-
before { user.make_student_of! organization }
|
115
|
-
it { expect(user.discusser_here?).to be true }
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
context 'when teacher is minimal discusser permission' do
|
120
|
-
before { organization.forum_discussions_minimal_role = :teacher }
|
121
|
-
|
122
|
-
context 'when in organization not as student' do
|
123
|
-
it { expect(user.discusser_here?).to be false }
|
124
|
-
end
|
125
|
-
|
126
|
-
context 'when in organization as student' do
|
127
|
-
before { user.make_student_of! organization }
|
128
|
-
it { expect(user.discusser_here?).to be false }
|
129
|
-
end
|
130
|
-
|
131
|
-
context 'when in organization as teacher' do
|
132
|
-
before { user.make_teacher_of! organization }
|
133
|
-
it { expect(user.discusser_here?).to be true }
|
134
|
-
end
|
135
|
-
end
|
136
|
-
|
137
|
-
context 'when not in organization' do
|
138
|
-
it { expect(user.discusser_here?).to be false }
|
139
|
-
end
|
140
|
-
end
|
141
|
-
end
|
142
|
-
|
143
|
-
describe 'student_granted_organizations' do
|
144
|
-
before { Mumukit::Platform.config.organization_class = class_double('UserSpecDemoOrganization') }
|
145
|
-
|
146
|
-
context 'no organization' do
|
147
|
-
it { expect(user.student_granted_organizations).to eq [] }
|
148
|
-
it { expect(user.has_student_granted_organizations?).to be false }
|
149
|
-
it { expect(user.has_main_organization?).to be false }
|
150
|
-
it { expect(user.has_immersive_main_organization?).to be false }
|
151
|
-
end
|
152
|
-
|
153
|
-
context 'with organization' do
|
154
|
-
before { user.make_student_of! organization }
|
155
|
-
before { expect(Mumukit::Platform.organization_class).to receive(:find_by_name!).and_return(organization)}
|
156
|
-
|
157
|
-
it { expect(user.student_granted_organizations).to eq [organization] }
|
158
|
-
it { expect(user.has_student_granted_organizations?).to be true }
|
159
|
-
it { expect(user.has_main_organization?).to be true }
|
160
|
-
it { expect(user.has_immersive_main_organization?).to be false }
|
161
|
-
|
162
|
-
context 'when immersive' do
|
163
|
-
before { organization.settings.immersive = true }
|
164
|
-
it { expect(user.has_immersive_main_organization?).to be true }
|
165
|
-
end
|
166
|
-
end
|
167
|
-
end
|
168
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/assignment_spec.rb
DELETED
@@ -1,490 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Assignment, organization_workspace: :test do
|
4
|
-
|
5
|
-
let(:gobstones) { create(:language, visible_success_output: true) }
|
6
|
-
let(:haskell) { create(:haskell) }
|
7
|
-
|
8
|
-
describe 'messages' do
|
9
|
-
let(:student) { create(:user) }
|
10
|
-
let(:problem) { create(:problem, manual_evaluation: true) }
|
11
|
-
let(:assignment) { problem.assignment_for(student) }
|
12
|
-
let(:message) { assignment.messages.first }
|
13
|
-
|
14
|
-
before { problem.submit_solution! student, content: '...' }
|
15
|
-
|
16
|
-
describe '#submit_question!' do
|
17
|
-
before { problem.submit_question! student, content: 'How can i solve this?' }
|
18
|
-
|
19
|
-
it { expect(assignment.new_record?).to be false }
|
20
|
-
it { expect(assignment.has_messages?).to be true }
|
21
|
-
it { expect(message.sender).to eq student.uid }
|
22
|
-
it { expect(message.content).to eq 'How can i solve this?' }
|
23
|
-
it { expect(message.read).to be true }
|
24
|
-
it { expect(message.assignment).to eq assignment }
|
25
|
-
it { expect(message.submission_id).to eq assignment.submission_id }
|
26
|
-
it { expect(message.date).to_not be nil }
|
27
|
-
it { expect(assignment.organization).to eq Organization.current }
|
28
|
-
end
|
29
|
-
|
30
|
-
describe '#receive_answer!' do
|
31
|
-
before { problem.submit_question! student, content: 'How can i solve this?' }
|
32
|
-
before { assignment.receive_answer! sender: 'bot@mumuki.org', content: 'Check this link' }
|
33
|
-
|
34
|
-
it { expect(assignment.has_messages?).to be true }
|
35
|
-
it { expect(assignment.messages.count).to eq 2 }
|
36
|
-
it { expect(message.sender).to eq 'bot@mumuki.org' }
|
37
|
-
it { expect(message.content).to eq 'Check this link' }
|
38
|
-
it { expect(message.read).to be false }
|
39
|
-
it { expect(message.assignment).to eq assignment }
|
40
|
-
it { expect(message.submission_id).to eq assignment.submission_id }
|
41
|
-
it { expect(assignment.organization).to eq Organization.current }
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
describe 'manual evaluation' do
|
46
|
-
let(:user) { create(:user) }
|
47
|
-
let(:exercise) { create(:exercise, manual_evaluation: true, test: nil, expectations: []) }
|
48
|
-
let(:assignment) { exercise.submit_solution!(user, content: '') }
|
49
|
-
|
50
|
-
it { expect(assignment.status).to eq :manual_evaluation_pending }
|
51
|
-
end
|
52
|
-
|
53
|
-
describe '#single_visual_result?' do
|
54
|
-
let(:gobstones_exercise) { create(:indexed_exercise, language: gobstones) }
|
55
|
-
let(:haskell_exercise) { create(:indexed_exercise, language: haskell) }
|
56
|
-
|
57
|
-
let(:failed_submission_single_untitled_test) { create(:assignment, exercise: gobstones_exercise, status: :failed, test_results: [{status: :failed, title: '', result: 'result'}]) }
|
58
|
-
let(:failed_submission_single_test) { create(:assignment, exercise: gobstones_exercise, status: :failed, test_results: [{status: :failed, title: 'ups', result: 'result'}]) }
|
59
|
-
let(:failed_submission_multi_test) { create(:assignment, exercise: gobstones_exercise, status: :failed, test_results: [{status: :failed, title: 'ups', result: 'result'}, {status: :failed, title: 'upsy', result: 'result'}]) }
|
60
|
-
let(:failed_submission_single_test_non_visual_exercise) { create(:assignment, exercise: haskell_exercise, status: :failed, test_results: [{status: :failed, title: 'ups', result: 'result'}]) }
|
61
|
-
|
62
|
-
it { expect(failed_submission_single_untitled_test).to be_single_visual_result }
|
63
|
-
it { expect(failed_submission_single_test).to_not be_single_visual_result }
|
64
|
-
|
65
|
-
it { expect(failed_submission_single_untitled_test).to be_single_visible_test_result }
|
66
|
-
it { expect(failed_submission_single_test).to be_single_visible_test_result }
|
67
|
-
|
68
|
-
it { expect(failed_submission_single_test_non_visual_exercise).to_not be_single_visible_test_result }
|
69
|
-
it { expect(failed_submission_multi_test).to_not be_single_visible_test_result }
|
70
|
-
|
71
|
-
it { expect(failed_submission_single_test.first_test_result_html).to eq '<pre>result</pre>' }
|
72
|
-
end
|
73
|
-
|
74
|
-
describe '#results_body_hidden?' do
|
75
|
-
let(:gobstones_exercise) { create(:indexed_exercise, language: gobstones) }
|
76
|
-
let(:exercise) { create(:indexed_exercise, language: haskell) }
|
77
|
-
|
78
|
-
let(:failed_submission) { create(:assignment, status: :failed) }
|
79
|
-
let(:passed_submission) { create(:assignment, status: :passed, expectation_results: [], exercise: exercise) }
|
80
|
-
let(:skipped_submission) { create(:assignment, status: :skipped, expectation_results: [], exercise: exercise) }
|
81
|
-
let(:passed_submission_with_visible_output_language) { create(:assignment, status: :passed, exercise: gobstones_exercise) }
|
82
|
-
let(:skipped_submission_with_visible_output_language) { create(:assignment, status: :skipped, exercise: gobstones_exercise) }
|
83
|
-
let(:manual_evaluation_pending_submission) { create(:assignment, status: :manual_evaluation_pending) }
|
84
|
-
|
85
|
-
it { expect(passed_submission.results_body_hidden?).to be true }
|
86
|
-
it { expect(skipped_submission.results_body_hidden?).to be true }
|
87
|
-
it { expect(failed_submission.results_body_hidden?).to be false }
|
88
|
-
it { expect(skipped_submission_with_visible_output_language.results_body_hidden?).to be true }
|
89
|
-
it { expect(passed_submission_with_visible_output_language.results_body_hidden?).to be false }
|
90
|
-
it { expect(manual_evaluation_pending_submission.results_body_hidden?).to be true }
|
91
|
-
end
|
92
|
-
|
93
|
-
describe '#expectation_results_visible?' do
|
94
|
-
let(:exercise) { create(:exercise) }
|
95
|
-
|
96
|
-
context 'should show expectation with failed submissions' do
|
97
|
-
let(:failed_submission) { create(:assignment, status: :failed, expectation_results: [{binding: "foo", inspection: "HasBinding", result: :failed}]) }
|
98
|
-
it { expect(failed_submission.expectation_results_visible?).to be true }
|
99
|
-
it { expect(failed_submission.failed_expectation_results.size).to eq 1 }
|
100
|
-
end
|
101
|
-
|
102
|
-
context 'should show expectation with errored submissions' do
|
103
|
-
let(:errored_submission) { create(:assignment, status: :errored, expectation_results: [{binding: "foo", inspection: "HasBinding", result: :failed}]) }
|
104
|
-
it { expect(errored_submission.expectation_results_visible?).to be true }
|
105
|
-
end
|
106
|
-
end
|
107
|
-
|
108
|
-
describe '#showable_results_visible?' do
|
109
|
-
let(:failed_submission) { create(:assignment, exercise: problem, status: :failed, expectation_results: [{binding: "foo", inspection: "HasBinding", result: :failed},
|
110
|
-
{binding: "bar", inspection: "HasBinding", result: :failed}]) }
|
111
|
-
|
112
|
-
context 'should show all failed expectation results for regular problems' do
|
113
|
-
let(:problem) { create(:problem) }
|
114
|
-
it { expect(failed_submission.visible_expectation_results.size).to eq 2 }
|
115
|
-
end
|
116
|
-
|
117
|
-
context 'should show only the first failed expectation result for kids problems' do
|
118
|
-
let(:problem) { create(:problem, layout: 'input_primary') }
|
119
|
-
it { expect(failed_submission.visible_expectation_results.size).to eq 1 }
|
120
|
-
end
|
121
|
-
end
|
122
|
-
|
123
|
-
describe '#run_update!' do
|
124
|
-
let(:exercise) { create(:indexed_exercise) }
|
125
|
-
let(:assignment) { create(:assignment, exercise: exercise) }
|
126
|
-
|
127
|
-
context 'when run passes unstructured' do
|
128
|
-
before { assignment.run_update! { {result: 'ok', status: :passed} } }
|
129
|
-
it { expect(assignment.status).to eq(:passed) }
|
130
|
-
it { expect(assignment.result).to eq('ok') }
|
131
|
-
end
|
132
|
-
|
133
|
-
context 'when run fails unstructured' do
|
134
|
-
before { assignment.run_update! { {result: 'ups', status: :failed} } }
|
135
|
-
it { expect(assignment.status).to eq(:failed) }
|
136
|
-
it { expect(assignment.result).to eq('ups') }
|
137
|
-
end
|
138
|
-
|
139
|
-
context 'when run aborts unstructured' do
|
140
|
-
before { assignment.run_update! { {result: 'took more thn 4 seconds', status: :aborted} } }
|
141
|
-
it { expect(assignment.status).to eq(:aborted) }
|
142
|
-
it { expect(assignment.result).to eq('took more thn 4 seconds') }
|
143
|
-
end
|
144
|
-
|
145
|
-
context 'when run skips unstructured' do
|
146
|
-
before { assignment.run_update! { {result: 'skip', status: :skipped} } }
|
147
|
-
it { expect(assignment.status).to eq(:skipped) }
|
148
|
-
it { expect(assignment.result).to eq('skip') }
|
149
|
-
end
|
150
|
-
|
151
|
-
context 'when run passes with warnings unstructured' do
|
152
|
-
let(:runner_response) do
|
153
|
-
{status: :passed_with_warnings,
|
154
|
-
test_results: [{title: 'true is true', status: :passed, result: ''},
|
155
|
-
{title: 'false is false', status: :passed, result: ''}],
|
156
|
-
expectation_results: [{binding: 'bar', inspection: 'HasBinding', result: :passed},
|
157
|
-
{binding: 'foo', inspection: 'HasBinding', result: :failed}],
|
158
|
-
feedback: 'foo'}
|
159
|
-
end
|
160
|
-
before { assignment.run_update! { runner_response } }
|
161
|
-
|
162
|
-
it { expect(assignment.status).to eq(:passed_with_warnings) }
|
163
|
-
it { expect(assignment.result).to be_blank }
|
164
|
-
it { expect(assignment.test_results).to eq(runner_response[:test_results]) }
|
165
|
-
it { expect(assignment.expectation_results).to eq(runner_response[:expectation_results]) }
|
166
|
-
it { expect(assignment.feedback).to eq('foo') }
|
167
|
-
end
|
168
|
-
|
169
|
-
context 'when run raises exception' do
|
170
|
-
before do
|
171
|
-
begin
|
172
|
-
assignment.run_update! { raise 'ouch' }
|
173
|
-
rescue
|
174
|
-
end
|
175
|
-
end
|
176
|
-
it { expect(assignment.status).to eq(:errored) }
|
177
|
-
it { expect(assignment.result).to eq('ouch') }
|
178
|
-
end
|
179
|
-
end
|
180
|
-
|
181
|
-
describe '#update_submissions_count!' do
|
182
|
-
let(:exercise) { create(:exercise) }
|
183
|
-
let(:user) { create(:user) }
|
184
|
-
|
185
|
-
before do
|
186
|
-
exercise.submit_solution!(user)
|
187
|
-
exercise.submit_solution!(user)
|
188
|
-
exercise.submit_solution!(user)
|
189
|
-
end
|
190
|
-
|
191
|
-
it { expect(exercise.reload.submissions_count).to eq(3) }
|
192
|
-
it { expect(exercise.assignments.first.organization).to eq Organization.current }
|
193
|
-
end
|
194
|
-
|
195
|
-
describe 'organization' do
|
196
|
-
let(:exercise) { create(:exercise) }
|
197
|
-
let(:user) { create(:user) }
|
198
|
-
let(:chapter) { create(:chapter, lessons: [ create(:lesson, exercises: [exercise] )]) }
|
199
|
-
let(:new_organization) { create(:organization, book: create(:book, chapters: [chapter] )) }
|
200
|
-
|
201
|
-
before { exercise.submit_solution!(user, content: 'foo') }
|
202
|
-
|
203
|
-
context 'when solution is submitted for the first time' do
|
204
|
-
it 'should persist what organization it was submitted in' do
|
205
|
-
expect(exercise.assignment_for(user).organization).to eq Organization.current
|
206
|
-
end
|
207
|
-
end
|
208
|
-
|
209
|
-
context 'when solution is submitted after the assignment was created without an organization' do
|
210
|
-
before { exercise.assignment_for(user).update_column(:organization_id, nil) }
|
211
|
-
before { exercise.submit_solution!(user, content: 'foo') }
|
212
|
-
|
213
|
-
it 'should persist what organization it was submitted in' do
|
214
|
-
expect(exercise.assignment_for(user).organization).to eq Organization.current
|
215
|
-
end
|
216
|
-
end
|
217
|
-
|
218
|
-
context 'when solution is submitted after the assignment was created' do
|
219
|
-
before { new_organization.switch! }
|
220
|
-
before { reindex_current_organization! }
|
221
|
-
before { exercise.submit_solution!(user, content: 'foo') }
|
222
|
-
|
223
|
-
it 'should persist what organization it was submitted in' do
|
224
|
-
expect(exercise.assignment_for(user).organization).to eq new_organization
|
225
|
-
end
|
226
|
-
end
|
227
|
-
end
|
228
|
-
|
229
|
-
describe '#submission_id' do
|
230
|
-
let(:exercise) { create(:exercise) }
|
231
|
-
let(:user) { create(:user) }
|
232
|
-
|
233
|
-
before { exercise.submit_solution!(user, content: 'foo') }
|
234
|
-
|
235
|
-
it do
|
236
|
-
submission_id = exercise.assignment_for(user).submission_id
|
237
|
-
expect(submission_id).to be_present
|
238
|
-
|
239
|
-
exercise.submit_solution!(user, content: 'bar')
|
240
|
-
|
241
|
-
new_submission_id = exercise.assignment_for(user).submission_id
|
242
|
-
expect(new_submission_id).to be_present
|
243
|
-
expect(new_submission_id).to_not eq submission_id
|
244
|
-
end
|
245
|
-
end
|
246
|
-
|
247
|
-
describe '#evaluate_manually!' do
|
248
|
-
let(:user) { create(:user) }
|
249
|
-
let(:exercise) { create(:exercise, manual_evaluation: true, test: nil, expectations: []) }
|
250
|
-
let(:assignment) { exercise.submit_solution!(user, content: '') }
|
251
|
-
let(:evaluated_assignment) { Assignment.find assignment.id }
|
252
|
-
|
253
|
-
before { Assignment.evaluate_manually! submission_id: assignment.submission_id, manual_evaluation: '**Good**', status: 'passed_with_warnings' }
|
254
|
-
|
255
|
-
it { expect(evaluated_assignment.status).to eq :passed_with_warnings }
|
256
|
-
it { expect(evaluated_assignment.manual_evaluation_comment).to eq '**Good**' }
|
257
|
-
end
|
258
|
-
|
259
|
-
describe '#extra' do
|
260
|
-
let(:user) { create(:user, email: 'some_email', first_name: 'some_first_name', last_name: 'some_last_name') }
|
261
|
-
let(:exercise) { create(:exercise, extra: "/*...user_email...*/\n/*...user_first_name...*/\n/*...user_last_name...*/") }
|
262
|
-
let(:assignment) { exercise.submit_solution!(user, content: '') }
|
263
|
-
|
264
|
-
it { expect(assignment.extra).to eq "some_email\nsome_first_name\nsome_last_name\n" }
|
265
|
-
end
|
266
|
-
|
267
|
-
describe '#affable_expectation_results' do
|
268
|
-
let(:assignment) { create(:assignment, expectation_results: expectation_results) }
|
269
|
-
|
270
|
-
context 'plain explanation' do
|
271
|
-
let(:expectation_results) { nil }
|
272
|
-
it { expect(assignment.affable_expectation_results).to be_empty }
|
273
|
-
end
|
274
|
-
|
275
|
-
context 'plain explanation' do
|
276
|
-
let(:expectation_results) { [{result: :failed, binding: '<<custom>>', inspection: 'foo uses composition'}] }
|
277
|
-
|
278
|
-
it { expect(assignment.affable_expectation_results).to eq [{result: :failed, explanation: 'foo uses composition'}] }
|
279
|
-
end
|
280
|
-
|
281
|
-
context 'html explanation' do
|
282
|
-
let(:expectation_results) { [{result: :failed, binding: '*', inspection: 'UsesIf'}] }
|
283
|
-
|
284
|
-
it { expect(assignment.affable_expectation_results).to eq [{result: :failed, explanation: 'solution must use <i>if</i>'}] }
|
285
|
-
end
|
286
|
-
|
287
|
-
context 'markdown explanation' do
|
288
|
-
let(:expectation_results) { [{result: :failed, binding: '<<custom>>', inspection: 'you must call `fooBar`'}] }
|
289
|
-
|
290
|
-
it { expect(assignment.affable_expectation_results).to eq [{result: :failed, explanation: 'you must call <code>fooBar</code>'}] }
|
291
|
-
end
|
292
|
-
end
|
293
|
-
|
294
|
-
describe '#affable_tips' do
|
295
|
-
let(:exercise) { create(:exercise, assistance_rules: assistance_rules) }
|
296
|
-
let(:assignment) { create(:assignment, exercise: exercise, solution: '') }
|
297
|
-
|
298
|
-
|
299
|
-
context 'no assistance rules' do
|
300
|
-
let(:assistance_rules) { nil }
|
301
|
-
it { expect(assignment.affable_tips).to be_empty }
|
302
|
-
end
|
303
|
-
|
304
|
-
context 'plain explanation' do
|
305
|
-
let(:assistance_rules) { [{when: 'content_empty', then: 'oops, please write something in the editor'}] }
|
306
|
-
|
307
|
-
it { expect(assignment.affable_tips.first).to include 'please write something in the editor' }
|
308
|
-
end
|
309
|
-
|
310
|
-
context 'html explanation' do
|
311
|
-
let(:assistance_rules) { [{when: 'content_empty', then: 'oops, please write <strong>something</strong> in the editor'}] }
|
312
|
-
|
313
|
-
it { expect(assignment.affable_tips.first).to include 'please write <strong>something</strong> in the editor' }
|
314
|
-
end
|
315
|
-
|
316
|
-
context 'markdown explanation' do
|
317
|
-
let(:assistance_rules) { [{when: 'content_empty', then: 'oops, please write **something** in the editor'}] }
|
318
|
-
|
319
|
-
it { expect(assignment.affable_tips.first).to include 'please write <strong>something</strong> in the editor' }
|
320
|
-
end
|
321
|
-
end
|
322
|
-
|
323
|
-
describe '#affable_test_results' do
|
324
|
-
let(:assignment) { create(:assignment, test_results: test_results) }
|
325
|
-
|
326
|
-
context 'no results' do
|
327
|
-
let(:test_results) { nil }
|
328
|
-
it { expect(assignment.affable_test_results).to be_empty }
|
329
|
-
end
|
330
|
-
|
331
|
-
|
332
|
-
context 'plain title or summary' do
|
333
|
-
let(:test_results) do
|
334
|
-
[ {status: :failed, title: 'first test', result: 'result'},
|
335
|
-
{status: :failed, title: 'second test', result: 'result', summary: {message: 'you are using a function you have not declared'}} ]
|
336
|
-
end
|
337
|
-
|
338
|
-
it { expect(assignment.affable_test_results).to eq [{status: :failed, title: 'first test', result: 'result'},
|
339
|
-
{status: :failed, title: 'second test', result: 'result', summary: 'you are using a function you have not declared'} ] }
|
340
|
-
end
|
341
|
-
|
342
|
-
context 'html title or summary' do
|
343
|
-
before { Mumukit::ContentType::Sanitizer.should_sanitize = true }
|
344
|
-
after { Mumukit::ContentType::Sanitizer.should_sanitize = false }
|
345
|
-
|
346
|
-
let(:test_results) do
|
347
|
-
[ {status: :failed, title: '<script>muahaha</script>bad test', result: 'result'},
|
348
|
-
{status: :failed, title: 'first <strong>test</strong>', result: 'result'},
|
349
|
-
{status: :failed, title: 'second test', result: 'result', summary: {message: 'you are using a <code>function</code> you have not declared'}} ]
|
350
|
-
end
|
351
|
-
|
352
|
-
|
353
|
-
it { expect(assignment.affable_test_results).to eq [{status: :failed, title: 'bad test', result: 'result'},
|
354
|
-
{status: :failed, title: 'first <strong>test</strong>', result: 'result'},
|
355
|
-
{status: :failed, title: 'second test', result: 'result', summary: 'you are using a <code>function</code> you have not declared'} ] }
|
356
|
-
end
|
357
|
-
|
358
|
-
context 'markdown title or summary' do
|
359
|
-
let(:test_results) do
|
360
|
-
[ {status: :failed, title: '_first_ test', result: 'result'},
|
361
|
-
{status: :failed, title: 'second test', result: 'result', summary: {message: 'you are using a function **you have not declared**'}} ]
|
362
|
-
end
|
363
|
-
|
364
|
-
it { expect(assignment.affable_test_results).to eq [{status: :failed, title: '<em>first</em> test', result: 'result'},
|
365
|
-
{status: :failed, title: 'second test', result: 'result', summary: 'you are using a function <strong>you have not declared</strong>'} ] }
|
366
|
-
end
|
367
|
-
end
|
368
|
-
|
369
|
-
describe 'submission status' do
|
370
|
-
let(:exercise) { create(:indexed_exercise) }
|
371
|
-
let(:assignment) { create(:assignment, exercise: exercise, status: submission_status) }
|
372
|
-
|
373
|
-
context 'pending' do
|
374
|
-
let(:submission_status) { :pending }
|
375
|
-
|
376
|
-
it 'does not need retrying' do
|
377
|
-
expect(assignment.should_retry?).to be false
|
378
|
-
end
|
379
|
-
|
380
|
-
it 'is not solved nor completed' do
|
381
|
-
expect(assignment.solved?).to be false
|
382
|
-
expect(assignment.completed?).to be false
|
383
|
-
end
|
384
|
-
end
|
385
|
-
|
386
|
-
context 'running' do
|
387
|
-
let(:submission_status) { :running }
|
388
|
-
|
389
|
-
it 'does not need retrying' do
|
390
|
-
expect(assignment.should_retry?).to be false
|
391
|
-
end
|
392
|
-
|
393
|
-
it 'is not solved nor completed' do
|
394
|
-
expect(assignment.solved?).to be false
|
395
|
-
expect(assignment.completed?).to be false
|
396
|
-
end
|
397
|
-
end
|
398
|
-
|
399
|
-
context 'passed' do
|
400
|
-
let(:submission_status) { :passed }
|
401
|
-
|
402
|
-
it 'does not need retrying' do
|
403
|
-
expect(assignment.should_retry?).to be false
|
404
|
-
end
|
405
|
-
|
406
|
-
it 'is solved and completed' do
|
407
|
-
expect(assignment.solved?).to be true
|
408
|
-
expect(assignment.completed?).to be true
|
409
|
-
end
|
410
|
-
end
|
411
|
-
|
412
|
-
context 'failed' do
|
413
|
-
let(:submission_status) { :failed }
|
414
|
-
|
415
|
-
it 'needs retrying' do
|
416
|
-
expect(assignment.should_retry?).to be true
|
417
|
-
end
|
418
|
-
|
419
|
-
it 'is not solved nor completed' do
|
420
|
-
expect(assignment.solved?).to be false
|
421
|
-
expect(assignment.completed?).to be false
|
422
|
-
end
|
423
|
-
end
|
424
|
-
|
425
|
-
context 'errored' do
|
426
|
-
let(:submission_status) { :errored }
|
427
|
-
|
428
|
-
it 'needs retrying' do
|
429
|
-
expect(assignment.should_retry?).to be true
|
430
|
-
end
|
431
|
-
|
432
|
-
it 'is not solved nor completed' do
|
433
|
-
expect(assignment.solved?).to be false
|
434
|
-
expect(assignment.completed?).to be false
|
435
|
-
end
|
436
|
-
end
|
437
|
-
|
438
|
-
context 'aborted' do
|
439
|
-
let(:submission_status) { :aborted }
|
440
|
-
|
441
|
-
it 'does not need retrying' do
|
442
|
-
expect(assignment.should_retry?).to be false
|
443
|
-
end
|
444
|
-
|
445
|
-
it 'is not solved nor completed' do
|
446
|
-
expect(assignment.solved?).to be false
|
447
|
-
expect(assignment.completed?).to be false
|
448
|
-
end
|
449
|
-
end
|
450
|
-
|
451
|
-
context 'passed with warnings' do
|
452
|
-
let(:submission_status) { :passed_with_warnings }
|
453
|
-
|
454
|
-
it 'needs retrying' do
|
455
|
-
expect(assignment.should_retry?).to be true
|
456
|
-
end
|
457
|
-
|
458
|
-
it 'is not solved nor completed' do
|
459
|
-
expect(assignment.solved?).to be false
|
460
|
-
expect(assignment.completed?).to be false
|
461
|
-
end
|
462
|
-
end
|
463
|
-
|
464
|
-
context 'manual evaluation pending' do
|
465
|
-
let(:submission_status) { :manual_evaluation_pending }
|
466
|
-
|
467
|
-
it 'does not need retrying' do
|
468
|
-
expect(assignment.should_retry?).to be false
|
469
|
-
end
|
470
|
-
|
471
|
-
it 'is not solved nor completed' do
|
472
|
-
expect(assignment.solved?).to be false
|
473
|
-
expect(assignment.completed?).to be false
|
474
|
-
end
|
475
|
-
end
|
476
|
-
|
477
|
-
context 'skipped' do
|
478
|
-
let(:submission_status) { :skipped }
|
479
|
-
|
480
|
-
it 'does not need retrying' do
|
481
|
-
expect(assignment.should_retry?).to be false
|
482
|
-
end
|
483
|
-
|
484
|
-
it 'is solved and completed' do
|
485
|
-
expect(assignment.solved?).to be true
|
486
|
-
expect(assignment.completed?).to be true
|
487
|
-
end
|
488
|
-
end
|
489
|
-
end
|
490
|
-
end
|