nesquena/gitdocs

View on GitHub
test/integration/web/share_management_test.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

describe 'Manage which shares are being watched' do
  it 'should update a share through the UI' do
    gitdocs_add('local')
    gitdocs_start
    visit_and_click_link('Settings')

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.

Unnecessary utf-8 encoding comment.
Open

# -*- encoding : utf-8 -*-

There are no issues that match your filters.

Category
Status