Files
edx-platform/lms
Peter Fogg 759a3c4f1f Fix withData and withConfiguration helpers.
Both of them dynamically generate specs which close over the iteration
variable of a for loop. Closures capture *references*, not values, and
so when the variable is mutated on loop iteration its new value is
used when the spec is called. This means that instead of running a
spec with n different values, we run the spec n times with the same
value. This is bad.
2015-11-02 16:34:06 -05:00
..
2015-05-08 09:01:50 -04:00
2015-05-08 09:01:50 -04:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.