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.rb
|-- factories
| |-- branch_options.rb
| |-- module_states.rb
| `-- user.rb
|-- fixtures
| |-- roles.yml
| `-- user_sessions.yml
|-- helpers
| |-- perforce_logs_helper_spec.rb
| |-- public_helper_spec.rb
| |-- user_sessions_helper_spec.rb
| `-- users_helper_spec.rb
|-- models
| |-- branch_option_spec.rb
| `-- role_spec.rb
|-- rcov.opts
|-- spec.opts
|-- spec_helper.rb
`-- views
|-- layouts
| |-- public.html.haml_spec.rb
| `-- public_navigation.html.haml_spec.rb
|-- public
| `-- perforcer_strings.html.haml_spec.rb
`-- user_sessions
`-- new.html.haml_spec.rb
Autospec doesn't run the "perforce_logs...spec.rb" files. As shown
here...
a...@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/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.200675 seconds
52 examples, 0 failures
I have other Rails apps where Autospec works fine, just not this one.
thanks
On Nov 20, 9:57 am, David Chelimsky <[email protected]> wrote:
> On Fri, Nov 20, 2009 at 7:25 AM, Andy Koch <[email protected]> wrote:
> > On Nov 19, 10:22 pm, Stephen Eley <[email protected]> wrote:
> > > On Fri, Nov 20, 2009 at 1:02 AM, Andy Koch <[email protected]>
> > 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 refresh it with all new changes, you can hit CTRL-C any
> > > time and it'll start again from scratch.
>
> > > --
> > > Have Fun,
> > > Steve Eley ([email protected])
> > > ESCAPE POD - The Science Fiction Podcast Magazine
> > > http://www.escapepod.org
> > 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".
>
> What are the names and paths to these files?
>
> > autospec (autotest) seems stuck on it's current file list - almost as
> > if it has a file cache somewhere that isn't getting refreshed
>
> RSpec maintains no cache for this. Autotest does maintain a temporary cache
> (of sorts), but CTRL-C has always worked for me to refresh it.
>
> _______________________________________________
> rspec-users mailing list
> [email protected]http://rubyforge.org/mailman/listinfo/rspec-users
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users