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
Second case of keywords including the gender tag now
  • Loading branch information
Deer-Spangle committed Dec 11, 2025
commit d36b9e98d0d773acae78518672acde9a7e6aef07
2 changes: 1 addition & 1 deletion tests/integration/fa_parsing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
sub_id = "16437648"
sub = @fa.submission(sub_id)
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 "has identical description and description_body" do
Expand Down
Loading