Skip to content

Commit

Permalink
failed test for #27
Browse files Browse the repository at this point in the history
  • Loading branch information
akuchinke committed Nov 9, 2017
1 parent b8d0d17 commit ba68142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/papers/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<td><%= paper.year %></td>
<td><%= link_to 'Show', paper_path(paper) %></td>
<td><%= link_to 'Edit', edit_paper_path(paper) %></td>
<td><%= link_to 'Destroy', paper_path(paper), method: :delete, data: { confirm: 'Are you sure?' } %></td>

</tr>
<% end %>
</table>
2 changes: 1 addition & 1 deletion spec/features/paper/edit_paper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
visit edit_paper_path(@paper)
end

it "Save changed" do
it "Save changes" do
visit edit_paper_path(@paper)
fill_in 'Title', with: 'A new Title'
click_button 'Save Paper'
Expand Down

0 comments on commit ba68142

Please sign in to comment.