lib/fulmar/domain/service/config_test_service.rb in fulmar-1.7.2 vs lib/fulmar/domain/service/config_test_service.rb in fulmar-1.7.3
- old
+ new
@@ -31,10 +31,10 @@
end
end
end
def test_project_name_exists
- if @config.configuration[:project][:name].blank?
+ if @config.project.name.blank?
add_report 'Project is missing a name', :warning
end
end
def test_hostnames_in_ssh_config