spec/features/valuation/budgets_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [105/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

    @valuator = create(:valuator, user: create(:user, username: 'Rachel', email: 'rachel@valuators.org'))

Use let instead of an instance variable. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/InstanceVariable)
Open

    login_as(@valuator.user)

There are no issues that match your filters.

Category
Status