theforeman / foreman_statistics

Foreman plugin to present statistics and trends
https://theforeman.org/plugins/foreman_statistics/
GNU General Public License v3.0
0 stars 6 forks source link

Improve statistics test #23

Closed ezr-ondrej closed 3 years ago

ezr-ondrej commented 3 years ago

There is uneccesarry set of user, the set_session_user takes care of it all. Above that, it has user :one as default.

Fixes the test rake task that was not requiring the libraries correctly. Renames the helper to match the plugin name, in case we would want to test more plugins together.