Commit 02b86d39 authored by Martin Wortschack's avatar Martin Wortschack

fix tests

parent c3be5cf5
...@@ -33,7 +33,7 @@ describe 'Admin uses repository checks' do ...@@ -33,7 +33,7 @@ describe 'Admin uses repository checks' do
end end
it 'to clear all repository checks', :js do it 'to clear all repository checks', :js do
visit admin_application_settings_path visit repository_admin_application_settings_path
expect(RepositoryCheck::ClearWorker).to receive(:perform_async) expect(RepositoryCheck::ClearWorker).to receive(:perform_async)
......
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