Skip to content

Segment unit and integration tests on actuator-controller

Here we distinguish between the integration and unit tests.

  • create file structure for project integration tests,
  • avoid unnecessary database access during unit tests,
  • update rspec-rails to get better support for Rails 5.2

Part of #11

Merge request reports