Skip to content

Commit

Permalink
Remove obsolete reference to proposal question
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Apr 29, 2019
1 parent 09cd6c7 commit 87fb964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<%= link_to proposal.title, proposal_path(proposal) %>
<p>
<%= proposal.summary %><br>
<strong><%= proposal.question %></strong>
</p>
</td>
<td>
Expand Down
4 changes: 4 additions & 0 deletions spec/features/admin/poll/questions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
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
Expand Down

0 comments on commit 87fb964

Please sign in to comment.