Skip to content

Commit

Permalink
Fixed typo in doc/conventions.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Makarihkin committed Oct 16, 2023
1 parent 38867d3 commit 455a10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conventions.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ via <tt>irb -r ./models</tt>, without loading the Roda application.
migrations.

+spec/+ (or +test/+ should contain your specifications/tests. For a small application, it's recommended
to a have a single file for your model tests, and a single file for your web/integration tests.
to have a single file for your model tests, and a single file for your web/integration tests.

+Rakefile+ should contain the rake tasks for the application. The convention is that the
default rake task will run all specs/tests related to the application. If you are using
Expand Down

0 comments on commit 455a10e

Please sign in to comment.