Skip to content

Commit

Permalink
rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 4, 2024
1 parent 8590c6e commit 76eb2a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/metanorma/validate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
require "fileutils"

RSpec.describe Metanorma::Ietf do
before do
# Force to download Relaton index file
allow_any_instance_of(Relaton::Index::Type).to receive(:actual?)
.and_return(false)
allow_any_instance_of(Relaton::Index::FileIO).to receive(:check_file)
.and_return(nil)
end

it "warns that image is not SVG" do
FileUtils.rm_f "test.err.html"
Asciidoctor.convert(<<~"INPUT", *OPTIONS)
Expand Down

0 comments on commit 76eb2a4

Please sign in to comment.