spec/fontist/downloader_spec.rb in fontist-0.4.0 vs spec/fontist/downloader_spec.rb in fontist-1.0.0

- old
+ new

@@ -1,7 +1,8 @@ require "spec_helper" + RSpec.describe Fontist::Downloader do - describe ".download", file_download: true do + describe ".download" do it "return the valid downloaded file" do tempfile = Fontist::Downloader.download( sample_file[:file], sha: sample_file[:sha], file_size: sample_file[:file_size],