jasonlong / geo_pattern

Create beautiful generative geometric background images from a string.
http://jasonlong.github.io/geo_pattern/
MIT License
1.25k stars 88 forks source link

Install all of the gems for the test script #49

Closed tarebyte closed 9 years ago

tarebyte commented 9 years ago

This deal with #48 when you run the test script you are only install the rake gem. Which is why the CI is failing.

tarebyte commented 9 years ago

The tests are working, rubocop is complaining about offenses 😄

tarebyte commented 9 years ago

@jasonlong if you want I can fix them in this PR, it seems a little out of scope though

maxmeyer commented 9 years ago

The bundle install is done via rake. So rake needs to be installed.

tarebyte commented 9 years ago

Alrighty then

maxmeyer commented 9 years ago

Fixed by #50

maxmeyer commented 9 years ago

Thought using rake would be a good idea to have everything at one place :smile:.