jekyll/test
Ducksan Cho a168edae45 Add Utils.safe_glob method
which works the same way as Dir.glob but seperating the input
into two parts ('dir' + '/' + 'pattern') to make sure
the first part('dir') does not act as a pattern.
2015-11-19 00:46:46 +13:00
..
fixtures Remove trailing whitespace 2015-02-22 20:27:15 +09:00
safe_glob_test[ Add Utils.safe_glob method 2015-11-19 00:46:46 +13:00
source Make _includes directory configurable; closes #2684 2015-08-09 16:20:58 +01:00
helper.rb Rename incremental regeneration flag 2015-10-26 14:20:44 -07:00
simplecov_custom_profile.rb Move simplecov_custom_profile to test/ & gate with TRAVIS env 2015-03-01 00:36:20 -08:00
test_cleaner.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_coffeescript.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_collections.rb collections: posts as collection 2015-10-26 00:29:14 -07:00
test_command.rb Create #mock_expects that goes directly to RSpec Mocks. 2015-04-14 14:20:55 -05:00
test_configuration.rb collections: posts as collection 2015-10-26 00:29:14 -07:00
test_convertible.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_document.rb Fix test warnings when doing rake {test,spec} or script/test 2015-10-29 15:18:19 -05:00
test_entry_filter.rb Merge pull request #3545 from delftswa2014/site_extract_readers 2015-03-23 19:53:07 -07:00
test_excerpt.rb collections: posts as collection 2015-10-26 00:29:14 -07:00
test_filters.rb filters: `where` should compare stringified versions of input & comparator 2015-08-25 23:00:58 -07:00
test_front_matter_defaults.rb collections: posts as collection 2015-10-26 00:29:14 -07:00
test_generated_site.rb generated site tests: put the static file mod time through a date filter 2015-04-14 11:52:26 -07:00
test_kramdown.rb Fix #3371 - kramdown:syntax_highlighter should automatically take value of highlighter 2015-10-31 23:58:49 +00:00
test_layout_reader.rb Use rspec-mock instead of rr 2015-03-06 20:13:07 -05:00
test_liquid_extensions.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_liquid_renderer.rb Add byte counter 2015-06-07 16:49:22 +00:00
test_log_adapter.rb Trim trailing whitespace. 2015-10-30 21:57:14 +02:00
test_new_command.rb collections: posts as collection 2015-10-26 00:29:14 -07:00
test_page.rb Separated some more readers from the main reader.rb file. 2015-03-06 17:20:25 +01:00
test_path_sanitization.rb Use rspec-mock instead of rr 2015-03-06 20:13:07 -05:00
test_plugin_manager.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_rdiscount.rb Add support for JRuby, it was easier than assumed. 2015-05-15 07:10:22 -05:00
test_redcarpet.rb Fix: #3738; Move code wrapper from div to figure. 2015-06-10 15:20:44 -05:00
test_regenerator.rb Fix #4075: Make sure that .jekyll-metadata is not generated when not needed. 2015-10-29 15:44:38 -05:00
test_related_posts.rb collections: posts as collection 2015-10-26 00:29:14 -07:00
test_sass.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_site.rb Document: only superdirectories of the collection are categories 2015-11-04 15:18:02 +07:00
test_static_file.rb Adapt StaticFile for collections, config defaults 2015-06-29 19:58:27 -04:00
test_tags.rb Document: only superdirectories of the collection are categories 2015-11-04 15:18:02 +07:00
test_url.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_utils.rb Add Utils.safe_glob method 2015-11-19 00:46:46 +13:00