E
E
eldar_web2017-09-07 00:50:42
Ruby on Rails
eldar_web, 2017-09-07 00:50:42

Where can I find tutorials for testing RSpec on Ruby on Rails in Russian?

There is very little material on this topic in Russian. Only in YouTube there is a piece of information, and then 3-5 years ago.
How can I find a proper tutorial and learn how to test RSpec?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zaporozhchenko Oleg, 2017-09-07
@eldar_web

If in order to get a job, then what is in Hartle's tutorial is enough to show that you figured it out a little, and then your colleagues will teach you.
If for yourself, then the easiest option is to find someone who will teach and pay. If you figure it out yourself, then just write a bunch of tests and follow something like the following plan
0 What is a test, the general concept of writing tests, FactoryGirl
and
Faker , DatabaseCleaner javascript 6 Mocks and stubs when you deal with each of the points, the only thing left is practice. You can see what others are saying here -
https://github.com/gitlabhq/gitlabhq/tree/master/spec

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question