Skip to content

Commit

Permalink
Fix spec that broke in 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Jul 22, 2016
1 parent b50bbd4 commit 65985c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/formatter/use_the_junit_formatter.feature
Expand Up @@ -41,7 +41,7 @@ Feature: Use the JUnit formatter
// skipped
function it_does_some_incompatible_things()
{
throw new \PhpSpec\Exception\Example\SkippingException();
throw new \PhpSpec\Exception\Example\SkippingException('skipped');
}
}
Expand Down

0 comments on commit 65985c3

Please sign in to comment.