Hi all,

I'm wondering why i got error on this test:

def test_should_be_equal

    hash = { :title => "recipe title",

      :description => "recipe description",

      :serving => 1,
      :directions => "do it"

    }
    recipe_expected = Recipe.new(hash)

    recipe_should_be_equal = Recipe.new(hash)

    assert_equal(recipe_expected, recipe_should_be_equal)
  end

Thanks,

Dida

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ruby-on-rails-programming-with-passion" group.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to