Skip to content

Commit

Permalink
Modification of metadata filenames expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 9, 2024
1 parent 14d6af0 commit 6710cd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/metadata_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,9 @@
subject.validate
expect(logger.to_s).to be_empty
end
its(:filenames) {is_expected.to include("file:/#{filename.sub(/^\//, '')}")}
it "has expected filenames" do
expect(Array(subject.filenames).map(&:to_s)).to include("file:/#{filename.sub(/^\//, '')}")
end
end
end
end
Expand Down

0 comments on commit 6710cd5

Please sign in to comment.