Windows compatibility?
Is this shard Windows compatible? When I convert an initial spec to spectator like: ``` require "./spectator_helper" Spectator.describe CrystalRayTracer do # TODO: Write tests pending "works" do expect(false).to be_true end end ``` ... and run it w/ `crystal spec`, I get the following error: ``` Run crystal spec Error: while requiring "./spec/crystal_ray_tracer_spec.cr" Error: Process completed with exit code 1. ``` See: * https://github.com/drhuffman12/crystal_ray_tracer/pull/2/commits/3b614c527603d361d91304765b901fe8ebfd6a53 * https://github.com/drhuffman12/crystal_ray_tracer/pull/2/checks?check_run_id=2387299111
issue