Flockingbird/roost

View on GitHub
test/integration/web/manage_profile_test.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Complex method MemberManagesProfileTest::it#changes the public biography and name (23.0)
Wontfix

  it 'changes the public biography and name' do
    as(harry) do
      manages = manage_profile(name: public_name, bio: bio)
      manages.upto(:profile_visited)
      refute_content bio

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

Complex method MemberManagesProfileTest::it#notifies you and all other members on the instance of bio update (22.1)
Wontfix

  it 'notifies you and all other members on the instance of bio update' do
    as(harry)
    manage_profile(bio: bio).upto(:bio_updated)
    main_menu('Updates').click
    assert_content 'hpotter@example.com'

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status