jekyll/test
Parker Moore 567a7952dd
test/helper: fix flaky plugin path test by initializing Configuration::DEFAULTS at start of tests
If we do a Dir.chdir before Configuration::DEFAULTS is initialized, then its source and destination values will not be what we expect.
We expect that Dir.pwd should stay as the root of the repo but there are some errant calls to Dir.chdir without a block that are still
not yet cleaned up.
2017-01-16 16:25:09 -05:00
..
fixtures Add test to ensure that the /assets theme reader doesn't clobber preexisting site files. 2016-09-20 13:12:34 -07:00
safe_glob_test[ Add Utils.safe_glob method 2015-11-19 00:46:46 +13:00
source Merge pull request #5611 from XhmikosR/https 2016-11-29 15:50:29 -08:00
helper.rb test/helper: fix flaky plugin path test by initializing Configuration::DEFAULTS at start of tests 2017-01-16 16:25:09 -05:00
simplecov_custom_profile.rb Rubocop fixes for test/simplecov_custom_profile.rb 2016-05-16 19:26:53 -05:00
test_ansi.rb Rubocop test cleanups for #4885 2016-05-16 19:26:53 -05:00
test_cleaner.rb Shortening messages to keep things down to one line where possible 2016-05-16 19:31:43 -05:00
test_coffeescript.rb Shortening messages to keep things down to one line where possible 2016-05-16 19:31:43 -05:00
test_collections.rb fix tests 2016-11-29 13:37:10 +01:00
test_command.rb Rubocop test cleanups for #4885 2016-05-16 19:26:53 -05:00
test_commands_serve.rb default site.url in dev environment to `http://localhost:4000` 2016-10-04 20:38:46 +02:00
test_configuration.rb Add vendor/gems to the list of excluded & do some refactoring. 2016-11-09 09:42:26 -08:00
test_convertible.rb tests: Typo fixes. 2016-07-18 21:20:47 +03:00
test_doctor_command.rb tests: Typo fixes. 2016-07-18 21:20:47 +03:00
test_document.rb Use `assert_nil` instead of `assert_equal nil` 2016-12-10 11:31:04 -06:00
test_drop.rb Imitate fetch method instead of creating real Hash object 2016-07-06 11:20:37 +03:00
test_entry_filter.rb add and use 'skip_if_windows' helper method 2016-11-04 09:20:46 +05:30
test_excerpt.rb Switch to `https` when possible. 2016-11-29 23:39:23 +02:00
test_excerpt_drop.rb Commit failing test for lack of certain excerpt drop properties. 2016-07-07 13:34:10 -07:00
test_filters.rb Merge pull request #5513 from thiagoarrais/5415-group_by_exp-filter 2016-12-09 16:01:21 -08:00
test_front_matter_defaults.rb Use `assert_nil` 2017-01-05 17:08:04 -06:00
test_generated_site.rb Increased number of posts in test_generated_site to account for special chars test 2016-11-27 07:59:56 -05:00
test_kramdown.rb Fix rubocop offenses on master. 2016-06-28 22:08:06 -07:00
test_layout_reader.rb Aligning hashes per 2caff75 2016-05-16 19:48:04 -05:00
test_liquid_extensions.rb Rubocop fixes for test/test_liquid_extensions.rb 2016-05-16 19:26:53 -05:00
test_liquid_renderer.rb Rubocop: use %r for all regular expressions. 2016-06-02 17:08:21 -07:00
test_log_adapter.rb Moving .with down one line 4x times 2016-05-16 19:59:13 -05:00
test_new_command.rb test bundle install and skipping it. 2016-09-13 08:52:54 +05:30
test_page.rb Use `assert_nil` instead of `assert_equal nil` 2016-12-10 11:31:04 -06:00
test_path_sanitization.rb Skip Windows tests in non-Windows environment. 2016-09-24 21:55:02 +08:00
test_plugin_manager.rb update require_gems test 2016-08-07 21:01:09 +02:00
test_rdiscount.rb Aligning hashes per 2caff75 2016-05-16 19:48:04 -05:00
test_redcarpet.rb Aligning hashes per 2caff75 2016-05-16 19:48:04 -05:00
test_regenerator.rb tests: Typo fixes. 2016-07-18 21:20:47 +03:00
test_related_posts.rb Appease Rubocop 2016-09-19 13:15:02 -05:00
test_sass.rb Rubocop fixes for test/test_sass.rb 2016-05-20 21:23:29 -05:00
test_site.rb create orphan files with touch method 2016-11-05 16:03:30 +05:30
test_static_file.rb Use `assert_nil` instead of `assert_equal nil` 2016-12-10 11:31:04 -06:00
test_tags.rb clean unit-test-names 2016-11-28 23:09:53 +05:30
test_theme.rb Use `assert_nil` instead of `assert_equal nil` 2016-12-10 11:31:04 -06:00
test_theme_assets_reader.rb Add test to ensure that the /assets theme reader doesn't clobber preexisting site files. 2016-09-20 13:12:34 -07:00
test_url.rb Dates are _the worst_ 2016-11-11 16:30:53 -08:00
test_utils.rb Fix rubocop errors & add one more test for slugify 'ascii' mode (#4680) 2016-09-07 17:50:14 -07:00