TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'jekyll-test'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-test
require 'jekyll-test'
# ... later, in your tests
test_site = JekyllTest.new(source, destination)
conf = test_site.configuration([overrides])
test_site.run_jekyll_build
test_site.get_post(id)
# ... etc
http://github.com/<my-github-username>/jekyll-test/fork
)git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)