add basic microformats tests (#1803)
as suggested, moving to view tests rather than a controller test replaces https://github.com/tootsuite/mastodon/pull/1786 which i will close momentary
This commit is contained in:
parent
4bebeb27d3
commit
89707ad0ac
4 changed files with 95 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -72,6 +72,7 @@ end
|
|||
group :test do
|
||||
gem 'capybara'
|
||||
gem 'faker'
|
||||
gem 'microformats2'
|
||||
gem 'rails-controller-testing'
|
||||
gem 'rspec-sidekiq'
|
||||
gem 'simplecov', require: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue