File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,20 @@ Note: currently, we didn't configure rails to show directly the
68
68
` webconsole ` in your browser. That's just because of time needed to
69
69
find the good configuration, any help will be appreciated !
70
70
71
+ Run application tests
72
+ =====================
73
+
74
+ To help maintainers, we are in the process of adding tests to check the
75
+ application has still the expected behaviour.
76
+
77
+ To get help about writing tests, see the
78
+ [ Ruby on Rails documentation] ( https://guides.rubyonrails.org/testing.html#the-rails-test-runner )
79
+ .
80
+
81
+ To run tests with Docker environment, you need to use this command:
82
+
83
+ ` docker-compose run linuxfr.org bin/rails test -v `
84
+
71
85
Inspect database schema
72
86
=======================
73
87
You can’t perform that action at this time.
0 commit comments