Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generator specs clean up after themselves. #3353

Merged
merged 1 commit into from
Mar 12, 2018
Merged

Commits on Mar 12, 2018

  1. Generator specs clean up after themselves.

    I was having issues running the generator specs because I got permission
    denied errors for the tmpdir that was being used in the spec for
    engine_generator_multiple_resources.
    
    I then noticed that the other specs use a relative path inside the core/
    directory for the temporary directory.
    
    I've switched the spec to do this and also added an after which cleans
    up after the test ensuring no extra files or folders are left lying
    around on the file system.
    parndt committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    87beb00 View commit details
    Browse the repository at this point in the history