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:
Ben Roberts 2017-04-14 20:37:00 -04:00 committed by Eugen
parent 4bebeb27d3
commit 89707ad0ac
4 changed files with 95 additions and 0 deletions

View file

@ -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