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
@@ -1,36 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
require 'rspec/mocks'
|
3
|
-
|
4
|
-
describe 'events' do
|
5
|
-
let(:exercise) { create(:exercise) }
|
6
|
-
let(:assignment) { create(:assignment, exercise: exercise) }
|
7
|
-
|
8
|
-
before { organization.switch! }
|
9
|
-
before { create(:chapter, lessons: [ create(:lesson, exercises: [ exercise ]) ]) }
|
10
|
-
before { reindex_current_organization! }
|
11
|
-
|
12
|
-
describe '#notify!' do
|
13
|
-
let!(:organization) { create(:organization, name: 'pdep') }
|
14
|
-
before { expect_any_instance_of(Mumukit::Nuntius::NotificationMode::Deaf).to receive(:notify!) }
|
15
|
-
before { organization.switch! }
|
16
|
-
|
17
|
-
it { expect { assignment.notify! }.to_not raise_error }
|
18
|
-
end
|
19
|
-
|
20
|
-
describe 'protect in central book' do
|
21
|
-
let!(:organization) { create(:organization, name: 'central') }
|
22
|
-
before { expect_any_instance_of(Mumukit::Nuntius::NotificationMode::Deaf).to receive(:notify!) }
|
23
|
-
before { organization.switch! }
|
24
|
-
|
25
|
-
it { expect { assignment.notify! }.to_not raise_error }
|
26
|
-
end
|
27
|
-
|
28
|
-
describe 'submit_solution!' do
|
29
|
-
let!(:organization) { create(:organization, name: 'pdep') }
|
30
|
-
before { expect_any_instance_of(Mumukit::Nuntius::NotificationMode::Deaf).to receive(:notify!) }
|
31
|
-
before { organization.switch! }
|
32
|
-
let(:user) { create(:user) }
|
33
|
-
|
34
|
-
it { expect { exercise.submit_solution! user }.to_not raise_error }
|
35
|
-
end
|
36
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/exam_spec.rb
DELETED
@@ -1,205 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Exam, organization_workspace: :test do
|
4
|
-
let(:user) { create(:user) }
|
5
|
-
let(:other_user) { create(:user) }
|
6
|
-
let(:course) { create(:course, slug: 'test/foo') }
|
7
|
-
|
8
|
-
describe '#upsert' do
|
9
|
-
let(:guide) { create(:guide) }
|
10
|
-
let(:exam_json) { {eid: '1', slug: guide.slug, start_time: 5.minutes.ago, end_time: 10.minutes.since, duration: 150, language: 'haskell', name: 'foo', uids: [], organization: 'test', course: course.slug, passing_criterion: {type: 'none'}} }
|
11
|
-
let!(:exam) { Exam.import_from_resource_h! exam_json }
|
12
|
-
context 'when new exam and the guide is the same' do
|
13
|
-
let(:guide2) { create(:guide) }
|
14
|
-
let(:exam_json2) { {eid: '2', slug: guide.slug, start_time: 5.minutes.ago, end_time: 10.minutes.since, duration: 150, language: 'haskell', name: 'foo', uids: [], organization: 'test', course: course.slug, passing_criterion: {type: 'percentage', value: 75}} }
|
15
|
-
let!(:exam2) { Exam.import_from_resource_h! exam_json2 }
|
16
|
-
context 'and the organization is the same' do
|
17
|
-
it { expect(Exam.count).to eq 1 }
|
18
|
-
it { expect(Usage.where(item: guide, parent_item: exam).count).to eq 0 }
|
19
|
-
it { expect(Usage.where(item: guide, parent_item: exam2).count).to eq 1 }
|
20
|
-
it { expect(exam2.passing_criterion_type).to eq 'percentage' }
|
21
|
-
it { expect(exam2.passing_criterion_value).to eq 75 }
|
22
|
-
it { expect(ExamAuthorization.where(exam: exam).count).to eq 0 }
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
end
|
27
|
-
|
28
|
-
describe '#validate_accessible_for!' do
|
29
|
-
context 'not enabled' do
|
30
|
-
let(:exam) { create(:exam, start_time: 5.minutes.since, end_time: 10.minutes.since, course: course) }
|
31
|
-
|
32
|
-
it { expect(exam.enabled?).to be false }
|
33
|
-
|
34
|
-
context 'not authorized' do
|
35
|
-
it { expect { exam.validate_accessible_for! user }.to raise_error(Mumuki::Domain::ForbiddenError) }
|
36
|
-
end
|
37
|
-
|
38
|
-
context 'authorized' do
|
39
|
-
it { expect(exam.enabled?).to be false }
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
context 'enabled' do
|
44
|
-
let(:exam) { create(:exam, start_time: 5.minutes.ago, end_time: 10.minutes.since, course: course) }
|
45
|
-
|
46
|
-
it { expect(exam.enabled?).to be true }
|
47
|
-
|
48
|
-
context 'not authorized' do
|
49
|
-
it { expect { exam.validate_accessible_for! user }.to raise_error(Mumuki::Domain::ForbiddenError) }
|
50
|
-
end
|
51
|
-
|
52
|
-
context 'authorized' do
|
53
|
-
before { exam.authorize! user }
|
54
|
-
|
55
|
-
it { expect { exam.validate_accessible_for! user }.to_not raise_error }
|
56
|
-
it { expect { exam.validate_accessible_for! other_user }.to raise_error(Mumuki::Domain::ForbiddenError) }
|
57
|
-
end
|
58
|
-
|
59
|
-
context 'import_from_json' do
|
60
|
-
let(:user) { create(:user, uid: 'auth0|1') }
|
61
|
-
let(:user2) { create(:user, uid: 'auth0|2') }
|
62
|
-
let(:guide) { create(:guide) }
|
63
|
-
let(:duration) { 150 }
|
64
|
-
let(:exam_json) { {eid: '1', slug: guide.slug, start_time: 5.minutes.ago, end_time: 10.minutes.since, duration: duration, language: 'haskell', name: 'foo', uids: [user.uid], organization: 'test', course: course.slug, passing_criterion_type: 'none'} }
|
65
|
-
before { Exam.import_from_resource_h! exam_json }
|
66
|
-
|
67
|
-
context 'new exam' do
|
68
|
-
it { expect(Exam.count).to eq 1 }
|
69
|
-
it { expect { Exam.find_by(classroom_id: '1').validate_accessible_for! user }.to_not raise_error }
|
70
|
-
it { expect(Usage.where(organization: Organization.current, item: guide).count).to eq 1 }
|
71
|
-
it { expect(guide.usage_in_organization).to be_a Exam }
|
72
|
-
end
|
73
|
-
|
74
|
-
context 'new exam, no duration' do
|
75
|
-
let(:duration) { nil }
|
76
|
-
it { expect(guide.usage_in_organization).to be_a Exam }
|
77
|
-
end
|
78
|
-
|
79
|
-
context 'existing exam' do
|
80
|
-
let(:exam_json2) { {eid: '1', slug: guide.slug, start_time: 5.minutes.ago, end_time: 10.minutes.since, duration: 150, language: 'haskell', name: 'foo', uids: [user2.uid], organization: 'test', course: course.slug, passing_criterion_type: 'none'} }
|
81
|
-
before { Exam.import_from_resource_h! exam_json2 }
|
82
|
-
|
83
|
-
it { expect(Exam.count).to eq 1 }
|
84
|
-
it { expect(Usage.where(organization: Organization.current, item: guide).count).to eq 1 }
|
85
|
-
it { expect { Exam.find_by(classroom_id: '1').validate_accessible_for! user }.to raise_error(Mumuki::Domain::ForbiddenError) }
|
86
|
-
it { expect { Exam.find_by(classroom_id: '1').validate_accessible_for! user2 }.to_not raise_error }
|
87
|
-
it { expect { Exam.last.passing_criterion }.to_not raise_error }
|
88
|
-
|
89
|
-
end
|
90
|
-
end
|
91
|
-
|
92
|
-
context 'real_end_time' do
|
93
|
-
let(:user) { create(:user, uid: 'auth0|1') }
|
94
|
-
let(:guide) { create(:guide) }
|
95
|
-
let(:exam_json) { {eid: '1', slug: guide.slug, start_time: 5.minutes.ago, end_time: 10.minutes.since, duration: duration, language: 'haskell', name: 'foo', uids: [user.uid], organization: 'test', course: course.slug, passing_criterion_type: 'none'} }
|
96
|
-
let(:exam) { Exam.import_from_resource_h! exam_json }
|
97
|
-
before { exam.start! user }
|
98
|
-
|
99
|
-
context 'with duration' do
|
100
|
-
let(:duration) { 150 }
|
101
|
-
it { expect(exam.real_end_time user).to eq(exam.end_time) }
|
102
|
-
it { expect(exam.started? user).to be_truthy }
|
103
|
-
end
|
104
|
-
|
105
|
-
context 'with short duration' do
|
106
|
-
let(:duration) { 3 }
|
107
|
-
it { expect(exam.real_end_time user).to eq(exam.started_at(user) + 3.minutes) }
|
108
|
-
it { expect(exam.started? user).to be_truthy }
|
109
|
-
end
|
110
|
-
|
111
|
-
context 'no duration' do
|
112
|
-
let(:duration) { nil }
|
113
|
-
it { expect(exam.real_end_time user).to eq(exam.end_time) }
|
114
|
-
it { expect(exam.started? user).to be_truthy }
|
115
|
-
end
|
116
|
-
end
|
117
|
-
|
118
|
-
context 'update exam does not change user started_at' do
|
119
|
-
let(:user) { create(:user, uid: 'auth0|1') }
|
120
|
-
let(:guide) { create(:guide) }
|
121
|
-
let(:exam_json) { {eid: '1', slug: guide.slug, start_time: 5.minutes.ago, end_time: 10.minutes.since, duration: 150, language: 'haskell', name: 'foo', uids: [user.uid], organization: 'test', course: course.slug, passing_criterion_type: 'none'} }
|
122
|
-
let(:exam) { Exam.import_from_resource_h! exam_json }
|
123
|
-
before { exam.start! user }
|
124
|
-
before { Exam.import_from_resource_h! exam_json.merge(organization: 'test') }
|
125
|
-
|
126
|
-
it { expect(exam.started?(user)).to be true }
|
127
|
-
|
128
|
-
end
|
129
|
-
|
130
|
-
context 'create exam with non existing user' do
|
131
|
-
let(:guide) { create(:guide) }
|
132
|
-
let(:exam_json) { {eid: '1', slug: guide.slug, start_time: 5.minutes.ago, end_time: 10.minutes.since, duration: 150, language: 'haskell', name: 'foo', uids: [user.uid], organization: 'test', course: course.slug, passing_criterion_type: 'none'} }
|
133
|
-
let(:exam) { Exam.import_from_resource_h! exam_json }
|
134
|
-
|
135
|
-
it { expect { Exam.import_from_resource_h! exam_json.merge(organization: 'test') }.not_to raise_error }
|
136
|
-
|
137
|
-
end
|
138
|
-
|
139
|
-
context '.passing_criterion' do
|
140
|
-
let(:criterion_value) { 75 }
|
141
|
-
let(:criterion_type) { 'none' }
|
142
|
-
let(:exam) { create(:exam, passing_criterion_type: criterion_type, passing_criterion_value: criterion_value) }
|
143
|
-
context 'passing_criterion_type' do
|
144
|
-
context 'percentage criterion' do
|
145
|
-
let(:criterion_type) { 'percentage' }
|
146
|
-
it { expect(exam.passing_criterion).to be_an_instance_of Exam::PassingCriterion::Percentage }
|
147
|
-
end
|
148
|
-
context 'passed_exercises criterion' do
|
149
|
-
let(:criterion_type) { 'passed_exercises' }
|
150
|
-
it { expect(exam.passing_criterion).to be_an_instance_of Exam::PassingCriterion::PassedExercises }
|
151
|
-
end
|
152
|
-
context 'none criterion' do
|
153
|
-
let(:criterion_type) { 'none' }
|
154
|
-
it { expect(exam.passing_criterion).to be_an_instance_of Exam::PassingCriterion::None }
|
155
|
-
end
|
156
|
-
context 'nil criterion' do
|
157
|
-
let(:criterion_type) { nil }
|
158
|
-
it { expect(exam.passing_criterion).to be_an_instance_of Exam::PassingCriterion::None }
|
159
|
-
end
|
160
|
-
context 'invalid criterion' do
|
161
|
-
let(:criterion_type) { 'unsupported' }
|
162
|
-
it { expect { exam.passing_criterion }.to raise_error ArgumentError }
|
163
|
-
end
|
164
|
-
end
|
165
|
-
context 'passing_criterion_value' do
|
166
|
-
context 'with invalid percentage' do
|
167
|
-
let(:criterion_type) { 'percentage'}
|
168
|
-
let(:criterion_value) { 101 }
|
169
|
-
it { expect { exam.passing_criterion }.to raise_error("Invalid criterion value #{criterion_value} for #{criterion_type}") }
|
170
|
-
end
|
171
|
-
context 'with invalid passed_exercises' do
|
172
|
-
let(:criterion_type) { 'passed_exercises'}
|
173
|
-
let(:criterion_value) { -1 }
|
174
|
-
it { expect { exam.passing_criterion }.to raise_error("Invalid criterion value #{criterion_value} for #{criterion_type}") }
|
175
|
-
end
|
176
|
-
end
|
177
|
-
end
|
178
|
-
|
179
|
-
|
180
|
-
context 'unauthorized user does not start' do
|
181
|
-
let(:exam) { create(:exam) }
|
182
|
-
it { expect { exam.start! user }.to raise_error Mumuki::Domain::ForbiddenError }
|
183
|
-
end
|
184
|
-
|
185
|
-
context 'teacher does not start exams' do
|
186
|
-
let(:teacher) { create(:user, uid: 'auth0|1') }
|
187
|
-
let(:guide) { create(:guide) }
|
188
|
-
let(:exam_json) { {eid: '1', slug: guide.slug, start_time: 5.minutes.ago, end_time: 10.minutes.since, duration: 150, language: 'haskell', name: 'foo', uids: [], organization: 'test', course: course.slug, passing_criterion_type: 'none'} }
|
189
|
-
let(:exam) { Exam.import_from_resource_h! exam_json }
|
190
|
-
|
191
|
-
context 'exam_authorization do not receive start method' do
|
192
|
-
before { expect(teacher).to receive(:teacher_here?).and_return(true) }
|
193
|
-
before { expect_any_instance_of(ExamAuthorization).to_not receive(:start!) }
|
194
|
-
it { expect { exam.start!(teacher) }.to_not raise_error }
|
195
|
-
|
196
|
-
end
|
197
|
-
|
198
|
-
context 'exam is not started by a teacher' do
|
199
|
-
it { expect(exam.started?(teacher)).to be_falsey }
|
200
|
-
end
|
201
|
-
|
202
|
-
end
|
203
|
-
end
|
204
|
-
end
|
205
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/exercise_spec.rb
DELETED
@@ -1,589 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Exercise, organization_workspace: :test do
|
4
|
-
let(:exercise) { create(:exercise) }
|
5
|
-
let(:user) { create(:user, first_name: 'Orlo') }
|
6
|
-
|
7
|
-
describe("schema fields are in sync") do
|
8
|
-
let(:resource_h_fields) { Exercise.new(guide: Guide.new, language: Language.new).to_expanded_resource_h.keys }
|
9
|
-
let(:schema_fields) { Mumuki::Domain::Store::Github::ExerciseSchema.fields.map(&:reverse_name) }
|
10
|
-
|
11
|
-
it { expect(resource_h_fields).to contain_exactly(*schema_fields) }
|
12
|
-
end
|
13
|
-
|
14
|
-
describe '#choice_values' do
|
15
|
-
context 'when choices are in 6.0 format' do
|
16
|
-
let(:choices) { [{value: '1492', checked: false}, {value: '1453', checked: true}, {value: '1773', checked: false}] }
|
17
|
-
let(:exercise) { build(:exercise, description: 'when did byzantine empire fall?', choices: choices) }
|
18
|
-
|
19
|
-
it { expect(exercise.choices).to eq choices }
|
20
|
-
it { expect(exercise[:choice_values]).to be_blank }
|
21
|
-
it { expect(exercise.choice_values).to eq %w(1492 1453 1773) }
|
22
|
-
it { expect(exercise.choice_index_for '1492').to eq 0 }
|
23
|
-
it { expect(exercise.choice_index_for '1773').to eq 2 }
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
describe 'transparent navigation api' do
|
28
|
-
let(:guide) { create(:guide, slug: 'foo/bar') }
|
29
|
-
let!(:exercise) { create(:exercise, guide: guide, bibliotheca_id: 4) }
|
30
|
-
let(:params) { { organization: 'foo', repository: 'bar', bibliotheca_id: 4 } }
|
31
|
-
|
32
|
-
it { expect(exercise.transparent_id).to eq 'foo/bar/4' }
|
33
|
-
it { expect(exercise.transparent_params).to eq params }
|
34
|
-
it { expect(Exercise.find_transparently!(params)).to eq exercise }
|
35
|
-
end
|
36
|
-
|
37
|
-
describe 'locate!' do
|
38
|
-
let(:guide) { create(:guide, slug: 'foo/bar') }
|
39
|
-
let(:exercise) { create(:exercise, guide: guide, bibliotheca_id: 4) }
|
40
|
-
|
41
|
-
it { expect(Exercise.locate!([guide.slug, exercise.bibliotheca_id])).to eq exercise }
|
42
|
-
end
|
43
|
-
|
44
|
-
describe '#new_solution' do
|
45
|
-
context 'when there is default content' do
|
46
|
-
let(:exercise) { create(:exercise, default_content: 'foo') }
|
47
|
-
|
48
|
-
it { expect(exercise.new_solution.content).to eq 'foo' }
|
49
|
-
end
|
50
|
-
|
51
|
-
context 'when there is no default content' do
|
52
|
-
let(:exercise) { create(:exercise) }
|
53
|
-
|
54
|
-
it { expect(exercise.new_solution.content).to be_blank }
|
55
|
-
end
|
56
|
-
end
|
57
|
-
|
58
|
-
describe '#next_for' do
|
59
|
-
context 'when exercise has no guide' do
|
60
|
-
it { expect(exercise.next_for(user)).to be nil }
|
61
|
-
end
|
62
|
-
context 'when exercise belong to a guide with a single exercise' do
|
63
|
-
let(:exercise_with_guide) { create(:exercise, guide: guide) }
|
64
|
-
let(:guide) { create(:guide) }
|
65
|
-
|
66
|
-
it { expect(exercise_with_guide.next_for(user)).to be nil }
|
67
|
-
end
|
68
|
-
context 'when exercise belongs to a guide with two exercises' do
|
69
|
-
let!(:exercise_with_guide) { create(:exercise, guide: guide, number: 2) }
|
70
|
-
let!(:alternative_exercise) { create(:exercise, guide: guide, number: 3) }
|
71
|
-
let!(:guide) { create(:guide) }
|
72
|
-
|
73
|
-
it { expect(exercise_with_guide.next_for(user)).to eq alternative_exercise }
|
74
|
-
end
|
75
|
-
|
76
|
-
context 'when exercise belongs to a guide with two exercises and alternative exercise has been solved',
|
77
|
-
organization_workspace: :test do
|
78
|
-
let(:exercise_with_guide) { create(:exercise, guide: guide) }
|
79
|
-
let!(:alternative_exercise) { create(:exercise, guide: guide) }
|
80
|
-
let(:guide) { create(:indexed_guide) }
|
81
|
-
|
82
|
-
before { alternative_exercise.submit_solution!(user, content: 'foo').passed! }
|
83
|
-
|
84
|
-
it { expect(exercise_with_guide.next_for(user)).to be nil }
|
85
|
-
end
|
86
|
-
|
87
|
-
context 'when exercise belongs to a guide with two exercises and alternative exercise has been submitted but not solved',
|
88
|
-
organization_workspace: :test do
|
89
|
-
let!(:exercise_with_guide) { create(:exercise, guide: guide, number: 2) }
|
90
|
-
let!(:alternative_exercise) { create(:exercise, guide: guide, number: 3) }
|
91
|
-
let(:guide) { create(:guide) }
|
92
|
-
|
93
|
-
before { alternative_exercise.submit_solution!(user, content: 'foo') }
|
94
|
-
|
95
|
-
it { expect(guide.pending_exercises(user)).to_not eq [] }
|
96
|
-
it { expect(guide.next_exercise(user)).to_not be nil }
|
97
|
-
it { expect(guide.pending_exercises(user)).to include(alternative_exercise) }
|
98
|
-
it { expect(exercise_with_guide.next_for(user)).to eq alternative_exercise }
|
99
|
-
it { expect(guide.exercises).to_not eq [] }
|
100
|
-
it { expect(exercise_with_guide.guide).to eq guide }
|
101
|
-
it { expect(guide.pending_exercises(user)).to include(exercise_with_guide) }
|
102
|
-
end
|
103
|
-
end
|
104
|
-
|
105
|
-
describe '#extra' do
|
106
|
-
context 'when exercise has no extra code' do
|
107
|
-
it { expect(exercise.extra).to eq '' }
|
108
|
-
end
|
109
|
-
|
110
|
-
context 'when exercise has extra code and has no guide' do
|
111
|
-
let!(:exercise_with_extra) { create(:exercise, extra: 'exercise extra code') }
|
112
|
-
|
113
|
-
it { expect(exercise_with_extra.extra).to eq "exercise extra code\n" }
|
114
|
-
end
|
115
|
-
|
116
|
-
context 'when exercise has extra code and ends with new line and has no guide' do
|
117
|
-
let!(:exercise_with_extra) { create(:exercise, extra: "exercise extra code\n") }
|
118
|
-
|
119
|
-
it { expect(exercise_with_extra.extra).to eq "exercise extra code\n" }
|
120
|
-
end
|
121
|
-
|
122
|
-
context 'when exercise has extra code and belongs to a guide with no extra code' do
|
123
|
-
let!(:exercise_with_extra) { create(:exercise, guide: guide, extra: 'exercise extra code') }
|
124
|
-
let!(:guide) { create(:guide) }
|
125
|
-
|
126
|
-
it { expect(exercise_with_extra.extra).to eq "exercise extra code\n" }
|
127
|
-
end
|
128
|
-
|
129
|
-
context 'when exercise has extra code with trailing whitespaces
|
130
|
-
and belongs to a guide with no extra code' do
|
131
|
-
let!(:exercise_with_extra) { create(:exercise, guide: guide, extra: "\nexercise extra code \n") }
|
132
|
-
let!(:guide) { create(:guide) }
|
133
|
-
|
134
|
-
it { expect(exercise_with_extra.extra).to eq "exercise extra code\n" }
|
135
|
-
end
|
136
|
-
|
137
|
-
context 'when exercise has extra code and belongs to a guide with extra code' do
|
138
|
-
let!(:exercise_with_extra) { create(:exercise, guide: guide, extra: 'exercise extra code') }
|
139
|
-
let!(:guide) { create(:guide, extra: 'guide extra code') }
|
140
|
-
|
141
|
-
it { expect(exercise_with_extra.extra).to eq "guide extra code\nexercise extra code\n" }
|
142
|
-
it { expect(exercise_with_extra[:extra]).to eq 'exercise extra code' }
|
143
|
-
end
|
144
|
-
end
|
145
|
-
|
146
|
-
describe '#extra_preview', organization_workspace: :test do
|
147
|
-
let(:haskell) { create(:haskell) }
|
148
|
-
let(:guide) { create(:guide,
|
149
|
-
extra: 'f x = 1',
|
150
|
-
language: haskell,
|
151
|
-
exercises: [create(:exercise,
|
152
|
-
extra: 'g y = y + 3',
|
153
|
-
language: haskell)]) }
|
154
|
-
let(:exercise) { guide.exercises.first }
|
155
|
-
|
156
|
-
it { expect(exercise.assignment_for(user).extra_preview).to eq "```haskell\nf x = 1\ng y = y + 3\n```" }
|
157
|
-
end
|
158
|
-
|
159
|
-
describe '#submit_solution!', organization_workspace: :test do
|
160
|
-
let(:test_organization) { Organization.current }
|
161
|
-
let(:another_organization) { create(:public_organization) }
|
162
|
-
|
163
|
-
context 'when user does no submission' do
|
164
|
-
it 'should not find a submission' do
|
165
|
-
expect(exercise.find_assignment_for(user, test_organization)).to be_blank
|
166
|
-
end
|
167
|
-
end
|
168
|
-
|
169
|
-
context 'when user does a submission in an organization' do
|
170
|
-
before { exercise.submit_solution!(user) }
|
171
|
-
|
172
|
-
it 'should find a submission for that user and organization' do
|
173
|
-
expect(exercise.find_assignment_for(user, test_organization)).to be_present
|
174
|
-
end
|
175
|
-
end
|
176
|
-
end
|
177
|
-
|
178
|
-
describe '#destroy' do
|
179
|
-
context 'when there are no submissions' do
|
180
|
-
it { exercise.destroy! }
|
181
|
-
end
|
182
|
-
|
183
|
-
context 'when there are submissions', organization_workspace: :test do
|
184
|
-
let!(:assignment) { create(:assignment, exercise: exercise) }
|
185
|
-
before { exercise.destroy! }
|
186
|
-
it { expect { Assignment.find(assignment.id) }.to raise_error(ActiveRecord::RecordNotFound) }
|
187
|
-
end
|
188
|
-
|
189
|
-
end
|
190
|
-
|
191
|
-
describe '#previous_solution_for', organization_workspace: :test do
|
192
|
-
context 'when user has a single submission for the exercise' do
|
193
|
-
let!(:assignment) { exercise.submit_solution!(user, content: 'foo') }
|
194
|
-
|
195
|
-
it { expect(assignment.current_content).to eq assignment.solution }
|
196
|
-
end
|
197
|
-
|
198
|
-
context 'when user has no submissions for the exercise' do
|
199
|
-
it { expect(exercise.assignment_for(user).current_content).to eq '' }
|
200
|
-
end
|
201
|
-
|
202
|
-
context 'when using an interpolation' do
|
203
|
-
let!(:chapter) {
|
204
|
-
create(:chapter, lessons: [
|
205
|
-
create(:lesson, exercises: [
|
206
|
-
first_exercise,
|
207
|
-
second_exercise,
|
208
|
-
previous_exercise,
|
209
|
-
exercise
|
210
|
-
])]) }
|
211
|
-
|
212
|
-
let(:first_exercise) { create(:exercise) }
|
213
|
-
let(:second_exercise) { create(:exercise) }
|
214
|
-
let(:previous_exercise) { create(:exercise) }
|
215
|
-
|
216
|
-
before { reindex_current_organization! }
|
217
|
-
|
218
|
-
context 'when interpolation is in default_content' do
|
219
|
-
let(:assignment) { exercise.assignment_for(user) }
|
220
|
-
|
221
|
-
describe 'right previous content' do
|
222
|
-
let(:exercise) { create(:exercise, default_content: interpolation) }
|
223
|
-
|
224
|
-
context 'using previousContent' do
|
225
|
-
let(:interpolation) { '/*...previousContent...*/' }
|
226
|
-
|
227
|
-
context 'has previous submission' do
|
228
|
-
before { previous_exercise.submit_solution!(user, content: 'foobar') }
|
229
|
-
it { expect(assignment.current_content).to eq 'foobar' }
|
230
|
-
end
|
231
|
-
|
232
|
-
context 'does not have previous submission' do
|
233
|
-
it { expect(assignment.current_content).to eq '' }
|
234
|
-
end
|
235
|
-
end
|
236
|
-
context 'using previousSolution' do
|
237
|
-
let(:interpolation) { '/*...previousSolution...*/' }
|
238
|
-
|
239
|
-
context 'has previous submission' do
|
240
|
-
before { previous_exercise.submit_solution!(user, content: 'foobar') }
|
241
|
-
it { expect(assignment.current_content).to eq 'foobar' }
|
242
|
-
end
|
243
|
-
|
244
|
-
context 'does not have previous submission' do
|
245
|
-
it { expect(assignment.current_content).to eq '' }
|
246
|
-
end
|
247
|
-
end
|
248
|
-
end
|
249
|
-
|
250
|
-
describe 'indexed previous content' do
|
251
|
-
context '-2 index' do
|
252
|
-
let(:exercise) { create(:exercise, default_content: '/*...solution[-2]...*/') }
|
253
|
-
|
254
|
-
context 'has previous submission' do
|
255
|
-
before { second_exercise.submit_solution!(user, content: 'foobar') }
|
256
|
-
it { expect(assignment.current_content).to eq 'foobar' }
|
257
|
-
end
|
258
|
-
end
|
259
|
-
context '-1 index' do
|
260
|
-
let(:exercise) { create(:exercise, default_content: '/*...solution[-1]...*/') }
|
261
|
-
|
262
|
-
context 'has previous submission' do
|
263
|
-
before { previous_exercise.submit_solution!(user, content: 'foobar') }
|
264
|
-
it { expect(assignment.current_content).to eq 'foobar' }
|
265
|
-
end
|
266
|
-
|
267
|
-
context 'does not have previous submission' do
|
268
|
-
it { expect(assignment.current_content).to eq '' }
|
269
|
-
end
|
270
|
-
end
|
271
|
-
context '1 index' do
|
272
|
-
let(:exercise) { create(:exercise, default_content: '/*...solution[1]...*/') }
|
273
|
-
|
274
|
-
context 'has previous submission' do
|
275
|
-
before { first_exercise.submit_solution!(user, content: 'foobar') }
|
276
|
-
it { expect(assignment.current_content).to eq 'foobar' }
|
277
|
-
end
|
278
|
-
end
|
279
|
-
context '2 index' do
|
280
|
-
let(:exercise) { create(:exercise, default_content: '/*...solution[2]...*/') }
|
281
|
-
|
282
|
-
context 'has previous submission' do
|
283
|
-
before { second_exercise.submit_solution!(user, content: 'foobar') }
|
284
|
-
it { expect(assignment.current_content).to eq 'foobar' }
|
285
|
-
end
|
286
|
-
end
|
287
|
-
context '3 index' do
|
288
|
-
let(:exercise) { create(:exercise, default_content: '/*...solution[3]...*/') }
|
289
|
-
|
290
|
-
context 'has previous submission' do
|
291
|
-
before { previous_exercise.submit_solution!(user, content: 'foobar') }
|
292
|
-
it { expect(assignment.current_content).to eq 'foobar' }
|
293
|
-
end
|
294
|
-
end
|
295
|
-
end
|
296
|
-
end
|
297
|
-
context 'when interpolation is in test' do
|
298
|
-
let(:assignment) { exercise.assignment_for(user) }
|
299
|
-
|
300
|
-
context 'using user_first_name' do
|
301
|
-
let(:exercise) { create(:exercise, test: "<div>Hola #{interpolation}</div>") }
|
302
|
-
let(:interpolation) { '/*...user_first_name...*/' }
|
303
|
-
|
304
|
-
it { expect(assignment.test).to eq "<div>Hola Orlo</div>" }
|
305
|
-
end
|
306
|
-
|
307
|
-
context 'and test is nil' do
|
308
|
-
let(:exercise) { create(:exercise, test: nil, expectations: [{binding: "program", inspection: 'Uses:foo'}]) }
|
309
|
-
|
310
|
-
it { expect(assignment.test).to eq nil }
|
311
|
-
end
|
312
|
-
end
|
313
|
-
context 'when interpolation is in extra' do
|
314
|
-
let(:assignment) { exercise.assignment_for(user) }
|
315
|
-
|
316
|
-
describe 'right previous content' do
|
317
|
-
let(:exercise) { create(:exercise, extra: interpolation) }
|
318
|
-
|
319
|
-
context 'using previousContent' do
|
320
|
-
let(:interpolation) { '/*...previousContent...*/' }
|
321
|
-
|
322
|
-
context 'has previous submission' do
|
323
|
-
before { previous_exercise.submit_solution!(user, content: 'foobar') }
|
324
|
-
it { expect(assignment.extra).to eq "foobar\n" }
|
325
|
-
end
|
326
|
-
|
327
|
-
context 'does not have previous submission' do
|
328
|
-
it { expect(assignment.extra).to eq "\n" }
|
329
|
-
end
|
330
|
-
end
|
331
|
-
context 'using previousSolution' do
|
332
|
-
let(:interpolation) { '/*...previousSolution...*/' }
|
333
|
-
|
334
|
-
context 'has previous submission' do
|
335
|
-
before { previous_exercise.submit_solution!(user, content: 'foobar') }
|
336
|
-
it { expect(assignment.extra).to eq "foobar\n" }
|
337
|
-
end
|
338
|
-
|
339
|
-
context 'does not have previous submission' do
|
340
|
-
it { expect(assignment.extra).to eq "\n" }
|
341
|
-
end
|
342
|
-
end
|
343
|
-
end
|
344
|
-
|
345
|
-
describe 'indexed previous content' do
|
346
|
-
context '-2 index' do
|
347
|
-
let(:exercise) { create(:exercise, extra: '/*...solution[-2]...*/') }
|
348
|
-
|
349
|
-
context 'has previous submission' do
|
350
|
-
before { second_exercise.submit_solution!(user, content: 'foobar') }
|
351
|
-
it { expect(assignment.extra).to eq "foobar\n" }
|
352
|
-
end
|
353
|
-
end
|
354
|
-
context '-1 index' do
|
355
|
-
let(:exercise) { create(:exercise, extra: '/*...solution[-1]...*/') }
|
356
|
-
|
357
|
-
context 'has previous submission' do
|
358
|
-
before { previous_exercise.submit_solution!(user, content: 'foobar') }
|
359
|
-
it { expect(assignment.extra).to eq "foobar\n" }
|
360
|
-
end
|
361
|
-
|
362
|
-
context 'does not have previous submission' do
|
363
|
-
it { expect(assignment.extra).to eq "\n" }
|
364
|
-
end
|
365
|
-
end
|
366
|
-
context '1 index' do
|
367
|
-
let(:exercise) { create(:exercise, extra: '/*...solution[1]...*/') }
|
368
|
-
|
369
|
-
context 'has previous submission' do
|
370
|
-
before { first_exercise.submit_solution!(user, content: 'foobar') }
|
371
|
-
it { expect(assignment.extra).to eq "foobar\n" }
|
372
|
-
end
|
373
|
-
end
|
374
|
-
context '2 index' do
|
375
|
-
let(:exercise) { create(:exercise, extra: '/*...solution[2]...*/') }
|
376
|
-
|
377
|
-
context 'has previous submission' do
|
378
|
-
before { second_exercise.submit_solution!(user, content: 'foobar') }
|
379
|
-
it { expect(assignment.extra).to eq "foobar\n" }
|
380
|
-
end
|
381
|
-
end
|
382
|
-
context '3 index' do
|
383
|
-
let(:exercise) { create(:exercise, extra: '/*...solution[3]...*/') }
|
384
|
-
|
385
|
-
context 'has previous submission' do
|
386
|
-
before { previous_exercise.submit_solution!(user, content: 'foobar') }
|
387
|
-
it { expect(assignment.extra).to eq "foobar\n" }
|
388
|
-
end
|
389
|
-
end
|
390
|
-
end
|
391
|
-
end
|
392
|
-
end
|
393
|
-
|
394
|
-
context 'when user has multiple submission for the exercise' do
|
395
|
-
before { exercise.submit_solution!(user, content: 'foo') }
|
396
|
-
let!(:assignment) { exercise.submit_solution!(user, content: 'bar') }
|
397
|
-
|
398
|
-
it { expect(assignment.current_content).to eq assignment.solution }
|
399
|
-
end
|
400
|
-
|
401
|
-
context 'when user has no solution and exercise has default content' do
|
402
|
-
let(:exercise) { create(:exercise, default_content: '#write here...') }
|
403
|
-
let(:assignment) { exercise.assignment_for user }
|
404
|
-
|
405
|
-
it { expect(assignment.current_content).to eq '#write here...' }
|
406
|
-
end
|
407
|
-
end
|
408
|
-
|
409
|
-
describe '#guide_done_for?', organization_workspace: :test do
|
410
|
-
context 'when it does not belong to a guide' do
|
411
|
-
it { expect(exercise.guide_done_for?(user)).to be false }
|
412
|
-
end
|
413
|
-
|
414
|
-
context 'when it belongs to an unfinished guide' do
|
415
|
-
let!(:guide) { create(:indexed_guide) }
|
416
|
-
let!(:exercise_unfinished) { create(:exercise, guide: guide) }
|
417
|
-
let!(:exercise_finished) { create(:exercise, guide: guide) }
|
418
|
-
|
419
|
-
before do
|
420
|
-
exercise_finished.submit_solution!(user, content: 'foo').passed!
|
421
|
-
end
|
422
|
-
|
423
|
-
it { expect(exercise_finished.guide_done_for?(user)).to be false }
|
424
|
-
end
|
425
|
-
|
426
|
-
context 'when it belongs to a finished guide' do
|
427
|
-
let!(:guide) { create(:indexed_guide) }
|
428
|
-
let!(:exercise_finished) { create(:exercise, guide: guide) }
|
429
|
-
let!(:exercise_finished2) { create(:exercise, guide: guide) }
|
430
|
-
|
431
|
-
before do
|
432
|
-
exercise_finished.submit_solution!(user, content: 'foo').passed!
|
433
|
-
exercise_finished2.submit_solution!(user, content: 'foo').passed!
|
434
|
-
end
|
435
|
-
|
436
|
-
it { expect(exercise_finished.guide_done_for?(user)).to be true }
|
437
|
-
end
|
438
|
-
end
|
439
|
-
|
440
|
-
describe '#language' do
|
441
|
-
let(:guide) { create(:guide) }
|
442
|
-
let(:exercise_with_guide) { create(:exercise, guide: guide, language: guide.language) }
|
443
|
-
let(:other_language) { create(:language) }
|
444
|
-
|
445
|
-
context 'when has no guide' do
|
446
|
-
it { expect(exercise.valid?).to be true }
|
447
|
-
end
|
448
|
-
|
449
|
-
context 'when has guide and is consistent' do
|
450
|
-
it { expect(exercise_with_guide.valid?).to be true }
|
451
|
-
end
|
452
|
-
end
|
453
|
-
|
454
|
-
describe '#friendly_name', organization_workspace: :test do
|
455
|
-
it { expect(Exercise.find(exercise.friendly_name)).to eq exercise }
|
456
|
-
it { expect(Problem.find(exercise.friendly_name)).to eq exercise }
|
457
|
-
end
|
458
|
-
|
459
|
-
describe 'messages_path_for', organization_workspace: :test do
|
460
|
-
let(:haskell) { create(:haskell) }
|
461
|
-
let(:problem) { create(:problem, bibliotheca_id: 32, guide: guide, language: haskell) }
|
462
|
-
let(:guide) { create(:guide, slug: 'mumuki/myguide') }
|
463
|
-
|
464
|
-
context 'user with email uid' do
|
465
|
-
let(:student) { create(:user, uid: 'foo@bar.com') }
|
466
|
-
|
467
|
-
it { expect(problem.messages_path_for(student))
|
468
|
-
.to eq 'api/guides/mumuki/myguide/32/student/foo@bar.com/messages?language=haskell' }
|
469
|
-
it { expect(problem.messages_url_for(student))
|
470
|
-
.to eq 'http://test.classroom-api.localmumuki.io/api/guides/mumuki/myguide/32/student/foo@bar.com/messages?language=haskell' }
|
471
|
-
end
|
472
|
-
|
473
|
-
context 'user with twitter uid' do
|
474
|
-
let(:student) { create(:user, uid: 'twitter|12134342') }
|
475
|
-
|
476
|
-
it { expect(problem.messages_url_for(student))
|
477
|
-
.to eq 'http://test.classroom-api.localmumuki.io/api/guides/mumuki/myguide/32/student/twitter%7C12134342/messages?language=haskell' }
|
478
|
-
end
|
479
|
-
end
|
480
|
-
|
481
|
-
describe '#splitted_description' do
|
482
|
-
let(:exercise) { create(:exercise, description: "**Foo**\n\n> _Bar_") }
|
483
|
-
it { expect(exercise.description_context).to eq "<p><strong>Foo</strong></p>\n" }
|
484
|
-
it { expect(exercise.description_task).to eq "<p><em>Bar</em></p>\n" }
|
485
|
-
end
|
486
|
-
|
487
|
-
describe '#validate!' do
|
488
|
-
context 'non-empty, valid randomizations' do
|
489
|
-
let(:exercise) { build(:exercise,
|
490
|
-
randomizations: {
|
491
|
-
some_word: { type: :one_of, value: %w('some' 'word') },
|
492
|
-
some_number: { type: :range, value: [1, 10] } }) }
|
493
|
-
it { expect { exercise.validate! }.not_to raise_error }
|
494
|
-
end
|
495
|
-
|
496
|
-
context 'empty inspections' do
|
497
|
-
let(:exercise) { build(:exercise, expectations: [{ "binding" => "program", "inspection" => "" }]) }
|
498
|
-
it { expect { exercise.validate! }.to raise_error(/expectations format is invalid/i) }
|
499
|
-
end
|
500
|
-
|
501
|
-
context 'invalid assistance_rules' do
|
502
|
-
let(:exercise) { build(:exercise, assistance_rules: [{ when: 'content_empty', then: ['asd'] }]) }
|
503
|
-
it { expect { exercise.validate! }.to raise_error(/assistance rules format is invalid/i) }
|
504
|
-
end
|
505
|
-
|
506
|
-
context 'invalid randomizations' do
|
507
|
-
let(:exercise) { build(:exercise, randomizations: { type: :range, value: [1] }) }
|
508
|
-
it { expect { exercise.validate! }.to raise_error(/randomizations format is invalid/i) }
|
509
|
-
end
|
510
|
-
end
|
511
|
-
|
512
|
-
describe '#files_for' do
|
513
|
-
before { create(:language, extension: 'js', highlight_mode: 'javascript') }
|
514
|
-
let(:current_content) { "/*<index.html#*/a html content/*#index.html>*/\n/*<a_file.js#*/a js content/*#a_file.js>*/" }
|
515
|
-
let(:assignment) { build(:assignment, exercise: exercise, solution: current_content) }
|
516
|
-
let(:files) { exercise.files_for(current_content) }
|
517
|
-
|
518
|
-
it { expect(files.count).to eq 2 }
|
519
|
-
it { expect(files[0]).to have_attributes(name: 'index.html', content: 'a html content') }
|
520
|
-
it { expect(files[0].highlight_mode).to eq 'html' }
|
521
|
-
it { expect(files[1]).to have_attributes(name: 'a_file.js', content: 'a js content') }
|
522
|
-
it { expect(files[1].highlight_mode).to eq 'javascript' }
|
523
|
-
it { expect(files.to_json).to eq assignment.files.to_json }
|
524
|
-
end
|
525
|
-
|
526
|
-
describe 'limited? && results_hidden?' do
|
527
|
-
let(:choice) { create(:multiple_choice) }
|
528
|
-
let(:problem) { create(:problem) }
|
529
|
-
let(:guide) { create(:guide, exercises: [choice, problem]) }
|
530
|
-
|
531
|
-
context 'in regular guide' do
|
532
|
-
let!(:chapter) { create(:chapter, lessons: [create(:lesson, guide: guide)]) }
|
533
|
-
before { reindex_current_organization! }
|
534
|
-
|
535
|
-
it { expect(choice.limited?).to eq false }
|
536
|
-
it { expect(problem.limited?).to eq false }
|
537
|
-
it { expect(choice.results_hidden?).to eq false }
|
538
|
-
it { expect(problem.results_hidden?).to eq false }
|
539
|
-
end
|
540
|
-
|
541
|
-
context 'in choice capped exam' do
|
542
|
-
let!(:exam) {create(:exam, max_choice_submissions: 2, guide: guide)}
|
543
|
-
it { expect(choice.limited?).to eq true }
|
544
|
-
it { expect(problem.limited?).to eq false }
|
545
|
-
it { expect(choice.results_hidden?).to eq false }
|
546
|
-
it { expect(problem.results_hidden?).to eq false }
|
547
|
-
end
|
548
|
-
|
549
|
-
context 'in problem capped exam' do
|
550
|
-
let!(:exam) {create(:exam, max_problem_submissions: 2, guide: guide)}
|
551
|
-
it { expect(choice.limited?).to eq false }
|
552
|
-
it { expect(problem.limited?).to eq true }
|
553
|
-
it { expect(choice.results_hidden?).to eq false }
|
554
|
-
it { expect(problem.results_hidden?).to eq false }
|
555
|
-
end
|
556
|
-
|
557
|
-
context 'in problem capped exam with results hidden for choice' do
|
558
|
-
let!(:exam) {create(:exam, max_problem_submissions: 2, results_hidden_for_choices: true, guide: guide)}
|
559
|
-
it { expect(choice.limited?).to eq false }
|
560
|
-
it { expect(problem.limited?).to eq true }
|
561
|
-
it { expect(choice.results_hidden?).to eq true }
|
562
|
-
it { expect(problem.results_hidden?).to eq false }
|
563
|
-
end
|
564
|
-
|
565
|
-
context 'in choice capped exam with results hidden for choice' do
|
566
|
-
let!(:exam) {create(:exam, max_choice_submissions: 2, results_hidden_for_choices: true, guide: guide)}
|
567
|
-
it { expect(choice.limited?).to eq false }
|
568
|
-
it { expect(problem.limited?).to eq false }
|
569
|
-
it { expect(choice.results_hidden?).to eq true }
|
570
|
-
it { expect(problem.results_hidden?).to eq false }
|
571
|
-
end
|
572
|
-
|
573
|
-
context 'in non-capped exam' do
|
574
|
-
let!(:exam) {create(:exam, guide: guide)}
|
575
|
-
it { expect(choice.limited?).to eq false }
|
576
|
-
it { expect(problem.limited?).to eq false }
|
577
|
-
it { expect(choice.results_hidden?).to eq false }
|
578
|
-
it { expect(problem.results_hidden?).to eq false }
|
579
|
-
end
|
580
|
-
|
581
|
-
context 'in non-capped exam with results hidden for choice' do
|
582
|
-
let!(:exam) {create(:exam, results_hidden_for_choices: true, guide: guide)}
|
583
|
-
it { expect(choice.limited?).to eq false }
|
584
|
-
it { expect(problem.limited?).to eq false }
|
585
|
-
it { expect(choice.results_hidden?).to eq true }
|
586
|
-
it { expect(problem.results_hidden?).to eq false }
|
587
|
-
end
|
588
|
-
end
|
589
|
-
end
|