mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-07 19:55:27 +00:00
9ca6856c02
Added -i flag to install youtube-dl, ffmpeg, and ffprobe
10 lines
116 B
Crystal
Executable file
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
|