Skip to content

Commit

Permalink
fix for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 12, 2011
1 parent 7fc5ec0 commit 5d6dd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/ScaffoldingSpec.groovy
Expand Up @@ -8,7 +8,7 @@ class ScaffoldingSpec extends BaseSpec {
exitStatus == 0
output.contains("Running test scaffolding.ItemControllerTests...PASSED")
output.contains("""-------------------------------------------------------
Tests passed: 9
Tests passed: 8
Tests failed: 0
-------------------------------------------------------""")
}
Expand Down

0 comments on commit 5d6dd6b

Please sign in to comment.