Fix up the whitespace.

Remove an extra blank line and fix another whitespace error pointed out
by git diff
This commit is contained in:
Matt Rogers 2013-02-25 13:21:41 -06:00
parent 5a9c20983d
commit d58859570d
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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