Skip to content

Commit

Permalink
Refs #9: fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBrendel committed Nov 3, 2017
1 parent f320d2c commit 898e2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/authors/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>all the authors are listed here!</h1>

<%= link_to 'Add Author', new_author_path %>
<%= link_to 'add author', new_author_path %>

<table>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion spec/features/author/index_author_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
it "should display a link to create new authors" do
visit authors_path

expect(page).to have_link('Add Author')
expect(page).to have_link('add author')
end

end

0 comments on commit 898e2ac

Please sign in to comment.