consuldemocracy/consuldemocracy

View on GitHub
spec/models/budget/stats_spec.rb

Summary

Maintainability
A
B
+2 hrs
Test Coverage

File stats_spec.rb has 263 lines of code (exceeds 250 allowed). Consider refactoring.
New

require "rails_helper"

describe Budget::Stats do
  let(:budget) { create(:budget, :finished) }
  let(:stats) { Budget::Stats.new(budget) }
Severity: Minor
Found in spec/models/budget/stats_spec.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status