hi, Could you consider switching to RSpec3? for basic support: - replace `stub` in `let{}` by `double` - replace `mock` by `double` - replace `stub!` by `stub` Cheers