Skip to content

Commit

Permalink
Fixing typo in plugins.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwarwick committed Jul 16, 2011
1 parent 88e307a commit 765b792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions railties/guides/source/plugins.textile
Expand Up @@ -86,7 +86,7 @@ class CoreExtTest < Test::Unit::TestCase
end
</ruby>

Run +rake+ to run the test. This test should fail because we haven't implemented the +to_squak+ method:
Run +rake+ to run the test. This test should fail because we haven't implemented the +to_squawk+ method:

<shell>
1) Error:
Expand Down Expand Up @@ -218,8 +218,8 @@ test/dummy directory:

<shell>
$ cd test/dummy
$ rails generate model Hickwall last_squak:string
$ rails generate model Wickwall last_squak:string last_tweet:string
$ rails generate model Hickwall last_squawk:string
$ rails generate model Wickwall last_squawk:string last_tweet:string
</shell>

Now you can create the necessary database tables in your testing database by navigating to your dummy app
Expand Down

0 comments on commit 765b792

Please sign in to comment.