Skip to content

Commit

Permalink
Fix test issue with copying stub file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunty committed Jul 8, 2017
1 parent d1d6595 commit 529e70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/CigarCliSpec.php
Expand Up @@ -26,7 +26,7 @@
});

it('fails if given bad URLs to check', function() {
$process = new Process('cd spec && cp .cigar.fail.json .cigar.json && ../bin/cigar');
$process = new Process('cd spec && cp stubs/.cigar.fail.json .cigar.json && ../bin/cigar');
$process->run();

expect($process->getExitCode())->toBe(1);
Expand Down

0 comments on commit 529e70a

Please sign in to comment.