Skip to content
Snippets Groups Projects
Commit d948a7b3 authored by Taico Aerts's avatar Taico Aerts
Browse files

Update vote counts in test

parent 5b8be178
No related branches found
No related tags found
No related merge requests found
require 'test_helper'
class BadgeGreatQuestionTest < ActionController::TestCase
BRONZE_VOTES = 2
SILVER_VOTES = 3
GOLD_VOTES = 6
BRONZE_VOTES = 3
SILVER_VOTES = 5
GOLD_VOTES = 7
def setup
@post = posts(:question_no_up_votes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment