Tutorials





Avoiding Network Calls In Rails Tests Without Using Mocks, Stubs or VCR - Code with Jason
An important principle of testing is that tests should be deterministic. The passing or failing of a test shouldn’t depend on the date it was run, whether any certain other tests ran before it, or whether some condition outside the application cha...



