From a1383bac2c4c5939bc117aff8d45497be4690638 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 6 Feb 2008 14:54:39 +0000 Subject: [PATCH] ActionItem34: adding a somewhat dummy test since we need to have one --- test/functional/environment_design_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/environment_design_controller_test.rb b/test/functional/environment_design_controller_test.rb index 04193ad..bcd127c 100644 --- a/test/functional/environment_design_controller_test.rb +++ b/test/functional/environment_design_controller_test.rb @@ -11,7 +11,7 @@ class EnvironmentDesignControllerTest < Test::Unit::TestCase @response = ActionController::TestResponse.new end - should 'have tests' do - flunk 'add some real test here' + should 'indicate only actual blocks as such' do + assert(@controller.available_blocks.all? {|item| item.new.is_a? Block}) end end -- libgit2 0.21.2