mirror of
https://github.com/SleepingInsomniac/lx_chess_cr
synced 2025-02-05 20:46:29 +01:00
7 lines
101 B
Crystal
7 lines
101 B
Crystal
require "./spec_helper"
|
|
|
|
describe LxChess do
|
|
it "works" do
|
|
expect(false).to eq(true)
|
|
end
|
|
end
|