Closed ktdreyer closed 9 years ago
Update the test suite to work with rspec 3. Specifically:
be_true
be_truthy
:should
:expect
Coverage remained the same when pulling 70b5ce29c5c870185d6374b84da6c2baa12f2d77 on ktdreyer:rspec3 into a2b6490a4c3ba9074dd0b05dd5810946d050ff1f on hipchat:master.
Thanks @zsiddique for merging!
Update the test suite to work with rspec 3. Specifically:
be_true
tobe_truthy
.:should
syntax to the:expect
syntax.