expertiza/expertiza

View on GitHub
spec/features/impersonate_student_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Block has too many lines. [26/25]
Open

describe 'Impersonate a student whose assignment has no course attribute' do
  it 'is redirected to "/student_task/list"' do
    # 1. create data for test
    instructor6 = create(:instructor) # create instructor6

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

There are no issues that match your filters.

Category
Status