expertiza/expertiza

View on GitHub
spec/features/timestamps_for_students_submissions_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

describe 'timestamps for student\'s submissions' do
  ###
  # Please follow the TDD process as much as you can.
  # Use factories to create necessary DB records.
  # Please avoid duplicated code as much as you can by moving the code to before(:each) block or separated methods.

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