twitter-text-rb icon indicating copy to clipboard operation
twitter-text-rb copied to clipboard

Convert (most) specs to RSpec 2.14.8 syntax using transpec. Skip custom matchers

Open loganhasson opened this issue 10 years ago • 1 comments

...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

loganhasson avatar May 16 '14 02:05 loganhasson

CLA assistant check
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.

CLAassistant avatar Nov 16 '19 00:11 CLAassistant