Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3199
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!feeder.news-service.com!feeds.phibee-telecom.net!talisker.lacave.net!lacave.net!not-for-mail |
|---|---|
| From | Mike RegistrationErr <xandrani@gmail.com> |
| Newsgroups | comp.lang.ruby |
| Subject | assert_name doesn't exist as a function? |
| Date | Tue, 19 Apr 2011 20:04:42 -0500 |
| Organization | Service de news de lacave.net |
| Lines | 28 |
| Message-ID | <0b400c83ed884b0303d1f4a910bbf476@ruby-forum.com> (permalink) |
| NNTP-Posting-Host | bristol.highgroove.com |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | talisker.lacave.net 1303261660 9462 65.111.164.187 (20 Apr 2011 01:07:40 GMT) |
| X-Complaints-To | abuse@lacave.net |
| NNTP-Posting-Date | Wed, 20 Apr 2011 01:07:40 +0000 (UTC) |
| X-Received-From | This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway |
| X-Mail-Count | 381880 |
| X-Ml-Name | ruby-talk |
| X-Rubymirror | Yes |
| X-Ruby-Talk | <0b400c83ed884b0303d1f4a910bbf476@ruby-forum.com> |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.ruby:3199 |
Show key headers only | View raw
The script (test.rb): == START == require 'rubygems' require 'firewatir' include Test::Unit include Test::Unit::Assertions include Test::Unit::TestCase assert_same "hello", "hello" == END == doesn't seem to work. It says: test.rb:8: undefined method `assert_same' for main:Object (NoMethodError) Surely the includes include this method? I am new to ruby. Googling just brings up billions of irrelevant results. The more I google the more confusion occurs. If someone can just give me a quick heads up to what is wrong then I can sort this out. Thanks! -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar | Unroll thread
assert_name doesn't exist as a function? Mike RegistrationErr <xandrani@gmail.com> - 2011-04-19 20:04 -0500
Re: assert_name doesn't exist as a function? Mike RegistrationErr <xandrani@gmail.com> - 2011-04-19 20:15 -0500
Re: assert_name doesn't exist as a function? Brian Candler <b.candler@pobox.com> - 2011-04-20 03:45 -0500
Re: assert_name doesn't exist as a function? 7stud -- <bbxx789_05ss@yahoo.com> - 2011-04-20 12:21 -0500
Re: assert_name doesn't exist as a function? Brian Candler <b.candler@pobox.com> - 2011-04-20 15:38 -0500
csiph-web