Ah ok well digging in to this a little more it seems that minitest/
autorun.rb is not getting loaded as "WTF" does not get raised while
running the test. Putting raise "WTF" in minitest/unit.rb does
however. At the end of this message is that stack trace. It seems that
ruby test unit is calling mini test. I was convinced that I was using
rspec so I am not quite sure why test/unit would be called to call
minitest????
/Users/stewartmatheson/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/
minitest/unit.rb:6:in `<top (required)>'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in `block
in require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:227:in
`load_dependency'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/test/
unit.rb:3:in `<top (required)>'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in `block
in require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:227:in
`load_dependency'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
railties-3.0.0/lib/rails/test_help.rb:5:in `<top (required)>'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in `block
in require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:227:in
`load_dependency'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/cucumber-
rails-0.3.1/lib/cucumber/rails/world.rb:10:in `<top (required)>'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in `block
in require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:227:in
`load_dependency'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/cucumber-
rails-0.3.1/lib/cucumber/rails/rspec.rb:1:in `<top (required)>'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in `block
in require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:227:in
`load_dependency'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
activesupport-3.0.0/lib/active_support/dependencies.rb:239:in
`require'
/Users/stewartmatheson/code/rails/london/features/support/env.rb:11:in
`<top (required)>'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/lib/cucumber/rb_support/rb_language.rb:141:in `require'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/lib/cucumber/rb_support/rb_language.rb:141:in
`load_code_file'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/lib/cucumber/step_mother.rb:108:in `load_code_file'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/lib/cucumber/step_mother.rb:100:in `block in
load_code_files'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/lib/cucumber/step_mother.rb:99:in `each'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/lib/cucumber/step_mother.rb:99:in `load_code_files'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/lib/cucumber/cli/main.rb:53:in `execute!'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/lib/cucumber/cli/main.rb:25:in `execute'
/Users/stewartmatheson/.rvm/gems/ruby-1.9.2-p0@london/gems/
cucumber-0.8.5/bin/cucumber:8:in `<main>'
On Oct 12, 11:13 am, aslak hellesoy <
aslak.helle...@gmail.com> wrote:
> > "Cukes" group.> To post to this group, send email
toc...@googlegroups.com.
> > To unsubscribe from this group, send email to>
cukes+un...@googlegroups.com<
cukes%2Bunsu...@googlegroups.com>.
> > For more
>
> ...
>
> read more »