fix namespacing, specs

This commit is contained in:
Karol
2021-11-27 21:08:52 +01:00
parent d32eb0fc4d
commit 2c7748ed12
5 changed files with 56 additions and 28 deletions

View File

@@ -37,5 +37,6 @@ describe ProformaService::ExportTask do
export_task
expect(exporter).to have_received(:perform)
end
# TODO more tests?!
end
end