expertiza/expertiza

View on GitHub
spec/features/inherit_teams_display_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

describe 'displaying inherit teams section' do
  it 'should display inherit teams option while creating an assignment team' do
    create(:assignment)
    create(:assignment_node)
    create(:assignment_team)

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