I''ve got a couple of rake tasks that seem to have broken with rspec 1.1.11. http://pastie.org/330719 The trace I''m getting is /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:229:in `files_to_load'': File or directory not found: tc:load (RuntimeError) from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in `each'' from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in `files_to_load'' from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:98:in `run_examples'' from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec.rb:21:in `run'' from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner.rb:191:in `register_at_exit_hook'' from /usr/bin/rake:19 Now I''m not even sure why spec/runner is running these tasks. Any ideas? All best Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20081204/a658f5f8/attachment.html>
HI Andrew I am getting the same problem. I only get it when I install rspec-rails alongside rspec as gems. Did you get a resolution to this problem? Ivor On Thu, Dec 4, 2008 at 10:54 AM, Andrew Premdas <apremdas at gmail.com> wrote:> I''ve got a couple of rake tasks that seem to have broken with rspec 1.1.11. > http://pastie.org/330719 > > The trace I''m getting is > > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:229:in > `files_to_load'': File or directory not found: tc:load (RuntimeError) > from > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in > `each'' > from > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in > `files_to_load'' > from > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:98:in > `run_examples'' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec.rb:21:in `run'' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner.rb:191:in > `register_at_exit_hook'' > from /usr/bin/rake:19 > > Now I''m not even sure why spec/runner is running these tasks. > > Any ideas? > > All best > > Andrew > > > > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
No I don''t think so. I''ll post something when I next try and get the tasks to work 2008/12/17 Ivor Paul <ivorpaul at gmail.com>> HI Andrew > > I am getting the same problem. I only get it when I install > rspec-rails alongside rspec as gems. > > Did you get a resolution to this problem? > > Ivor > > On Thu, Dec 4, 2008 at 10:54 AM, Andrew Premdas <apremdas at gmail.com> > wrote: > > I''ve got a couple of rake tasks that seem to have broken with rspec > 1.1.11. > > http://pastie.org/330719 > > > > The trace I''m getting is > > > > > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:229:in > > `files_to_load'': File or directory not found: tc:load (RuntimeError) > > from > > > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in > > `each'' > > from > > > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in > > `files_to_load'' > > from > > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:98:in > > `run_examples'' > > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec.rb:21:in `run'' > > from > /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner.rb:191:in > > `register_at_exit_hook'' > > from /usr/bin/rake:19 > > > > Now I''m not even sure why spec/runner is running these tasks. > > > > Any ideas? > > > > All best > > > > Andrew > > > > > > > > > > > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20081219/db0d5d6f/attachment.html>
The latest rspec-rails and rspec worked for me. Are you using the remarkable gem? On Fri, Dec 19, 2008 at 3:08 AM, Andrew Premdas <apremdas at gmail.com> wrote:> No I don''t think so. I''ll post something when I next try and get the tasks > to work > > 2008/12/17 Ivor Paul <ivorpaul at gmail.com> > > HI Andrew >> >> I am getting the same problem. I only get it when I install >> rspec-rails alongside rspec as gems. >> >> Did you get a resolution to this problem? >> >> Ivor >> >> On Thu, Dec 4, 2008 at 10:54 AM, Andrew Premdas <apremdas at gmail.com> >> wrote: >> > I''ve got a couple of rake tasks that seem to have broken with rspec >> 1.1.11. >> > http://pastie.org/330719 >> > >> > The trace I''m getting is >> > >> > >> /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:229:in >> > `files_to_load'': File or directory not found: tc:load (RuntimeError) >> > from >> > >> /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in >> > `each'' >> > from >> > >> /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in >> > `files_to_load'' >> > from >> > >> /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:98:in >> > `run_examples'' >> > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec.rb:21:in >> `run'' >> > from >> /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner.rb:191:in >> > `register_at_exit_hook'' >> > from /usr/bin/rake:19 >> > >> > Now I''m not even sure why spec/runner is running these tasks. >> > >> > Any ideas? >> > >> > All best >> > >> > Andrew >> > >> > >> > >> > >> > >> > >> > _______________________________________________ >> > rspec-users mailing list >> > rspec-users at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/rspec-users >> > >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20081219/b16e245e/attachment.html>