mirror of
https://github.com/cooperhammond/irs.git
synced 2024-11-09 18:48:33 +00:00
ff1b30b845
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
|