summaryrefslogtreecommitdiff
path: root/db/fixtures/development/010_keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/010_keys.rb')
-rw-r--r--db/fixtures/development/010_keys.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/fixtures/development/010_keys.rb b/db/fixtures/development/010_keys.rb
new file mode 100644
index 00000000000..d17e73db56b
--- /dev/null
+++ b/db/fixtures/development/010_keys.rb
@@ -0,0 +1,8 @@
+Key.seed(:id, [
+ {
+ id: 1,
+ title: "Sample key",
+ key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAiPWx6WM4lhHNedGfBpPJNPpZ7yKu+dnn1SJejgt4596k6YjzGGphH2TUxwKzxcKDKKezwkpfnxPkSMkuEspGRt/aZZ9wa++Oi7Qkr8prgHc4soW6NUlfDzpvZK2H5E7eQaSeP3SAwGmQKUFHCddNaP0L+hM7zhFNzjFvpaMgJw0=",
+ user_id: 1,
+ }
+])