twitter-text-rb
twitter-text-rb copied to clipboard
Convert (most) specs to RSpec 2.14.8 syntax using transpec. Skip custom matchers
...matchers.
This conversion is done by Transpec 1.13.1 with the following command: transpec
- 351 conversions from: obj.should to: expect(obj).to
- 220 conversions from: == expected to: eq(expected)
- 28 conversions from: obj.should_not to: expect(obj).not_to
- 2 conversions from: === expected to: be === expected
- 2 conversions from: lambda { }.should to: expect { }.to
- 1 conversion from: < expected to: be < expected
- 1 conversion from: > expected to: be > expected
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.