RSpec - by using let and before block you are doing it wrong
Not without a reason before and let blocks were created by RSpec authors but it’s better to avoid them when we don’t really need to use them. I want to know the right way
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Not without a reason before and let blocks were created by RSpec authors but it’s better to avoid them when we don’t really need to use them. I want to know the right way
Post a comment