1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
awesome_print/spec
James Cox 77ceaf5090 Convert specs to RSpec 3.0.4 syntax with Transpec
This conversion is done by Transpec 3.0.7 with the following command:
    transpec

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

* 3 conversions
    from: obj.should
      to: expect(obj).to

For more details: https://github.com/yujinakayama/transpec#supported-conversions
2014-12-29 12:00:33 -05:00
..
core_ext update rspec syntax from should to expect via transpec 2014-12-18 12:24:30 -05:00
ext Convert specs to RSpec 3.0.4 syntax with Transpec 2014-12-29 12:00:33 -05:00
colors_spec.rb update rspec syntax from should to expect via transpec 2014-12-18 12:24:30 -05:00
formats_spec.rb update rspec syntax from should to expect via transpec 2014-12-18 12:24:30 -05:00
methods_spec.rb update rspec syntax from should to expect via transpec 2014-12-18 12:24:30 -05:00
misc_spec.rb Allows specs to run 2014-12-29 11:38:13 -05:00
objects_spec.rb update rspec syntax from should to expect via transpec 2014-12-18 12:24:30 -05:00
spec_helper.rb update rspec syntax from should to expect via transpec 2014-12-18 12:24:30 -05:00