jekyll/test
Florian Thomas d213981a24 Fix warnings
This removes the following warnings:

- /lib/jekyll/configuration.rb:151: warning: instance variable @default_config_file not initialized
- /lib/jekyll/converter.rb:12: warning: instance variable @highlighter_prefix not initialized
- /lib/jekyll/converter.rb:24: warning: instance variable @highlighter_suffix not initialized
- /lib/jekyll/converters/markdown.rb:9: warning: instance variable @setup not initialized
- /lib/jekyll/converters/markdown/kramdown_parser.rb:60: warning: instance variable @highlighter not initialized
- /lib/jekyll/frontmatter_defaults.rb:97: warning: shadowing outer local variable - path
- /lib/jekyll/plugin.rb:66: warning: instance variable @safe not initialized
- /lib/jekyll/regenerator.rb:147: warning: instance variable @disabled not initialized
- /test/test_convertible.rb:40: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_filters.rb:154: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_new_command.rb:84: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_site.rb:234: warning: assigned but unused variable - site
- /test/test_site.rb:240: warning: assigned but unused variable - site
- /test/test_site.rb:522: warning: assigned but unused variable - source
- /test/test_tags.rb:153: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_tags.rb:425: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_tags.rb:449: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_tags.rb:496: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_tags.rb:496: warning: instance variable @result not initialized
- /test/test_tags.rb:511: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_tags.rb:773: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_tags.rb:773: warning: instance variable @result not initialized
- /test/test_tags.rb:788: warning: ambiguous first argument; put parentheses or a space even after `/' operator
- /test/test_url.rb:66: warning: shadowing outer local variable - doc
- /lib/jekyll/url.rb:119:in `escape_path': warning: URI.escape is obsolete
2016-03-25 22:03:17 +01:00
..
fixtures Empty permalink now shows an error 2016-01-15 14:40:47 -02:00
safe_glob_test[ Add Utils.safe_glob method 2015-11-19 00:46:46 +13:00
source Renderer#output_ext: honor folders when looking for ext 2016-01-25 15:32:44 -08:00
helper.rb test: add assert_exist and refute_exist 2016-01-18 13:42:03 -08:00
simplecov_custom_profile.rb Move simplecov_custom_profile to test/ & gate with TRAVIS env 2015-03-01 00:36:20 -08:00
test_ansi.rb Fix: #4219: Add CodeClimate Platform. 2015-12-04 11:42:52 -06:00
test_cleaner.rb test: use {assert,refute}_exist everywhere 2016-01-18 13:45:36 -08:00
test_coffeescript.rb test: use {assert,refute}_exist everywhere 2016-01-18 13:45:36 -08:00
test_collections.rb Renderer#output_ext: honor folders when looking for ext 2016-01-25 15:32:44 -08:00
test_command.rb Create #mock_expects that goes directly to RSpec Mocks. 2015-04-14 14:20:55 -05:00
test_commands_serve.rb Fix #3791/#3478 2015-12-04 14:07:07 -06:00
test_configuration.rb Handle empty config files 2015-10-28 22:31:42 +01:00
test_convertible.rb Fix warnings 2016-03-25 22:03:17 +01:00
test_doctor_command.rb test/test_doctor_command.rb: fix test for Doctor.urls_only_differ_by_case 2015-12-14 20:59:52 -08:00
test_document.rb Renderer#output_ext: honor folders when looking for ext 2016-01-25 15:32:44 -08: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 test_excerpt & _page: use Drop instead of Hash to mock payload 2015-12-22 22:37:48 -05:00
test_filters.rb Fix warnings 2016-03-25 22:03:17 +01:00
test_front_matter_defaults.rb Allow quoted date in front matter defaults 2015-11-25 23:18:33 +13:00
test_generated_site.rb test: Slight refactor to doublecheck destination. 2016-01-18 14:08:53 -08:00
test_kramdown.rb Merge pull request #4359 from jekyll/optimize-drop 2016-01-15 15:19:18 -08:00
test_layout_reader.rb Wrap Arguments in () when used in a setter 2015-12-26 12:48:20 -08: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 Fix warnings 2016-03-25 22:03:17 +01:00
test_page.rb Add test for Page#dir in :date/nil modes 2016-01-27 08:44:59 -08:00
test_path_sanitization.rb Jekyll.sanitized_path: sanitizing a questionable path should handle tildes 2016-02-07 17:53:26 -08: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 test: use {assert,refute}_exist everywhere 2016-01-18 13:45:36 -08: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 Fix warnings 2016-03-25 22:03:17 +01:00
test_static_file.rb Wrap Arguments in () when used in a setter 2015-12-26 12:48:20 -08:00
test_tags.rb Fix warnings 2016-03-25 22:03:17 +01:00
test_url.rb Fix warnings 2016-03-25 22:03:17 +01:00
test_utils.rb Fix titleize_slug so already capitalized words are not dropped 2016-02-15 21:22:50 +00:00