From d58859570d571310b6d92dcd757a897b7d8a5069 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 25 Feb 2013 13:21:41 -0600 Subject: [PATCH] Fix up the whitespace. Remove an extra blank line and fix another whitespace error pointed out by git diff --- lib/jekyll/site.rb | 3 +-- test/test_site.rb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index bc6330ec..74ebd112 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -100,8 +100,7 @@ module Jekyll end end - # Internal: Setup the plugin search path - # + # Internal: Setup the plugin search path # # Returns an Array of plugin search paths def plugins_path diff --git a/test/test_site.rb b/test/test_site.rb index 5c3c0c74..64cc8437 100644 --- a/test/test_site.rb +++ b/test/test_site.rb @@ -11,7 +11,7 @@ class TestSite < Test::Unit::TestCase site = Site.new(Jekyll::DEFAULTS.merge({'source' => source_dir})) assert_equal [File.join(source_dir, '_plugins')], site.plugins end - + should "have an array for plugins if passed as a string" do site = Site.new(Jekyll::DEFAULTS.merge({'plugins' => '/tmp/plugins'})) assert_equal ['/tmp/plugins'], site.plugins