Merge branch 'cache/harvests' of github.com:Br3nda/growstuff into cache/harvests

This commit is contained in:
Brenda Wallace
2019-12-27 19:50:52 +13:00

View File

@@ -18,7 +18,7 @@ describe PhotosController, :search do
it "finds photos" do
expect(assigns(:photos).size).to eq 1
expect(assigns(:photos).first.id).to eq photo.id
expect(assigns(:photos).first.id).to eq photo.id
end
end