Skip to content

Commit

Permalink
Extended first test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlegendi committed Jun 8, 2012
1 parent 2085864 commit 665b6f2
Showing 1 changed file with 13 additions and 0 deletions.
Expand Up @@ -159,5 +159,18 @@ class ReportingOutputUnitSpecTest extends Specification {
e0.msg must be_==("The ScalaTest API should")
}
}

"where the second element" in {
val e1 = reversedOutputStack(1)

"must be at the 1st indentation level" in {
e1.lvl must be_==(1)
}

"must contain the proper 'should' declaration" in {
e1.msg must be_==("have the Runner.doRunRunRunDaDoRunRun() because it's funny")
}
}

}
}

0 comments on commit 665b6f2

Please sign in to comment.