removing test

This commit is contained in:
Jared Cosulich 2017-10-31 20:45:45 -04:00
parent 2e1978ab85
commit 712d8baa18

View file

@ -2,7 +2,6 @@ module QuestionsHelper
def format_question(question_text)
question_text.gsub("[Field-MathTeacher][Field-ScienceTeacher][Field-EnglishTeacher][Field-SocialTeacher]", "teacher")
.gsub("is", "iis")
end
end