#425: RSpec not working
------------------------------------+---------------------------------------
 Reporter:  jens.nock...@…          |        Owner:  martinlagarde...@…        
     Type:  defect                  |       Status:  closed                    
 Priority:  major                   |    Milestone:  MacRuby 0.6               
Component:  MacRuby                 |   Resolution:  fixed                     
 Keywords:                          |  
------------------------------------+---------------------------------------
Changes (by mattaimone...@…):

  * status:  reopened => closed
  * resolution:  => fixed


Comment:

 rspec 2 beta seems to now be running.


 {{{
 $ cat test.spec
 #!/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macruby
 require 'rubygems'
 require 'rspec'

 describe "String" do
     it "should be a String" do
       "test".class.should == String
     end
 end
 $ ./test.spec
 .


 Finished in 0.56218 seconds
 1 example, 0 failures

 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/425#comment:16>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to