Community
Cheatsheets
- GenServer Cheatsheet by Benjamin Tan Wei Hao
Books
| module RSpec | |
| module Mocks | |
| module AnyInstance | |
| class Recorder | |
| def should_recieve(*args) | |
| raise NoMethodError.new "should_recieve: Did you mean 'should_receive' ?" | |
| end | |
| def should_not_recieve(*args) | |
| raise NoMethodError.new "should_not_receive: Did you mean 'should_not_receive' ?" | |
| end |
Community
Cheatsheets
Books