Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Jun 8, 2011
1 parent db3191f commit 40acef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -64,10 +64,10 @@ <h2>Configure</h2>
<h2>Usage</h2>
<p>
We aim to expose MiniTest with minimal changes for testing within Rails.
You can either create test classes that inherit from
MiniTest::Unit::TestCase or you can use the MiniTest::Spec DSL. You can
generate tests when you use the standard model, controller, scaffold, and
other generators:
Your test classes will inherit from MiniTest::Rails::Spec (or Model, or
Controller, etc) and you can use the MiniTest::Spec DSL. You can generate
test files with the standard model, controller, scaffold, and other
generators:
</p>
<pre>
rails generate model User
Expand Down

0 comments on commit 40acef6

Please sign in to comment.