testWriteTo
| destination framework |
self skip.
self flag: "Should learn how to use gitBridge."
destination := FileSystem memory root.
framework := MicCSSProvider forCSSNamed: MicCSSProvider defaultFramework.
framework writeTo: destination.
self assert: (destination allChildrenMatching: '*.css') size equals: 1
@jecisc I will need a bit of help on this one. It should be simple for you.
I want to learn how to use gitBridge
@jecisc I will need a bit of help on this one. It should be simple for you.
I want to learn how to use gitBridge