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

Merge branch 'eip-develop' into eip-master

parents 941d33ec 244adb10
No related branches found
No related tags found
1 merge request!81Fix the number of searches graph
require 'test_helper' require 'test_helper'
class BadgeGreatQuestionTest < ActionController::TestCase class BadgeGreatQuestionTest < ActionController::TestCase
BRONZE_VOTES = 2 BRONZE_VOTES = 3
SILVER_VOTES = 3 SILVER_VOTES = 5
GOLD_VOTES = 6 GOLD_VOTES = 7
def setup def setup
@post = posts(:question_no_up_votes) @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