Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 295 Bytes

File metadata and controls

19 lines (14 loc) · 295 Bytes

Exercise

This is an exercise to write a formatter that takes a string splits it into words and prints these words to a file based on the template file provided.

Running the tests

You will need to install rspec

gem install rspec

Then run:

rspec formatter_spec.rb