Skip to content

Commit

Permalink
Revert changes made to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Apr 30, 2020
1 parent a6f932e commit 7b57b47
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/test_site.rb
Expand Up @@ -595,11 +595,7 @@ def convert(*_args)

should "set a theme if the config is a string" do
[:debug, :info, :warn, :error].each do |level|
if level == :info
expect(Jekyll.logger.writer).to receive(level)
else
expect(Jekyll.logger.writer).not_to receive(level)
end
expect(Jekyll.logger.writer).not_to receive(level)
end
site = fixture_site("theme" => "test-theme")
assert_instance_of Jekyll::Theme, site.theme
Expand Down

0 comments on commit 7b57b47

Please sign in to comment.