about summary refs log tree commit diff
path: root/spec/fabricators
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-04 19:12:59 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-04 19:12:59 +0100
commit62292797eccc5bcf47abae9f4daaa2c186660644 (patch)
treefb324996024317abc9605015845f7467508d5d73 /spec/fabricators
parent6471a548feadf34d65fb96660f958bf808331c8f (diff)
Adding hashtag model
Diffstat (limited to 'spec/fabricators')
-rw-r--r--spec/fabricators/tag_fabricator.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/fabricators/tag_fabricator.rb b/spec/fabricators/tag_fabricator.rb
new file mode 100644
index 000000000..d83040990
--- /dev/null
+++ b/spec/fabricators/tag_fabricator.rb
@@ -0,0 +1,3 @@
+Fabricator(:tag) do
+  name "MyString"
+end