From 89707ad0acf87d5982a0aa249db772eb888de026 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Fri, 14 Apr 2017 20:37:00 -0400 Subject: 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 --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index d1a1e3234..101b842c0 100644 --- a/Gemfile +++ b/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 -- cgit