jekyll/test
Jason Roelofs 8368485fa0 Remove deletion of dot files on cleanup.
This is a potentially very dangerous action that's impossible to test that it's correct.
If the '..' check line ever disappears, even running the tests will start deleting
everything accessible on the person's computer.

All dot-files that are generated are already known by Jekyll as either a static file or
a page (yaml front matter), only remove those files.
2012-04-03 21:33:35 -05:00
..
source Added the ability to configure the file extensions to be processed by each converter. Test cases included. 2011-04-12 17:03:28 -04:00
helper.rb Replace rdiscount filter with config-aware markdownify. 2011-05-31 14:40:21 -07:00
suite.rb Test::Unit is no longer ships with Ruby. 2010-08-30 22:55:39 +01:00
test_configuration.rb Tests and specs run under 1.9. 2011-04-24 18:39:27 +08:00
test_core_ext.rb Tests and specs run under 1.9. 2011-04-24 18:39:27 +08:00
test_filters.rb Replace rdiscount filter with config-aware markdownify. 2011-05-31 14:40:21 -07:00
test_generated_site.rb Merge remote-tracking branch 'derekprior/configurable_coverter_file_extensions' 2011-05-30 11:38:59 -07:00
test_kramdown.rb Tests and specs run under 1.9. 2011-04-24 18:39:27 +08:00
test_page.rb Tests and specs run under 1.9. 2011-04-24 18:39:27 +08:00
test_pager.rb Tests and specs run under 1.9. 2011-04-24 18:39:27 +08:00
test_post.rb Generate escaped url for categories with space. 2011-07-10 23:56:56 +02:00
test_rdiscount.rb Tests and specs run under 1.9. 2011-04-24 18:39:27 +08:00
test_redcarpet.rb Added Redcarpet for MD conversion 2011-04-20 10:04:42 +01:00
test_redcloth.rb New solution for passing restrictions to RedCloth - all tests pass with ruby 1.8 (just invoking rake) 2011-11-28 14:05:34 +01:00
test_site.rb Remove deletion of dot files on cleanup. 2012-04-03 21:33:35 -05:00
test_tags.rb Merge branch 'post_url' of https://github.com/thatguystone/jekyll into thatguystone-post_url 2012-01-22 16:03:10 -08:00