Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dooling committed Mar 6, 2017
1 parent 66c6564 commit 8757600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .atomist/tests/NewRugProject.rt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ then
and fileContains "README.md" "[![Slack Status](https://join.atomist.com/badge.svg)](https://join.atomist.com)"
and { !result.fileContains("README.md", "### NewRugProject") }
and { !result.fileContains("README.md", "ruggery") }
and fileContains "README.md" "[rug]: http://docs.atomist.com/"
and fileContains "README.md" "## Support"
and fileContains "README.md" "## Development"
and fileContains "README.md" { "---\nCreated by [Atomist][atomist]." }
Expand Down Expand Up @@ -81,6 +82,7 @@ then
and fileContains "README.md" "[![Slack Status](https://join.atomist.com/badge.svg)](https://join.atomist.com)"
and { !result.fileContains("README.md", "### NewRugProject") }
and { !result.fileContains("README.md", "ruggery") }
and fileContains "README.md" "[rug]: http://docs.atomist.com/"
and fileContains "README.md" "## Support"
and fileContains "README.md" "## Development"
and fileContains "README.md" { "---\nCreated by [Atomist][atomist]." }
Expand Down

0 comments on commit 8757600

Please sign in to comment.