torquebox / torquespec

Integration testing with TorqueBox
Apache License 2.0
17 stars 10 forks source link

Incompatible with rspec 2.13 #6

Closed AndreasWurm closed 10 years ago

AndreasWurm commented 11 years ago

Torquespec is not compatible with rspec 2.13, rspec 2.5 seems to work. Im using torquespec 0.6 and torquebox 3.x.incremental.1659.

remote_describe "foo" do
  it "bar" do
    1.should == 2
  end
end
NoMethodError: undefined method `pending_fixed?' for #<Exception: expected: 2
     got: 1 (using ==)>
   pending_fixed? at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/formatters/base_text_formatter.rb:251
    dump_failures at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/formatters/base_text_formatter.rb:24
             each at org/jruby/RubyArray.java:1617
  each_with_index at org/jruby/RubyEnumerable.java:920
    dump_failures at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/formatters/base_text_formatter.rb:22
         __send__ at org/jruby/RubyBasicObject.java:1703
             send at org/jruby/RubyKernel.java:2209
           notify at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/reporter.rb:98
             each at org/jruby/RubyArray.java:1617
           notify at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/reporter.rb:97
           finish at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/reporter.rb:81
           report at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/reporter.rb:36
              run at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/command_line.rb:25
              run at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:80
          autorun at /usr/local/rvm/gems/jruby-1.7.4/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17