Commit 8ff84101607bfb6b44b222c415b2934b2a89a5c2
1 parent
9a82580e
Exists in
staging
and in
4 other branches
updating modules
Showing
3 changed files
with
2 additions
and
3 deletions
Show diff stats
plugins/proposals_discussion
public/proposal-app
test/unit/api/articles_test.rb
... | ... | @@ -442,7 +442,6 @@ class ArticlesTest < ActiveSupport::TestCase |
442 | 442 | assert_equal user.person, Article.last.last_changed_by |
443 | 443 | end |
444 | 444 | |
445 | -<<<<<<< HEAD | |
446 | 445 | should 'vote for an article' do |
447 | 446 | article = fast_create(Article, :profile_id => user.person.id, :name => "Some thing") |
448 | 447 | params[:value] = 1 | ... | ... |