GordonDiggs/rayons

View on GitHub
spec/controllers/items_controller_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

describe ItemsController, type: :controller do
  render_views

  describe "when logged in" do
    before 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. [41/25]
Open

  describe "when logged in" do
    before do
      @item = items(:one)
      @user = users(:admin)
      sign_in @user

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