mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Eliminating migrator tests (in this repo).
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
require 'helper'
|
||||
require 'jekyll/migrators/wordpress'
|
||||
require 'htmlentities'
|
||||
|
||||
class TestWordpressMigrator < Test::Unit::TestCase
|
||||
should "clean slashes from slugs" do
|
||||
test_title = "blogs part 1/2"
|
||||
assert_equal("blogs-part-1-2", Jekyll::WordPress.sluggify(test_title))
|
||||
end
|
||||
end
|
||||
@@ -1,9 +0,0 @@
|
||||
require 'helper'
|
||||
require 'jekyll/migrators/wordpressdotcom'
|
||||
|
||||
class TestWordpressDotComMigrator < Test::Unit::TestCase
|
||||
should "clean slashes from slugs" do
|
||||
test_title = "blogs part 1/2"
|
||||
assert_equal("blogs-part-1-2", Jekyll::WordpressDotCom.sluggify(test_title))
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user