Conversation
|
Wow, these look great! I'd love to get those tests working – eventually we'd like all the migrators to be tested so we can release with peace-of-mind. What sort of problems were you having when running the tests? |
|
@parkr, thanks for the feedback. I'm more than happy to help add tests for the MT importer. I started looking at decomposing it into smaller pieces, which I think will make it easier to test and easier for people to override individual parts of the importer. I was getting errors under 1.8.7 and 1.9.3 running |
|
Looks like we need to specify an rdoc dependency. If you add a development dependency in the gemspec for rdoc, does this resolve this error? |
|
Once I specify the rdoc dependency I get the following error: If you're able to run tests on master, I'll dig in deeper, otherwise we can fix whatever the issue is off master first. |
|
Getting the same on master at the moment, hmm. I'll dig into it. |
|
Ok, tests are running for me again on master. @mojombo made a bunch of changes and must not have had the time to fix up the tests before he pushed them up. Please rebase on master and |
Replacing _ in base name with - may break old permalinks
With this change dates export as date: '2003-03-04 18:20:00 -0800' instead of: date: 2003-03-04 18:20:00.000000000 -08:00
|
Awesome! Thanks, Ryan. I'll take a look at these later today :-) |
|
This rocks. |
I made a series of tweaks to the Jekyll importer for MovableType:
I'm happy to make any changes you'd like to see for this pull request. I have some tests for the importer stashed presently; I couldn't get
rake testto run on master, so I thought I'd hold off for now.