James Dabbs
Results
1
issues of
James Dabbs
This comes from tracking down https://github.com/rspec/rspec-rails/issues/2049 wherein ``` it 'should show only 2 times' do expect(@student).to receive(:email).once.and_call_original @student.email @student.email end ``` overflows. There `Devise` has defined an `inspect` method which...