File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
33This project contains some examples of how use TDD with Ruby on Rails.
44
5- ### Used technologies
5+ ## Used technologies
66
77The main technologies and Rails gems used in this project are:
88
@@ -40,4 +40,20 @@ to the Rails tests.
4040#### Database
4141
4242As 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+
You can’t perform that action at this time.
0 commit comments