mirror of
https://github.com/SleepingInsomniac/pixelfaucet
synced 2024-11-16 07:47:36 +01:00
8 lines
80 B
Crystal
8 lines
80 B
Crystal
|
require "./spec_helper"
|
||
|
require "../src/line"
|
||
|
|
||
|
include PF
|
||
|
|
||
|
describe Line do
|
||
|
end
|