Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Existing gender tags were moved to keywords, meaning the example subm…
…ission has an additional keyword
  • Loading branch information
Deer-Spangle committed Dec 11, 2025
commit 57a643287339bf28fefa121e73f560562b750f65
2 changes: 1 addition & 1 deletion tests/integration/fa_parsing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
expect(sub[:resolution]).not_to be_blank
expect(sub[:rating]).not_to be_blank
expect(sub[:keywords]).to be_instance_of Array
expect(sub[:keywords]).to eql(%w[keyword1 keyword2 keyword3])
expect(sub[:keywords]).to eql(%w[keyword1 keyword2 keyword3 male])
end

it "fails when given non-existent submissions" do
Expand Down
Loading