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

Add tests #7

Open
jakkn opened this issue Mar 26, 2017 · 1 comment
Open

Add tests #7

jakkn opened this issue Mar 26, 2017 · 1 comment

Comments

@jakkn
Copy link
Owner

jakkn commented Mar 26, 2017

build.rb needs test coverage.

@jakkn
Copy link
Owner Author

jakkn commented Apr 22, 2017

Challenging due to build.rb manipulating the file system. FakeFS seemed at first to be the right approach, but the scope of FakeFS is lost for system calls because FakeFS only replaces File and FileUtils for the running ruby thread. As long as Rake commands are issued along the lines of system "rake", "--rakefile", "pack.rake" this approach will not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant