Autospec doesn't pick up my plugin specs

'ello list,

I’m trying to develop a plugin with rspec, but I can’t seem to get
autospec to watch my spec files. I’ve used the rspec_plugin to create
my plugin, so I have a spec directory with a pending step in it. Do I
need to adjust autospec’s mapping somewhere? And if so, how? :slight_smile:

thanks!
bartz

On 8-jan-2009, at 10:50, Bart Z. wrote:

'ello list,

I’m trying to develop a plugin with rspec, but I can’t seem to get
autospec to watch my spec files. I’ve used the rspec_plugin to
create my plugin, so I have a spec directory with a pending step in
it. Do I need to adjust autospec’s mapping somewhere? And if so,
how? :slight_smile:

Never mind, figured it out. I needed to run autospec from the root of
my plugin, not the root of my rails project…