rspec-style-guide
rspec-style-guide copied to clipboard
Best practices for writing your specs!
Added a section on the use of Method Stubs vs Expectations that my company tries to follow that I think makes more sense when testing. Added to the [Example Group...
Now that Cucumber and Gherkin are going out of style, how about developing standards for feature specs? Apart from a couple [years-old](https://www.chrisdpeters.com/blog/introduction-feature-specs-rspec/) [tutorials](https://medium.com/@lindebergnick/feature-testing-in-rails-with-rspec-and-capybara-8cb8ee38cb6a), the web is relatively shy on best...