Testing, Attachment Fu, and Restful Authentication 10

Posted by mikong on June 18, 2008

You’re writing a test that involves photo uploading. You use the fixture_file_upload method to generate the data of your :uploaded_data field. Running the test that includes creating a photo object, you get an error:

  wrong number of arguments (0 for 1)

  /vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:line=351 :in 'content_type'
  /vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:line=351 :in 'send'
  /vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:line=351 :in 'attachment_attributes_valid?'
  ...

The error means you called the content_type method of your object with no arguments, when it was expecting 1. It was expecting 1, even though content_type should have been an attribute reader method with no arguments.

Why?

Because when you generated the users_controller_spec.rb using the generator of the Restful Authentication plugin, the comment said you should move the include AuthenticatedTestHelper to spec_helper.rb. And you did. And the AuthenticatedTestHelper module defines a content_type method with 1 argument that gets added to the Object class.

And this is why some people warn you about monkey patching.

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. ENRIQUE Fri, 25 Jun 2010 22:42:40 UTC

    Pillspot.org. Canadian Health&Care.Special Internet Prices.No prescription online pharmacy.Pillspot.org.< b > < a href=”http://pillspot.org/products/vitamins_herbal_supplements/ Vitamins@buy.online” >.< /a >…

    Categories: Anxiety/Sleep Aid.Anti-allergic/Asthma.Antibiotics.Antiviral.Weight Loss.Vitamins/Herbal Supplements.Womens Health.Eye Care.Mental HealthAntidepressants.Pain Relief.Blood Pressure/Heart.Stop SmokingMens Health.Stomach.Skin Care.Antidia…

  2. JUAN Wed, 21 Jul 2010 17:55:58 UTC

    < blockquote >< a href=”http://medicamentspot.com/”>MedicamentSpot.com. Canadian Health&Care.Best quality drugs.No prescription online pharmacy.Special Internet Prices. Low price pills. Order pills online< /a >…

    Buy:Propecia.Maxaman.Cialis Professional.Cialis Soft Tabs.Cialis.Tramadol.Viagra Professional.Viagra Super Force.Levitra.Cialis Super Active+.Soma.Zithromax.VPXL.Viagra.Super Active ED Pack.Viagra Super Active+.Viagra Soft Tabs….

  3. cabinet Sun, 29 Aug 2010 10:12:26 UTC

    cabinet http://yfotos4g0yek.05KIAPARTS.US/tag/Removing Cabinets cabinet removing/ : Removing…

    cabinet…

  4. Homedics Sun, 29 Aug 2010 10:31:10 UTC
  5. Van Sun, 29 Aug 2010 10:56:08 UTC
  6. Windows Sun, 29 Aug 2010 21:20:47 UTC
  7. battery Sun, 29 Aug 2010 21:35:14 UTC
  8. lanco Sun, 29 Aug 2010 22:01:20 UTC
  9. Screen Mon, 30 Aug 2010 01:00:45 UTC
  10. PSP Mon, 30 Aug 2010 01:57:20 UTC
Comments