Update tests to work with Liquid 3

This commit is contained in:
Pat Hawks 2016-02-02 19:06:10 -08:00
parent dee4a81b68
commit 6d2f5aee1b
No known key found for this signature in database
GPG Key ID: F1746FF5F18B3D1B
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ require 'spec_helper'
describe Jekyll::SeoTag do
subject { Jekyll::SeoTag.new("seo", nil, nil) }
subject { Jekyll::SeoTag.parse("seo", nil, nil, nil) }
before do
Jekyll.logger.log_level = :error