Brent Cook
|
fb578e9063
|
use explicit exceptions for raise_error
|
2015-12-10 21:47:22 -06:00 |
Luke Imhoff
|
f48f8c1540
|
Use `be` before operators
MSP-13484
|
2015-12-10 21:47:22 -06:00 |
Luke Imhoff
|
6f71810010
|
it { should -> it { is_expected.to
MSP-13484
|
2015-12-10 21:47:22 -06:00 |
Luke Imhoff
|
05585acb89
|
.should_not -> expect().not_to
MSP-13484
|
2015-12-10 21:47:22 -06:00 |
Luke Imhoff
|
4870909afc
|
.should -> expect().to
MSP-13484
|
2015-12-10 21:47:22 -06:00 |
Luke Imhoff
|
6f29e9a4cf
|
.should == -> expect().to eq
MSP-13484
|
2015-12-10 21:47:22 -06:00 |
Luke Imhoff
|
d6bf0fd781
|
decribe -> RSpec.describe
MSP-13484
Disabled expose_dsl_globally in spec_helper, so need to qualify
top-level describe.
|
2015-12-10 21:47:22 -06:00 |
Tab Assassin
|
2e8d19edcf
|
Retab all the things (except external/)
|
2013-09-30 13:47:53 -05:00 |
Tod Beardsley
|
8f957a5394
|
Add spec for new #to_h method
|
2013-09-27 11:27:31 -05:00 |
James Lee
|
273046d8f0
|
Add a class for generating random identifiers
Will be useful for all kinds of things, but brought about in discussions
specifically for Util::EXE in #2037.
|
2013-07-09 02:06:44 -05:00 |