2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-10 08:17:55 +08:00

Wizard: Step 1

This commit is contained in:
Robin Ward 2016-08-25 13:14:56 -04:00
parent 0471ad393c
commit 3a4615c205
50 changed files with 1103 additions and 80 deletions

View file

@ -3,7 +3,6 @@ require 'cache'
describe Gaps do
it 'returns no gaps for empty data' do
expect(Gaps.new(nil, nil)).to be_blank
end