jekyll/test
uu59 20a837d15c Change default value of limit_posts from nil to 0 (see #1004)
Before this commit meaning of limit_posts:
  nil: no limit. generate all posts
  0: raise error
  n ( > 0): generate n posts only
  n ( < 0): raise error
  else: raise error

After this commit:
  nil: same as 0
  0: no limit. generate all posts
  n ( > 0): generate n posts only
  n ( < 0): raise error
  else: almost same as 0 (depend on `to_i` result)
2013-04-29 01:41:22 +09:00
..
fixtures adding files 2013-01-23 11:31:59 -06:00
source do not allow markdown etc. in excerpt 2013-04-11 21:02:08 +02:00
helper.rb Added directory_with_contents() to DRY up test code and ensure folders exist in TestCommand. 2013-03-16 14:09:53 +01:00
suite.rb Newline. 2013-03-16 20:06:50 +01:00
test_command.rb Added directory_with_contents() to DRY up test code and ensure folders exist in TestCommand. 2013-03-16 14:09:53 +01:00
test_configuration.rb Fix unit tests for Configuration#backwards_compatibilize 2013-04-15 00:41:46 +02:00
test_convertible.rb Compliant with Ruby 2.0.0 2013-04-26 21:20:48 +02:00
test_core_ext.rb add Enumerable#glob_include? 2013-01-11 15:33:11 +08:00
test_filters.rb Fixed expected output from xmlschema and rfc822 2013-03-29 01:07:47 -04:00
test_generated_site.rb Change default value of limit_posts from nil to 0 (see #1004) 2013-04-29 01:41:22 +09:00
test_kramdown.rb Compliant with Ruby 2.0.0 2013-04-26 21:20:48 +02:00
test_new_command.rb fix copying of site template files 2013-03-13 21:27:41 +00:00
test_page.rb remove tests for default layouts 2013-04-15 17:24:18 +02:00
test_pager.rb Move Jekyll::DEFAULTS to Jekyll::Configuration::DEFAULTS 2013-04-12 21:19:20 +02:00
test_post.rb remove tests for default layouts 2013-04-15 17:24:18 +02:00
test_rdiscount.rb Update converter classes moving into a module 2013-01-19 23:07:38 +00:00
test_redcarpet.rb Update converter classes moving into a module 2013-01-19 23:07:38 +00:00
test_redcloth.rb Update converter classes moving into a module 2013-01-19 23:07:38 +00:00
test_site.rb Move Jekyll::DEFAULTS to Jekyll::Configuration::DEFAULTS 2013-04-12 21:19:20 +02:00
test_tags.rb Move Jekyll::DEFAULTS to Jekyll::Configuration::DEFAULTS 2013-04-12 21:19:20 +02:00