test/factories/questions.rb in survey_says-0.0.1 vs test/factories/questions.rb in survey_says-0.0.2

- old
+ new

@@ -1,6 +1,6 @@ Factory.define :question do |s| - s.details 'John' + s.details 'John blah blah blah' s.active true s.position 1 end Factory.define :question_with_questionnaire, :parent => :question do |s| \ No newline at end of file