REFACTOR: Migrate markdown functionality in ES6

This commit is contained in:
Robin Ward
2016-06-14 14:31:51 -04:00
parent bc25d9a7a0
commit a546395397
146 changed files with 3259 additions and 5675 deletions

View File

@ -369,6 +369,7 @@ describe Post do
end
it "finds links from HTML" do
expect(post_two_links.link_count).to eq(2)
end