expertiza/expertiza

View on GitHub
spec/helpers/join_team_request_helper_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

describe JoinTeamRequestsHelper do
  let(:join_team_request1) { build(:join_team_request) }
  describe '#display_request_status' do
    # Pending Status
    context 'when the request is pending' do

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.

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

  describe '#display_request_status' do
    # Pending Status
    context 'when the request is pending' do
      # Set the status of the request to pending.
      before(:each) do

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