Rename Upvote role to Votes

This commit is contained in:
Riyad Preukschas 2012-09-08 02:23:49 +02:00
parent 06c1a8a9ae
commit a2a0060034
6 changed files with 5 additions and 5 deletions

View file

@ -8,6 +8,6 @@ describe MergeRequest do
describe 'modules' do
it { should include_module(IssueCommonality) }
it { should include_module(Upvote) }
it { should include_module(Votes) }
end
end