From 62292797eccc5bcf47abae9f4daaa2c186660644 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 4 Nov 2016 19:12:59 +0100 Subject: Adding hashtag model --- spec/fabricators/tag_fabricator.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spec/fabricators/tag_fabricator.rb (limited to 'spec/fabricators') 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 -- cgit