spine / spine-rails

Spine plugin for Rails
171 stars 38 forks source link

Add tests #41

Open whatyoubendoing opened 11 years ago

zohararad commented 11 years ago

Pushed a first round of specs to a separate branch spine-rails-specs

At the moment I'm only testing the correct inclusion of Spine source in a Rails app.

@benhainez any thoughts on this or ideas for additional tests?

whatyoubendoing commented 11 years ago

@zohararad Looks good, we can merge this in if you like. I have no ideas at this stage, we will need to test the generators at some stage.

zohararad commented 11 years ago

There's a small thorn to this merge.... The Gemfile.lock is quite different than the one in master. I couldnt actually bundle install with the Gemfile.lock on master.

I just hope it won't break things