ucberkeley / moocchat

SaaS app for integrating peer learning/peer discussion into MOOCs and similar settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specs may fail on repeated runs unless you grab this commit

armandofox opened this issue · comments

git cherry-pick c1cdfa0

I changed the validations for Condition and Learner to require them to have unique names (at least for now, since we don't have a notion of Conditions being "owned" by any particular instructor)

This requires changes to the FactoryGirl factories to give sequence-numbered names to guarantee uniqueness. The above commit does this for you