Basic rspec Ruby on Rails model specs

preview_player
Показать описание
In this episode you'll learn some basics for testing simple methods on Ruby on Rails models.
#rails #rubyonrails
Рекомендации по теме
Комментарии
Автор

Really enjoying these testing videos. ?You make it all crystal clear. Thank you!

tomdringer
Автор

Extremely well done! I watch with 75% speed.

viveknaik
Автор

great video !!!! in the next video for complex tests can you show examples how i can refactor long tests, and, if is possible create a function or method when i have to build factories with same format, example form4=build.... and these lines are repeated along my tests? . would be nice if teach us some about code coverage with simplecov... thanks in advance, , , channels like yours keep Rails alive.

CHACHANUS
Автор

Tnx for tutorials, but where can I find form4tracker build videos?

farsiteguide
Автор

How can I test for regular expressions with rspec and shoulda matchers.

mutebiugofficial
Автор

Hi CJ. Which Vim theme are you using? Also which terminal? Whether it is iTerm or Terminal in mac?

judisjeevan
Автор

is the schema information automatically added to your model file or do you manually add that information?

dbsmith