epimorphics / ukhpi

Open data for for the UK House Price Index from Land Registry, RoS, NISRA and ONS
MIT License
5 stars 2 forks source link

test: resolving failing test invocation #445

Closed jonrandahl closed 1 week ago

jonrandahl commented 1 week ago

After adjusting the make test target to use rails instead of rake as it did initially, when running the target the console would error with:

`require': cannot load such file -- simplecov (LoadError)

Adding , require: false to the 'simplecov', '0.22.0' call allows the tests to run and complete:

Finished in 0.911783s, 174.3836 runs/s, 433.2171 assertions/s.

159 runs, 395 assertions, 0 failures, 0 errors, 0 skips