You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
build.rb needs test coverage.
The text was updated successfully, but these errors were encountered: