## Collaboration :heart: It is encouraged by somehow managing to bring a cake to your house. I promise, I will really try. This is a great project to understand language architecture in general. A project to let your free and expressionistic side shine through by leaving meta hacks and rainbows everywhere. Thank you to everyone who do. I strongly believe that this can make the developer job less robotic and more creative. 1. [Fork it](https://github.com/Nedomas/zapata/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request To install, run: ```sh git clone https://github.com/Nedomas/zapata cd zapata bundle exec rake install ``` For specs: 1. ``cd spec/support/rails_test_app && bundle update`` 2. ``cd ../../..`` 3. Run: ```sh bundle exec rspec --pattern "spec/*_spec.rb" ```