consul/consul

View on GitHub
spec/system/votes_spec.rb

Summary

Maintainability
A
2 hrs
Test Coverage

File votes_spec.rb has 278 lines of code (exceeds 250 allowed). Consider refactoring.
Open

require "rails_helper"

describe "Votes" do
  let!(:verified)   { create(:user, verified_at: Time.current) }
  let!(:unverified) { create(:user) }
Severity: Minor
Found in spec/system/votes_spec.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status