Skip to content

Commit 57a6432

Browse files
committed
Existing gender tags were moved to keywords, meaning the example submission has an additional keyword
1 parent 9ef1196 commit 57a6432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/fa_parsing_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
expect(sub[:resolution]).not_to be_blank
487487
expect(sub[:rating]).not_to be_blank
488488
expect(sub[:keywords]).to be_instance_of Array
489-
expect(sub[:keywords]).to eql(%w[keyword1 keyword2 keyword3])
489+
expect(sub[:keywords]).to eql(%w[keyword1 keyword2 keyword3 male])
490490
end
491491

492492
it "fails when given non-existent submissions" do

0 commit comments

Comments
 (0)