about summary refs log tree commit diff
path: root/spec/fabricators/sharekey_fabricator.rb
blob: 9e346603a43d312f54bfc19032d2744046b03937 (plain) (blame)
1
2
3
4
Fabricator(:sharekey) do
  status nil
  key    "MyString"
end