Update tests to work with Liquid 3
This commit is contained in:
parent
dee4a81b68
commit
6d2f5aee1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue