AutoCommit Mon Jun 8 22:03:14 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-06-08 22:03:14 +02:00
parent 18021fb502
commit cc2ab28d16
11 changed files with 83 additions and 9 deletions

11
spec/factories/keys.rb Normal file
View File

@@ -0,0 +1,11 @@
FactoryGirl.define do
factory :key do
uuid "MyString"
expire "2015-06-08 21:32:56"
parent ""
type 1
user_id 1
is_valid false
end
end