Removed testing option.
This commit is contained in:
parent
3a60d07a24
commit
e5e0af322a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue