1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixing typo in plugins.textile

This commit is contained in:
John Warwick 2011-07-15 22:40:17 -04:00
parent 88e307a0a6
commit 765b79257a

View file

@ -86,7 +86,7 @@ class CoreExtTest < Test::Unit::TestCase
end end
</ruby> </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> <shell>
1) Error: 1) Error:
@ -218,8 +218,8 @@ test/dummy directory:
<shell> <shell>
$ cd test/dummy $ cd test/dummy
$ rails generate model Hickwall last_squak:string $ rails generate model Hickwall last_squawk:string
$ rails generate model Wickwall last_squak:string last_tweet:string $ rails generate model Wickwall last_squawk:string last_tweet:string
</shell> </shell>
Now you can create the necessary database tables in your testing database by navigating to your dummy app Now you can create the necessary database tables in your testing database by navigating to your dummy app