Just curious if anyone is running DeepTest with rspec 1.2.6. I can't even do
a '$ rake -T' on the deep-test repo at git://github.com/qxjit/deep-test.git

When I try to run deep_test using their provided rspec example at
http://github.com/qxjit/deep-test it blows up and produces the following:
Warning: DeepTest will run before(:all) and after(:all) blocks for *every*
test that is run.  To remove this warning either convert all before/after
blocks to each blocks or set $show_deep_test_all_block_warning to false
[DeepTest] Started DeepTest service at druby://0.0.0.0:6969

Finished in 0.013916 seconds

0 examples, 0 failures
/opt/local/lib/ruby/gems/1.8/gems/deep_test-1.2.2/lib/deep_test/spec/runner.rb:30:in
`examples_to_run': wrong number of arguments (0 for 1) (ArgumentError)
        from
/opt/local/lib/ruby/gems/1.8/gems/deep_test-1.2.2/lib/deep_test/spec/runner.rb:30:in
`send'
        from
/opt/local/lib/ruby/gems/1.8/gems/deep_test-1.2.2/lib/deep_test/spec/runner.rb:30:in
`process_work_units'
        from
/opt/local/lib/ruby/gems/1.8/gems/deep_test-1.2.2/lib/deep_test/spec/runner.rb:30:in
`map'
        from
/opt/local/lib/ruby/gems/1.8/gems/deep_test-1.2.2/lib/deep_test/spec/runner.rb:30:in
`process_work_units'
        from
/opt/local/lib/ruby/gems/1.8/gems/deep_test-1.2.2/lib/deep_test/process_orchestrator.rb:22:in
`run'
        from
/opt/local/lib/ruby/gems/1.8/gems/deep_test-1.2.2/lib/deep_test/process_orchestrator.rb:4:in
`run'
        from
/opt/local/lib/ruby/gems/1.8/gems/deep_test-1.2.2/lib/deep_test/spec/runner.rb:24:in
`run'
        from
/opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in
`run_examples'
        from
/opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in
`run'
        from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to