Sha256: 3a667017dd1399281ae8c93fa2738f60e94be8c11ecf9724d754949937f5ec8f
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
namespace :testing do desc 'Setup test enviroment' task env_setup: :environment do Gaku::User.where(username: 'admin').first_or_create(email: 'admin@gakuengine.com', password: '123456') Gaku::ContactType.where(name: 'email').first_or_create end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gaku_core-0.3.0 | lib/tasks/testing.rake |