YES!!
that was it...
[~/gits/perforcer]
a...@hst-26-147 (master)->mv spec/controllers/
perforce_logs_controller_spec.rb spec/controllers/
perforce_controller_spec.rb
[~/gits/perforcer]
a...@hst-26-147 (master)->autospec
loading autotest/rails_rspec
/opt/local/bin/ruby /opt/local/lib/ruby/gems/1
On Fri, Nov 20, 2009 at 1:35 PM, Andy Koch wrote:
>
> Autospec doesn't run the "perforce_logs...spec.rb" files. As shown
> here...
Random theory: try renaming the files temporary to remove the word
"log" from the name. I'm wondering if it might be a wildcard matcher
somewhere in the chain that
Hi David,
I think it's standard directory structure...
a...@hst-26-147 (master)->tree spec/
spec/
|-- controllers
| |-- perforce_logs_controller_spec.rb
| |-- public_controller_spec.rb
| |-- user_sessions_controller_spec.rb
| |-- user_sessions_routing_spec.rb
| `-- users_controller_spec
On Fri, Nov 20, 2009 at 7:25 AM, Andy Koch wrote:
> On Nov 19, 10:22 pm, Stephen Eley wrote:
> > On Fri, Nov 20, 2009 at 1:02 AM, Andy Koch
> wrote:
> >
> > > I have a project where autospec is not adding new files to it's test
> > > list.
> >
> > Autotest (which autospec is really just a wrapp
Yes, unfortunately that's the problem I'm experiencing.
Ctl-C isn't refreshing to find the new files. I stop completely and
restart and still no luck. I've added (for a Rails app) a new
controller and helper spec file and they only run if I "spec ..." or
"rake spec".
autospec (autotest) seems s
On Fri, Nov 20, 2009 at 1:02 AM, Andy Koch wrote:
>
> I have a project where autospec is not adding new files to it's test
> list.
Autotest (which autospec is really just a wrapper around) builds its
file list when it initializes. After that its looping is pretty
specific.
If you want to refres
Hi,
I have a project where autospec is not adding new files to it's test
list.
When I run 'rake spec' it finds and runs the spec files.
Wondering if there is a cache file that autospec is using?
I've searched for an answer, while I've learned lots of interesting
other tidbits - no answer to wha