Commit 0e8f1389 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix rubocop complain in project_authorization_spec.rb

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 6f7e3ea7
......@@ -16,7 +16,7 @@ describe ProjectAuthorization do
project2.add_developer(user)
end
subject { ProjectAuthorization.roles_stats.to_a }
subject { described_class.roles_stats.to_a }
it do
expect(subject).to include({ 'kind' => 'reporter', 'amount' => '1' })
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment