Skip to content

Commit

Permalink
Revert "Using string instead of symbol to call key"
Browse files Browse the repository at this point in the history
This reverts commit 99da8c8.
  • Loading branch information
jodosha committed Jul 22, 2016
1 parent a42776e commit 191d3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ describe Web::Controllers::Books::Create do
action.call(params)

action.book.id.wont_be_nil
action.book.title.must_equal params[:book]['title']
action.book.title.must_equal params[:book][:title]
end

it 'redirects the user to the books listing' do
Expand Down

0 comments on commit 191d3ac

Please sign in to comment.