spec/features/admin/budget_groups_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Inconsistent indentation detected. (https://github.com/bbatsov/ruby-style-guide#spaces-indentation)
Open

    before do
      Setting['feature.budgets'] = true
    end

This cops checks for inconsistent indentation.

Example:

class A
  def test
    puts 'hello'
     puts 'world'
  end
end

Inconsistent indentation detected. (https://github.com/bbatsov/ruby-style-guide#spaces-indentation)
Open

    after do
      Setting['feature.budgets'] = nil
    end

This cops checks for inconsistent indentation.

Example:

class A
  def test
    puts 'hello'
     puts 'world'
  end
end

There are no issues that match your filters.

Category
Status