mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
f4bb26bd53
Change specs to use synax `expect(OBJECT).to EXPECTATION` rather that `OBJECT.should`. Changed all `OBJECT.stub(METHOD)` to `allow(OBJECT).to receive(:method)` Change one-liners to use syntax: `it { is_expected.to XXX }` rather than `it { should }`. |
||
---|---|---|
.. | ||
app | ||
bin | ||
config | ||
db | ||
fast_spec | ||
lib/tasks | ||
log | ||
public | ||
script | ||
spec | ||
test | ||
.rspec | ||
config.ru | ||
Rakefile |