(PDOC-9) Switch to metadata.json for test module

Prior to this commit, the test module used in testing was using
a Modulefile rather than metadata.json. Switch to metadata.json
instead since Modulefile is deprecated and was causing a deprecation
warning during acceptance testing.
This commit is contained in:
Hailee Kenney 2014-10-06 10:21:58 -07:00
parent ee6997cd24
commit aea5c9537f
2 changed files with 6 additions and 10 deletions

View File

@ -1,10 +0,0 @@
name 'username-test'
version '0.1.0'
source ''
author 'username'
license 'Apache 2.0'
summary ''
description ''
project_page ''
dependency 'puppetlabs/stdlib'

View File

@ -0,0 +1,6 @@
{
"name": "username-test",
"version": "0.0.1",
"author": "username",
"license": "Apache 2.0"
}