Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed May 25, 2014
1 parent 363bcd1 commit 20a48e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing_cookbooks/cucumber.tex
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ \subsection{Example}
end
\end{lstlisting}

Leibniz gem read infrastructure configuration from our specs inside <<Background>> and use Test Kitchen to create it. Next, in <<I have run Chef>> we cleanup old and create new node and run chef client inside it. After this we using Faraday gem to do HTTP request inside node and get root page content. We check, what this content should contain <<This is my cool web app>>. In this case we will be sure, what nginx installed, running and server our web page. In the end we added <<cleanup test env>>, which whould cleanup after tests.
Leibniz gem read infrastructure configuration from our specs inside <<Background>> and use Test Kitchen to create it. Next, in <<I have run Chef>> we cleanup old and create new node, install chef client and run it inside node. After this we using Faraday gem to do HTTP request inside node and get root page content. We are checking, what this content should contain <<This is my cool web app>>. In this case we will be sure, what nginx installed, running and server our web page. In the end we added <<cleanup test env>>, which whould remove node after tests.

Finally, we cat test our cucumber tests:

Expand Down

0 comments on commit 20a48e8

Please sign in to comment.