Removed testing option.

This commit is contained in:
Martin Edenhofer 2014-11-01 11:57:02 +01:00
parent 3a60d07a24
commit e5e0af322a

View file

@ -317,7 +317,7 @@ curl http://localhost/api/v1/getting_started.json -v -u #{login}:#{password}
private
def setup_done
return false
#return false
count = User.all.count()
done = true
if count <= 2