Name |
Last commit
|
Last update |
---|---|---|
.. | ||
annotate | ||
fixtures | ||
integration | ||
annotate_spec.rb | ||
spec_helper.rb |
This conversion is done by Transpec 2.2.5 with the following command: transpec * 34 conversions from: obj.should to: expect(obj).to * 27 conversions from: obj.should_receive(:message) to: expect(obj).to receive(:message) * 18 conversions from: == expected to: eq(expected) * 4 conversions from: obj.should_not to: expect(obj).not_to * 4 conversions from: obj.stub(:message) to: allow(obj).to receive(:message) For more details: https://github.com/yujinakayama/transpec#supported-conversions
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
annotate | Loading commit data... | |
fixtures | Loading commit data... | |
integration | Loading commit data... | |
annotate_spec.rb | Loading commit data... | |
spec_helper.rb | Loading commit data... |