appease rubocop

This commit is contained in:
Frank Taillandier 2017-07-14 19:39:05 +02:00
parent fdf081a2b2
commit 8dc1719b81
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ require "open-uri"
gemspec
gem 'github-pages', group: :jekyll_plugins
gem "github-pages", :group => :jekyll_plugins

View File

@ -213,7 +213,7 @@ RSpec.describe Jekyll::SeoTag::Drop do
end
context "with no descriptions" do
let(:page_meta) { { "description"=> nil, "excerpt" => nil } }
let(:page_meta) { { "description" => nil, "excerpt" => nil } }
let(:config) { { "description"=> nil } }
it "uses returns nil" do