Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Co-Authored-By: ashmaroli <ashmaroli@users.noreply.github.com>
  • Loading branch information
DirtyF and ashmaroli committed May 4, 2018
1 parent be25b47 commit 41fa9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_kramdown.rb
Expand Up @@ -20,7 +20,7 @@ class TestKramdown < JekyllUnitTest
"bold_every" => 8,
"css" => :class,
"css_class" => "highlight",
"formatter" => Rouge::Formatters::HTMLLegacy,
"formatter" => ::Rouge::Formatters::HTMLLegacy,
},
},
}
Expand Down

0 comments on commit 41fa9cd

Please sign in to comment.