Rename Upvote role to Votes
This commit is contained in:
parent
06c1a8a9ae
commit
a2a0060034
6 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ describe Issue do
|
|||
|
||||
describe 'modules' do
|
||||
it { should include_module(IssueCommonality) }
|
||||
it { should include_module(Upvote) }
|
||||
it { should include_module(Votes) }
|
||||
end
|
||||
|
||||
subject { Factory.create(:issue) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue