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