oren
2009-Aug-18 15:47 UTC
[rspec-users] rake and cucumber fails with ruby-1.9.1-p243 and polyglot 0.2.7
rake and cucumber fails with ruby-1.9.1-p243 and polyglot 0.2.7. (btw, when commenting the require method (polyglot.rb:56) it''s passing) rake spec /opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/polyglot-0.2.7/lib/ polyglot.rb:44:in `load'': Failed to load /home/oren/misc/borderstylo/ code/silica1.9/app/models/mailer using extensions rb, treetop, tt (MissingSourceFile) from /opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/polyglot-0.2.7/lib/ polyglot.rb:60:in `rescue in require'' from /opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/polyglot-0.2.7/lib/ polyglot.rb:57:in `require'' cucumber features Using the default profile... Failed to load features/support/env.rb using extensions rb, treetop, tt Failed to load features/support/env.rb (MissingSourceFile) /opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/polyglot-0.2.7/lib/ polyglot.rb:44:in `load'' Any hints would be great, Thanks
David Chelimsky
2009-Aug-18 16:00 UTC
[rspec-users] rake and cucumber fails with ruby-1.9.1-p243 and polyglot 0.2.7
On Tue, Aug 18, 2009 at 10:47 AM, oren<orengolan at gmail.com> wrote:> rake and cucumber fails with ?ruby-1.9.1-p243 and polyglot 0.2.7. > (btw, when commenting the require method (polyglot.rb:56) it''s > passing) > > rake spec > > /opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/polyglot-0.2.7/lib/ > polyglot.rb:44:in `load'': Failed to load /home/oren/misc/borderstylo/ > code/silica1.9/app/models/mailer using extensions rb, treetop, tt > (MissingSourceFile) > from /opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/polyglot-0.2.7/lib/ > polyglot.rb:60:in `rescue in require'' > from /opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/polyglot-0.2.7/lib/ > polyglot.rb:57:in `require'' > > cucumber features > > Using the default profile... > Failed to load features/support/env.rb using extensions rb, treetop, > tt > Failed to load features/support/env.rb (MissingSourceFile) > /opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/polyglot-0.2.7/lib/ > polyglot.rb:44:in `load'' > > > Any hints would be great, > ThanksCucumber has its own list now. Please submit cucumber questions to http://groups.google.com/group/cukes. Cheers, David