canvas-lms/gems
Jeremy Neander 46baf56c97 spec: change locale used in translation example
test plan:
 * Verify Jenkins passes

Change-Id: I0ad8ceda5c35183a4ad503b616e922cb735731f2
Reviewed-on: https://gerrit.instructure.com/153234
Reviewed-by: Nicholas Pitrak <npitrak@instructure.com>
Tested-by: Jenkins
Product-Review: Jeremy Neander <jneander@instructure.com>
QA-Review: Jeremy Neander <jneander@instructure.com>
2018-06-10 14:41:28 +00:00
..
activesupport-suspend_callbacks rails 5.2 2018-04-25 19:15:20 +00:00
acts_as_list rails 5.2 2018-04-25 19:15:20 +00:00
adheres_to_policy rails 5.2 2018-04-25 19:15:20 +00:00
attachment_fu rails 5.2 2018-04-25 19:15:20 +00:00
autoextend rails 5.2 2018-04-25 19:15:20 +00:00
bookmarked_collection rails 5.2 2018-04-25 19:15:20 +00:00
broadcast_policy properly delete from an AttributeSet 2018-06-01 18:56:59 +00:00
canvas_breach_mitigation da licença part 53 2017-05-01 21:06:11 +00:00
canvas_cassandra distinguish between Cassandra 2 and 3 for getting table list 2017-11-06 17:30:54 +00:00
canvas_color Handle named colors like ‘red’ in theme editor 2018-02-16 23:26:02 +00:00
canvas_crummy da licença part 53 2017-05-01 21:06:11 +00:00
canvas_ext rails 5.2 2018-04-25 19:15:20 +00:00
canvas_http filter out localhost and local ips from canvashttp 2017-09-12 20:29:56 +00:00
canvas_i18nliner Use yarn workspaces 2018-06-04 20:02:02 +00:00
canvas_kaltura make CanvasKaltura.cache aware that Rails.cache is dynamic 2018-03-06 05:46:59 +00:00
canvas_mimetype_fu da licença part 53 2017-05-01 21:06:11 +00:00
canvas_panda_pub pin jwt for canvas_panda_pub 2017-09-05 13:49:39 +00:00
canvas_partman rails 5.2 2018-04-25 19:15:20 +00:00
canvas_quiz_statistics da licença part 53 2017-05-01 21:06:11 +00:00
canvas_sanitize whitelist iframe allow attribute for user content 2018-04-06 20:42:49 +00:00
canvas_slug da licença part 53 2017-05-01 21:06:11 +00:00
canvas_sort da licença part 53 2017-05-01 21:06:11 +00:00
canvas_stringex rails 5.2 2018-04-25 19:15:20 +00:00
canvas_text_helper da licença part 53 2017-05-01 21:06:11 +00:00
canvas_time rails 5.2 2018-04-25 19:15:20 +00:00
canvas_unzip handle imported zip files inside a nested directory 2017-08-23 15:53:25 +00:00
csv_diff handle empty files for diffing mode 2017-08-01 19:56:44 +00:00
diigo da licença part 53 2017-05-01 21:06:11 +00:00
dr_diff Get eslint working again 2018-03-09 14:03:38 +00:00
event_stream rails 5.2 2018-04-25 19:15:20 +00:00
google_drive rails 5.2 2018-04-25 19:15:20 +00:00
html_text_helper Fix text html parsing in gmail 2018-04-26 21:54:15 +00:00
i18n_extraction rails 5.2 2018-04-25 19:15:20 +00:00
i18n_tasks delete dead code 2018-04-30 21:07:05 +00:00
incoming_mail_processor rails 5.2 2018-04-25 19:15:20 +00:00
json_token da licença part 53 2017-05-01 21:06:11 +00:00
linked_in remove all dependecy on instructure-oauth 2017-07-11 19:21:09 +00:00
live_events add quiz lti contract tests for live events 2018-04-10 14:20:18 +00:00
lti_outbound rails 5.2 2018-04-25 19:15:20 +00:00
multipart Directly upload to inst-fs from canvas 2018-03-06 18:02:10 +00:00
paginated_collection da licença part 53 2017-05-01 21:06:11 +00:00
plugins spec: change locale used in translation example 2018-06-10 14:41:28 +00:00
rubocop-canvas don't complain about skipping specs due to disabled features 2018-04-27 02:44:44 +00:00
selinimum Use yarn workspaces 2018-06-04 20:02:02 +00:00
stringify_ids da licença part 53 2017-05-01 21:06:11 +00:00
tatl_tael rename AccountAuthorizationConfig* to AuthenticationProvider* 2018-04-26 16:03:47 +00:00
turnitin_api pin simple_oauth, since we rely on it 2017-12-27 16:15:32 +00:00
twitter drop Message#asset_context and DelayedNotification#asset_context 2017-08-22 17:47:51 +00:00
utf8_cleaner Remove Quizzes::QuizSubmission#questions_as_object 2018-04-02 20:45:25 +00:00
workflow rails 5.2 2018-04-25 19:15:20 +00:00
README.md Add docs on how to run gem tests 2016-03-09 18:08:44 +00:00
test_all_gems.sh simplify gem test harnesses 2016-01-19 17:52:58 +00:00

README.md

Gems

Testing

To test all the gems:

cd gems
./test_all_gems.sh

To test an individual gem

Run ./test.sh inside the gem's folder. This is basically the same as:

cd gems/google_drive
bundle
rspec