mirror of
https://github.com/SleepingInsomniac/pixelfaucet
synced 2025-01-15 15:41:08 +01:00
7 lines
80 B
Crystal
7 lines
80 B
Crystal
require "./spec_helper"
|
|
require "../src/line"
|
|
|
|
include PF
|
|
|
|
describe Line do
|
|
end
|