rspec with line_number option doesn't find examples with jruby - Maybe more 
general issue with backtraces?
----------------------------------------------------------------------------------------------------------

                 Key: JRUBY-3092
                 URL: http://jira.codehaus.org/browse/JRUBY-3092
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.4
         Environment: rspec-1.1.3? -> rspec-1.1.11
            Reporter: Lenny Marks
            Assignee: Thomas E Enebo
         Attachments: linenumber_spec.rb

With rspec-1.1.11 and jruby-1.4

#linenumber_spec.rb
describe "line number" do
    it "should be example one" do
       true.should be_true
    end
    it "should be another example" do
       true.should be_true
    end
end

 > jruby-1.1.4/bin/jruby $GEM_HOME/bin/spec -l 2 $HOME/tmp/ 
linenumber_spec.rb


Finished in 0.013457 seconds

0 examples, 0 failures



 > ruby $GEM_HOME/bin/spec -l 2 $HOME/tmp/linenumber_spec.rb
.

Finished in 0.006864 seconds

1 example, 0 failures

-lenny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to