irs/spec/irs_spec.cr
Cooper Hammond ff1b30b845 Updated to v1.0.0
Added -i flag to install youtube-dl, ffmpeg, and ffprobe
2020-02-21 12:00:27 -07:00

10 lines
116 B
Crystal
Executable file

require "./spec_helper"
describe Irs do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end