spec/jekyll/cli_spec.rb in skellington-0.8.0 vs spec/jekyll/cli_spec.rb in skellington-0.8.1
- old
+ new
@@ -3,18 +3,18 @@
let :subject do
described_class.new
end
it 'generates correct output' do
- subject.options = { framework: 'jekyll' }
+ 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
+ bundle exec jekyll serve
which will launch the site \(at http:\/\/localhost:4000\)
And presuming that works OK