canvas-lms/gems
Landon Wilkins ead38ae4d8 tiny doc change, fixes CNVS-28032
test plan:
* n/a, doc only change

Change-Id: I470be23a1f3ca12fabd4c033f11adb8497cbfc3e
Reviewed-on: https://gerrit.instructure.com/74489
Reviewed-by: Landon Wilkins <lwilkins@instructure.com>
Product-Review: Landon Wilkins <lwilkins@instructure.com>
QA-Review: Landon Wilkins <lwilkins@instructure.com>
Tested-by: Landon Wilkins <lwilkins@instructure.com>
Reviewed-by: Braden Anderson <braden@instructure.com>
2016-03-15 07:26:38 +00:00
..
activesupport-suspend_callbacks simplify gem test harnesses 2016-01-19 17:52:58 +00:00
acts_as_list rails 4.2: misc spec fixes 2016-01-18 21:45:39 +00:00
adheres_to_policy simplify gem test harnesses 2016-01-19 17:52:58 +00:00
attachment_fu add memory and disk limit to mini magick image processor 2016-03-04 13:22:18 +00:00
autoextend simplify gem test harnesses 2016-01-19 17:52:58 +00:00
bookmarked_collection rails 4.2: bump folio-pagination 2016-01-22 16:16:29 +00:00
broadcast_policy Support class reloading with BroadcastPolicy 2016-02-11 11:08:17 -05:00
canvas_breach_mitigation simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_cassandra simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_color fix Style/EmptyLineBetweenDefs issue 2015-04-29 16:28:39 +00:00
canvas_crummy remove rails 2 support 2014-08-06 18:16:19 +00:00
canvas_ext simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_http add support for success/failure callbacks in collaborations 2016-03-07 16:49:23 +00:00
canvas_i18nliner simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_kaltura simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_mimetype_fu simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_panda_pub simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_partman migrations fixes, especially for partitioned tables 2016-02-25 21:21:15 +00:00
canvas_quiz_statistics Add statistics for manually graded question types 2016-02-23 03:31:09 +00:00
canvas_sanitize simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_slug clarify Slug vs. UUID and fix event stream 2014-07-11 16:58:42 +00:00
canvas_sort simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_stringex simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_text_helper simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_time simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_unzip simplify gem test harnesses 2016-01-19 17:52:58 +00:00
csv_diff simplify gem test harnesses 2016-01-19 17:52:58 +00:00
diigo simplify gem test harnesses 2016-01-19 17:52:58 +00:00
event_stream simplify gem test harnesses 2016-01-19 17:52:58 +00:00
google_drive Spec: Add google drive list_with_extension_filter specs 2016-03-07 21:43:31 +00:00
handlebars_tasks simplify gem test harnesses 2016-01-19 17:52:58 +00:00
html_text_helper simplify gem test harnesses 2016-01-19 17:52:58 +00:00
i18n_extraction simplify gem test harnesses 2016-01-19 17:52:58 +00:00
i18n_tasks i18n: add hebrew (crowd-sourced) 2016-03-02 19:10:58 +00:00
incoming_mail_processor simplify gem test harnesses 2016-01-19 17:52:58 +00:00
json_token simplify gem test harnesses 2016-01-19 17:52:58 +00:00
linked_in simplify gem test harnesses 2016-01-19 17:52:58 +00:00
live_events simplify gem test harnesses 2016-01-19 17:52:58 +00:00
lti_outbound simplify gem test harnesses 2016-01-19 17:52:58 +00:00
multipart simplify gem test harnesses 2016-01-19 17:52:58 +00:00
paginated_collection rails 4.2: bump folio-pagination 2016-01-22 16:16:29 +00:00
plugins enable new default report for all accounts 2016-03-14 05:08:15 +00:00
rubocop-canvas tiny doc change, fixes CNVS-28032 2016-03-15 07:26:38 +00:00
selinimum simplify gem test harnesses 2016-01-19 17:52:58 +00:00
turnitin_api simplify gem test harnesses 2016-01-19 17:52:58 +00:00
twitter simplify gem test harnesses 2016-01-19 17:52:58 +00:00
utf8_cleaner simplify gem test harnesses 2016-01-19 17:52:58 +00:00
workflow remove rails 3 support 2015-12-23 21:36:43 +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