Bjørn Erik Pedersen
6 years ago
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with
1 additions and
1 deletions
-
.gitignore
-
resources/testhelpers_test.go
|
|
@ -20,5 +20,6 @@ dock.sh |
|
|
|
GoBuilds |
|
|
|
dist |
|
|
|
|
|
|
|
resources/sunset.jpg |
|
|
|
|
|
|
|
vendor |
|
|
@ -102,7 +102,6 @@ func newTestResourceOsFs(assert *require.Assertions) *Spec { |
|
|
|
|
|
|
|
fs := hugofs.NewFrom(hugofs.Os, cfg) |
|
|
|
fs.Destination = &afero.MemMapFs{} |
|
|
|
fs.Source = afero.NewBasePathFs(hugofs.Os, workDir) |
|
|
|
|
|
|
|
s, err := helpers.NewPathSpec(fs, cfg, nil) |
|
|
|
assert.NoError(err) |
|
|
|