[rspec-users] autospec not detecting new files
Andy Koch
andy.koch at pc-doctor.com
Fri Nov 20 15:27:00 EST 2009
YES!!
that was it...
[~/gits/perforcer]
andy at hst-26-147 (master)->mv spec/controllers/
perforce_logs_controller_spec.rb spec/controllers/
perforce_controller_spec.rb
[~/gits/perforcer]
andy at hst-26-147 (master)->autospec
loading autotest/rails_rspec
/opt/local/bin/ruby /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.9/bin/
spec --autospec spec/models/role_spec.rb spec/controllers/
public_controller_spec.rb spec/views/layouts/
public_navigation.html.haml_spec.rb spec/helpers/public_helper_spec.rb
spec/views/layouts/public.html.haml_spec.rb spec/controllers/
users_controller_spec.rb spec/controllers/
user_sessions_routing_spec.rb spec/controllers/
user_sessions_controller_spec.rb spec/models/branch_option_spec.rb
spec/controllers/perforce_controller_spec.rb spec/helpers/
users_helper_spec.rb spec/views/user_sessions/new.html.haml_spec.rb
spec/helpers/user_sessions_helper_spec.rb -O spec/spec.opts
No server is running
Running specs locally:
.....................................................
Finished in 2.381309 seconds
53 examples, 0 failures
OK, that's a gotcha learned, thanks
On Nov 20, 10:53 am, Stephen Eley <sfe... at gmail.com> wrote:
> On Fri, Nov 20, 2009 at 1:35 PM, Andy Koch <andy.k... at pc-doctor.com> 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 overenthusiastically ignores log files.
>
> (If so, that's still an annoying glitch that needs to be fixed, but at
> least you'll have identified it.)
>
> You might also try another tool; I haven't tried this one yet -- I
> intend to -- but it appears to be more configurable:http://github.com/mynyml/watchr/
>
> --
> Have Fun,
> Steve Eley (sfe... at gmail.com)
> ESCAPE POD - The Science Fiction Podcast Magazine
> http://www.escapepod.org
> _______________________________________________
> rspec-users mailing list
> rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users
More information about the rspec-users
mailing list