mirror of
https://github.com/logos-co/staking.git
synced 2025-02-08 08:43:58 +00:00
We have a couple of helper functions redefined in multiple spec files. This commit introduces a `shared.spec` that provides such functions. The file is then imported in other spec files, so we can make use of the functions there. Closes #87