Integrate test process with Rspec and Cucumber in a plugin using Desert
Posted
by Romain Endelin
on Stack Overflow
See other posts from Stack Overflow
or by Romain Endelin
Published on 2009-04-30T14:46:52Z
Indexed on
2010/05/11
18:04 UTC
Read the original article
Hit count: 306
Hello, I'm developing some rails plugins with desert, and I would like to use tests with RSpec and Cucumber in the development. RSpec is integrated by default in Desert plugins, but it gives me some bugs. Finally I have created a minimal application which use my plugin, and I try to test it like a normal application without plugin. But I dislike that solution, the plugin lost its modularity, and RSpec still returns me some bugs (he can't find the models/views/controllers located in the plugin...). So am I the only one who try to test a Desert plugin (or even in a classic plugin) ? May anyone know those matters and get a solution ?
© Stack Overflow or respective owner