mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix two typos.
This commit is contained in:
parent
74c8ff53e7
commit
f1f5de2efd
2 changed files with 2 additions and 2 deletions
|
@ -627,7 +627,7 @@ To install it run:
|
|||
sudo gem install bleak_house
|
||||
</shell>
|
||||
|
||||
Then setup you application for profiling. Then add the following at the bottom of config/environment.rb:
|
||||
Then setup your application for profiling. Then add the following at the bottom of config/environment.rb:
|
||||
|
||||
<ruby>
|
||||
require 'bleak_house' if ENV['BLEAK_HOUSE']
|
||||
|
|
|
@ -201,7 +201,7 @@ This line of code is called an _assertion_. An assertion is a line of code that
|
|||
|
||||
Every test contains one or more assertions. Only when all the assertions are successful the test passes.
|
||||
|
||||
h4. Preparing you Application for Testing
|
||||
h4. Preparing your Application for Testing
|
||||
|
||||
Before you can run your tests you need to ensure that the test database structure is current. For this you can use the following rake commands:
|
||||
|
||||
|
|
Loading…
Reference in a new issue