Skip to content

Commit

Permalink
Updating the documentation to reflect the switch from factory_girl to…
Browse files Browse the repository at this point in the history
… fabrication
  • Loading branch information
carols10cents committed Feb 3, 2012
1 parent 700950b commit f649e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/test_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@
<div class='highlight'><pre>data/</pre></div>
</td>
</tr>
<tr id='section-test-factories'>
<tr id='section-test-fabricators'>
<td class=docs>
<div class="pilwrap">
<a class="pilcrow" href="#section-test-factories">&#182;</a>
<a class="pilcrow" href="#section-test-fabricators">&#182;</a>
</div>
<p>Factories are ways to easily create objects in tests without having to specify every attribute every time. Rstat.us uses <a href="https://github.com/thoughtbot/factory_girl">factory_girl</a> for this.</p>
<p>Fabricators are ways to easily create objects in tests without having to specify every attribute every time. They are similar to Factories. Rstat.us uses <a href="http://fabricationgem.org/">fabrication</a> for this.</p>
</td>
<td class=code>
<div class='highlight'><pre>factories.rb</pre></div>
<div class='highlight'><pre>fabricators</pre></div>
</td>
</tr>
<tr id='section-test-models'>
Expand Down

0 comments on commit f649e12

Please sign in to comment.