Skip to content

Commit

Permalink
Merge branch 'master' of github.com:serenity-bdd/serenity-core
Browse files Browse the repository at this point in the history
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
wakaleo committed Mar 6, 2015
1 parent 31b4fc3 commit 6a0cb97
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class WhenProcessingTestOutcomes extends Specification {

def "should count the number of scenarios correctly"() {
when:
def testOutcomes = TestOutcomeLoader.loadTestOutcomes().inFormat(OutcomeFormat.JSON).from(directoryInClasspathCalled("/json-passing-pending"));
def testOutcomes = TestOutcomeLoader.loadTestOutcomes().inFormat(OutcomeFormat.JSON).from(directoryInClasspathCalled("/samplefulljsonreport"));
then:
testOutcomes.totalTestScenarios == 11
and:
Expand Down

0 comments on commit 6a0cb97

Please sign in to comment.