changelog shortlog tags changeset file revisions annotate raw

spec/helpers/products_helper_spec.rb

revision 18: b97ed3573af2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spec/helpers/products_helper_spec.rb	Mon Mar 10 10:39:23 2008 +0900
@@ -0,0 +1,11 @@
+require File.dirname(__FILE__) + '/../spec_helper'
+
+describe ProductsHelper do
+  
+  #Delete this example and add some real ones or delete this file
+  it "should include the ProductHelper" do
+    included_modules = self.metaclass.send :included_modules
+    included_modules.should include(ProductsHelper)
+  end
+  
+end