Supporters
RSpec Articles
Every article is written by a member of our community, to share information and knowledge that could be beneficial to other members.
[WIP] Clarifying Business Logic and Writing Clean Code (Part 4)
Created by Sam Joseph, over 7 years ago, tagged with Cucumber, business-logic, clean-code, refactoring, RSpecWORK IN PROGRESS!! :-)
So going back to part 2 in our series, here's the code that...
Clarifying Business Logic and Writing Clean Code
Created by Sam Joseph, almost 8 years ago, tagged with LocalSupport, OpenSource, BusinessLogic, CleanCode, Cucumber, RSpecSummary
In this article I explore the relative merits of Acceptance testing in...
Testing with Rspec: Stubs, mocks, factories - what to choose?
Created by Yaro Apletov, almost 8 years ago, tagged with RSpec, stubs, mocks, FactoryGirlLet's assume we have an ActiveModel model Article with fields :id and :author
...PairProgramming - BDD/TDD
Created by Yaro Apletov, over 8 years ago, tagged with Pair-Programming, Cucumber, RSpecPP can be a great tool for various things, as well as just fun by itself. As with any tool,...