Simple console version of a drawing program
Download project
git clone git@github.com:jcabasc/drawing-tool.git
or you can fork it ;)
Requirements
ruby-2.2.1, git, `bundle` gem.
Install Dependencies
bundle install
You may run tests by running rspec to run the entire suite or rspec spec/*.rb to run a specific file, like:
$ rspec
..
..
Finished in 0.0186 seconds (files took 0.09576 seconds to load)
9 examples, 0 failuresTo run the application, it's just a matter to run rake drawingtool:start and enjoy!