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