Remove obsolete reference to proposal question
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<%= link_to proposal.title, proposal_path(proposal) %>
|
||||
<p>
|
||||
<%= proposal.summary %><br>
|
||||
<strong><%= proposal.question %></strong>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
@@ -117,6 +117,10 @@ feature "Admin poll questions" do
|
||||
click_button "Save"
|
||||
|
||||
expect(page).to have_content(proposal.title)
|
||||
|
||||
visit admin_questions_path
|
||||
|
||||
expect(page).to have_content(proposal.title)
|
||||
end
|
||||
|
||||
scenario "Update" do
|
||||
|
||||
Reference in New Issue
Block a user