expertiza/expertiza

View on GitHub
spec/features/bookmarks/sign_up_sheet_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

describe 'sign_up_sheet/list.html.erb' do
  def create_assignment_bookmarks
    create(:assignment, name: 'TestAssignment', directory_path: 'TestAssignment', use_bookmark: true)
    create_list(:participant, 3)
    create(:topic)

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