Support for MDTest

This commit is contained in:
Robin Ward
2013-09-11 15:52:37 -04:00
parent 3d647a4b41
commit f27413219e
64 changed files with 4082 additions and 131 deletions

View File

@@ -184,7 +184,7 @@ describe PostAnalyzer do
end
it "ignores code" do
post_analyzer = PostAnalyzer.new("@Jake <code>@Finn</code>", default_topic_id)
post_analyzer = PostAnalyzer.new("@Jake `@Finn`", default_topic_id)
post_analyzer.raw_mentions.should == ['jake']
end