diminish7 / rave

A Google Wave robot client framework for Ruby
http://github.com/diminish7/rave
MIT License
62 stars 8 forks source link

Rename spec files to follow standards #22

Closed bil-bas closed 14 years ago

bil-bas commented 14 years ago

RSpec files should be renamed:

/spec/model/test.rb => /spec/models/spec.rb

However, whenever I tried this, even using 'git mv' or TortoiseGit 'rename', the history was lost.

I've rolled back and recommited everything without the filename changes, but I think this would be worth doing if we can do it safely.

diminish7 commented 14 years ago

Looks like it is keeping the history, but the diff is showing everything different when you rename a file. Which sort of makes sense, I guess, if the diff is diff'ing files, not git history. Anyway, my main concern was keeping history, so I'm fine with the diff the way it is.