Adding hashtag model
This commit is contained in:
parent
6471a548fe
commit
62292797ec
11 changed files with 60 additions and 9 deletions
3
spec/fabricators/tag_fabricator.rb
Normal file
3
spec/fabricators/tag_fabricator.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
Fabricator(:tag) do
|
||||
name "MyString"
|
||||
end
|
5
spec/models/tag_spec.rb
Normal file
5
spec/models/tag_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Tag, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue