Sha256: 6e071867b80d6ca10a0028482ae9cb71560b5da3555159c69e1f9fabf7028ea3
Contents?: true
Size: 482 Bytes
Versions: 10
Compression:
Stored size: 482 Bytes
Contents
Feature: Non-existent Objects - Show View I want to see a 404 for the show view for objects not in fedora or solr Scenario: an object exists for an id Given I am on the show document page for hydra:test_no_model Then I should get a status code 200 Scenario: no object exists for an id Given I am on the show document page for hydra:test_no_exist Then I should get a status code 404 And I should see "Sorry, you have requested a record that doesn't exist."
Version data entries
10 entries across 10 versions & 1 rubygems