Skip to content

Conversation

@sbadia
Copy link

@sbadia sbadia commented Aug 27, 2015

  • 15 conversions
    from: == expected
    to: eq(expected)
  • 12 conversions
    from: it { should ... }
    to: it { is_expected.to ... }
  • 12 conversions
    from: its(:attr) { }
    to: describe '#attr' do subject { super().attr }; it { } end
  • 3 conversions
    from: obj.should
    to: expect(obj).to

* 15 conversions
    from: == expected
      to: eq(expected)

* 12 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

* 12 conversions
    from: its(:attr) { }
      to: describe '#attr' do subject { super().attr }; it { } end

* 3 conversions
    from: obj.should
      to: expect(obj).to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant