joshfrench / rakismet

Easy Akismet and TypePad AntiSpam integration for Rails
MIT License
355 stars 46 forks source link

Turn off rakismet in tests #26

Closed arashm closed 11 years ago

arashm commented 11 years ago

Is it possible to turnoff rakismet in tests so that it wouldn't connect to akismet for real, and just return what I explicitly want?

joshfrench commented 11 years ago

Hi Arash! Have you thought about using something like WebMock to stub requests in test mode? It's a better solution than anything I would write for Rakismet :)