mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 02:03:21 +01:00
9 lines
95 B
Crystal
9 lines
95 B
Crystal
require "spec"
|
|
|
|
describe "New Start" do
|
|
it "has tests" do
|
|
true.should eq true
|
|
end
|
|
end
|
|
|