Commit 77d7825a authored by Alexander Turinske's avatar Alexander Turinske

Reuse variable for rspec test

- a variable already existed for a line of code I was using
- use the variable instead
parent 593a3a81
......@@ -10,7 +10,7 @@ RSpec.describe Security::VulnerabilitiesController do
it_behaves_like Security::ApplicationController do
let(:security_application_controller_child_action) do
get :index
subject
end
end
......
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