From 9e203e4cc1e3869988ca700d327762a296267478 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 3 Jan 2013 22:43:54 +0000 Subject: [PATCH] Testing product status is added on the element class --- app/views/catalog/index.rhtml | 2 +- test/functional/catalog_controller_test.rb | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/views/catalog/index.rhtml b/app/views/catalog/index.rhtml index d600a0f..bdfec1c 100644 --- a/app/views/catalog/index.rhtml +++ b/app/views/catalog/index.rhtml @@ -27,7 +27,7 @@ <% status << 'not-available' if !product.available %> <% status << 'highlighted' if product.highlighted %> -
  • +