From d2f6fb7811404271b21b21cbcc8c59f3e7770a3e Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 3 Jan 2014 14:51:13 +0100 Subject: [PATCH] fix documentation for dashboard unit tests Signed-off-by: Emilien Macchi --- spec/classes/privatecloud_dashboard_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/privatecloud_dashboard_spec.rb b/spec/classes/privatecloud_dashboard_spec.rb index 1e7116ae..75573786 100644 --- a/spec/classes/privatecloud_dashboard_spec.rb +++ b/spec/classes/privatecloud_dashboard_spec.rb @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. # -# Unit tests for os_dashboard +# Unit tests for privatecloud::dashboard class # require 'spec_helper'