We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e913d commit b3614a8Copy full SHA for b3614a8
1 file changed
test/controllers/oai_controller_test.rb
@@ -58,7 +58,7 @@ class OaiControllerTest < ActionDispatch::IntegrationTest
58
parsed = Nokogiri::XML(@response.body)
59
titles = parsed.xpath('//dc:title', @ns).map(&:text)
60
assert_includes titles, materials(:training_material).title
61
- refute_includes titles, materials(:plant_space_material).title
+ assert_includes titles, materials(:plant_space_material).title
62
63
plant_space = spaces(:plants)
64
with_host(plant_space.host) do
0 commit comments