Skip to content

Commit

Permalink
Add spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ferblape committed Nov 19, 2024
1 parent 1b6da53 commit c70a544
Show file tree
Hide file tree
Showing 2 changed files with 3,380 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spec/document_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,19 @@ def assert_sections_absent(unexpected_sections)
])
end
end

context "in 66067386 doc" do
let(:file_path) { "spec/files/66067442.txt" }

it "has these sections" do
binding.pry
assert_sections_present([
["TÍTULO I. DISPOSICIONES GENERALES", ""],
["Cláusula 1 Régimen jurídico.", ""],
["Cláusula 22 Medios electrónicos", ""],
["Cláusula 7 Condiciones especiales de ejecución.", ""],
["I. Régimen jurídico", ""],
])
end
end
end
Loading

0 comments on commit c70a544

Please sign in to comment.