Skip to content

Commit e44c0c4

Browse files
committed
Update README. Add Minitest simple example on the doc.
1 parent 797952d commit e44c0c4

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project contains some examples of how use TDD with Ruby on Rails.
44

5-
### Used technologies
5+
## Used technologies
66

77
The main technologies and Rails gems used in this project are:
88

@@ -40,4 +40,20 @@ to the Rails tests.
4040
#### Database
4141

4242
As this is a simple application that don't need great data persistence the default database used when a new Ruby on Rails
43-
application is created has been used: [SQlite3](https://www.sqlite.org/)
43+
application is created has been used: [SQlite3](https://www.sqlite.org/)
44+
45+
## Examples
46+
47+
#### String Cauculator - Simple Red Green Refactor sample with Minitest
48+
49+
Simple Red Green Refactor sample with Minitest.
50+
See the [string_calculator.rb](string_calculator.rb) file.
51+
52+
###### Running
53+
54+
To run on the root of the project enter:
55+
56+
ruby string_calculator.rb
57+
58+
59+

0 commit comments

Comments
 (0)