Files
edx-platform/lms/static/coffee/spec/staff_grading_spec.coffee
2013-01-31 09:00:06 -05:00

12 lines
326 B
CoffeeScript

describe 'StaffGrading', ->
beforeEach ->
spyOn Logger, 'log'
@mockBackend = new StaffGradingBackend('url', true)
describe 'constructor', ->
beforeEach ->
@staff_grading = new StaffGrading(@mockBackend)
it 'we are originally in the list view', ->
expect(@staff_grading.list_view).toBe(true)