Skip to content

Fix call to Make target

Evan Read requested to merge eread/fix-make-target-call into main

Fixes call to Make target to avoid the following error:

make: *** No rule to make target `rspec-test', needed by `test'.  Stop.

Merge request reports