rename tests to obsolete
This commit is contained in:
10
tests_obsolete/vendor/ceedling/lib/file_system_wrapper.rb
vendored
Normal file
10
tests_obsolete/vendor/ceedling/lib/file_system_wrapper.rb
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
class FileSystemWrapper
|
||||
|
||||
def cd(path)
|
||||
FileUtils.cd path do
|
||||
yield
|
||||
end
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user