.. |
fixtures
|
Load config file from within current theme-gem (#7304)
|
2018-10-28 06:08:32 -04:00 |
safe_glob_test[
|
Add Utils.safe_glob method
|
2015-11-19 00:46:46 +13:00 |
source
|
Re-implement handling Liquid blocks in excerpts (#7250)
|
2018-11-04 14:02:00 -05:00 |
helper.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
simplecov_custom_profile.rb
|
Enforce Style/FrozenStringLiteralComment. (#6265)
|
2017-08-03 21:27:32 -04:00 |
test_ansi.rb
|
fix incorrectly passed arguments to assert_equal (#7134)
|
2018-07-15 16:11:45 -04:00 |
test_cleaner.rb
|
Enforce Style/FrozenStringLiteralComment. (#6265)
|
2017-08-03 21:27:32 -04:00 |
test_coffeescript.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_collections.rb
|
fix incorrectly passed arguments to assert_equal (#7134)
|
2018-07-15 16:11:45 -04:00 |
test_command.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_commands_serve.rb
|
fix incorrectly passed arguments to assert_equal (#7134)
|
2018-07-15 16:11:45 -04:00 |
test_commands_serve_servlet.rb
|
Add support for `*.xhtml` files (#6854)
|
2018-08-25 06:07:28 -04:00 |
test_configuration.rb
|
Bump RuboCop to v0.61.x (#7401)
|
2018-12-05 11:21:48 -05:00 |
test_convertible.rb
|
Disable Liquid via front matter (#6824)
|
2018-07-13 12:12:49 -04:00 |
test_data_reader.rb
|
Add a quick test for DataReader (#6284)
|
2017-08-10 16:27:14 -04:00 |
test_doctor_command.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_document.rb
|
Bump RuboCop to v0.61.x (#7401)
|
2018-12-05 11:21:48 -05:00 |
test_drop.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_entry_filter.rb
|
Security: fix `include` bypass of `EntryFilter#filter` symlink check (#7226)
|
2018-09-07 15:17:55 -04:00 |
test_excerpt.rb
|
Re-implement handling Liquid blocks in excerpts (#7250)
|
2018-11-04 14:02:00 -05:00 |
test_excerpt_drop.rb
|
Fix tests to have "expected value" as the first argument passed to `assert_equal` (#7104)
|
2018-07-09 11:10:35 -05:00 |
test_filters.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_front_matter_defaults.rb
|
Bump RuboCop to v0.61.x (#7401)
|
2018-12-05 11:21:48 -05:00 |
test_generated_site.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_kramdown.rb
|
Cache converted markdown (#7159)
|
2018-10-02 04:07:08 -04:00 |
test_layout_reader.rb
|
Only read layouts from source_dir or theme_dir (#6788)
|
2018-11-18 06:54:32 -05:00 |
test_liquid_extensions.rb
|
fix incorrectly passed arguments to assert_equal (#7134)
|
2018-07-15 16:11:45 -04:00 |
test_liquid_renderer.rb
|
Enforce Style/FrozenStringLiteralComment. (#6265)
|
2017-08-03 21:27:32 -04:00 |
test_log_adapter.rb
|
Allow `yield` to logger methods & bail early on no-op messages (#6315)
|
2017-08-18 12:45:23 -04:00 |
test_new_command.rb
|
feat: enhance --blank scaffolding (#7310)
|
2018-10-12 06:57:45 -04:00 |
test_page.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_page_without_a_file.rb
|
Interpolate Jekyll::Page subclass on inspection (#7203)
|
2018-08-29 13:20:52 -04:00 |
test_path_sanitization.rb
|
Strip extra slashes via `Jekyll.sanitized_path` (#7182)
|
2018-09-24 13:27:44 -04:00 |
test_plugin_manager.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_post_reader.rb
|
Skip processing posts that can not be read (#7302)
|
2018-10-19 11:35:42 -04:00 |
test_regenerator.rb
|
Bump Rubocop to v0.59.0 (#7237)
|
2018-09-09 18:14:46 -04:00 |
test_related_posts.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_sass.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_site.rb
|
Load config file from within current theme-gem (#7304)
|
2018-10-28 06:08:32 -04:00 |
test_site_drop.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |
test_static_file.rb
|
Bump RuboCop to v0.61.x (#7401)
|
2018-12-05 11:21:48 -05:00 |
test_tags.rb
|
Drop support for pygments as syntax-highlighter (#7118)
|
2018-09-27 08:29:46 -04:00 |
test_theme.rb
|
Raise when theme root directory is not available (#6455)
|
2017-10-28 11:34:38 -04:00 |
test_theme_assets_reader.rb
|
Enforce Style/FrozenStringLiteralComment. (#6265)
|
2017-08-03 21:27:32 -04:00 |
test_url.rb
|
Enforce Style/FrozenStringLiteralComment. (#6265)
|
2017-08-03 21:27:32 -04:00 |
test_utils.rb
|
Fix Rubocop offences in test files (#7128)
|
2018-07-12 10:21:23 -04:00 |