diff options
author | Ben Roberts <ben@thatmustbe.me> | 2017-04-14 20:37:00 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-15 02:37:00 +0200 |
commit | 89707ad0acf87d5982a0aa249db772eb888de026 (patch) | |
tree | 4660f4f6c047df7f6a6efcf3ecf4178d884f5307 /Gemfile | |
parent | 4bebeb27d359c0fab8980b381f4a789055c980c6 (diff) |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |