Skip to content

Commit a5d963e

Browse files
committed
📝tests details
1 parent bc4722c commit a5d963e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66

77
#### Use
88

9+
- setup with `bundle install`
10+
911
- run `rails s`
1012

1113
- go to `http://localhost:3000/` and follow links
1214

1315
The fibonacci numbers will start showing one by one and in the browsers console it will say that the view is `ready`.
16+
17+
#### Test
18+
19+
- run tests with `rspec`
20+
21+
The tests are ensuring that the `es6-rails` gem is working correctly.

0 commit comments

Comments
 (0)