border_patrol
border_patrol copied to clipboard
Convert specs to RSpec 2.14.8 syntax using Transpec
This conversion is done by Transpec 1.13.1 with the following command: transpec
- 51 conversions from: obj.should to: expect(obj).to
- 7 conversions from: == expected to: eq(expected)
- 7 conversions from: obj.should_not to: expect(obj).not_to