Skip to content

Commit

Permalink
Merge pull request hanami#247 from florish/fix-add-book-code-example
Browse files Browse the repository at this point in the history
Fix Add a book spec title and comment
  • Loading branch information
cllns authored Dec 12, 2016
2 parents adccfa6 + a02933c commit 2b3d958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -960,8 +960,8 @@ We should also update our feature spec to reflect this new behavior:
# spec/web/features/add_book_spec.rb
require 'features_helper'

describe 'Books' do
# Spec written sooner removed from brevity
describe 'Add a book' do
# Spec written earlier omitted for brevity

it 'displays list of errors when params contains errors' do
visit '/books/new'
Expand Down

0 comments on commit 2b3d958

Please sign in to comment.