Sha256: 10c39517bcc785a901c12e9a9a93fe15374cf07f47dc29fcf677e0058173998f
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
module Skellington describe CLI do let :subject do described_class.new end it 'generates correct output' do subject.options = { framework: 'jekyll' } expect { subject.generate 'dummy_app' }.to output(/ Your new Jekyll site DummyApp has been created Now do cd dummy_app bundle bundle exec jekyll which will launch the site \(at http:\/\/localhost:4000\) And presuming that works OK git add . git commit -m 'First commit' You should also fill in your name in LICENSE.md /).to_stdout end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skellington-0.8.0 | spec/jekyll/cli_spec.rb |