Sha256: cf9c4521c3faf072d973dc49e060b4cbd1fb5386208f456f73ba9fc039f93530
Contents?: true
Size: 641 Bytes
Versions: 2
Compression:
Stored size: 641 Bytes
Contents
-- Clean data from database DELETE FROM `oauth_access_grants`; DELETE FROM `oauth_access_tokens`; DELETE FROM `oauth_applications`; DELETE FROM `users`; -- Setup fixture data INSERT INTO `oauth_applications` VALUES (1,'GDS_SSO integration test','gds-sso-test','secret','http://www.example-client.com/auth/gds/callback','2012-04-19 13:26:54','2012-04-19 13:26:54'); INSERT INTO `users` (id, email, encrypted_password, created_at, updated_at, name, uid, is_admin) VALUES (1,'test@example-client.com','$2a$04$MdMkVFwTq5GLJJkHS8GLIe6dK1.C4ozzba5ZS5Ks2b/NenVsMGGRW','2012-04-19 13:26:54','2012-04-19 13:26:54','Test User','integration-uid', 0);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gds-sso-0.6.1 | spec/fixtures/integration/signonotron2.sql |
gds-sso-0.6.0 | spec/fixtures/integration/signonotron2.sql |