Remove no longer valid scenarios: image&doc removal by admin

This commit is contained in:
Bertocq
2018-01-24 21:50:13 +01:00
parent 43c8506f84
commit 62d7d08a10
2 changed files with 0 additions and 18 deletions

View File

@@ -60,15 +60,6 @@ shared_examples "documentable" do |documentable_factory_name, documentable_path,
end
end
scenario "Should be able when any administrator logged in" do
login_as administrator
visit send(documentable_path, arguments)
within "#tab-documents" do
expect(page).to have_link("Destroy")
end
end
end
end