Rakefile in jenkins_pipeline_builder-0.5.1 vs Rakefile in jenkins_pipeline_builder-0.5.2

- old
+ new

@@ -67,6 +67,6 @@ puts 'Generating class diagram from the dot file...' `dot jenkins_api_client.dot -Tpng -o jenkins_api_client_class_diagram.png` end end -task default: [:unit_tests, :rubocop] +task default: [:spec, :rubocop]