[MacRuby-devel] [MacRuby] #425: RSpec not working

MacRuby ruby-noreply at macosforge.org
Wed Jul 21 00:43:39 PDT 2010


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

  * 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/>



More information about the MacRuby-devel mailing list