Skip to content

Commit

Permalink
remove invalid call to isFresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Bjornskov committed Dec 2, 2015
1 parent e41d990 commit aeaf60d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/Tacker/Loader/CacheLoaderSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function it_reloads_config_when_resources_change_in_debug($resource, $loader, $r
$this->setCacheDir(sys_get_temp_dir() . '/tacker');

$resources->all()->willReturn(array($resource));
$resource->isFresh(Argument::any())->willReturn(false);

$loader->load('debug.json')->willReturn(array('hello' => 'world'))
->shouldBeCalledTimes(2);
Expand Down

0 comments on commit aeaf60d

Please sign in to comment.