test/integration/api/member_invites_member_test.rb
Complex method MemberInvitesMemberTest::describe(POST /invitations)::it#sends an invitation email (37.5) Open
Open
it 'sends an invitation email' do
post_json(
"/api/invitations/#{fake_uuid(Aggregates::Member, 1)}",
{
data: {
- Read upRead up
- Exclude checks
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