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
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 5 additions, 0 deletionsGemfile.lock
- spec/views/accounts/show.html.haml_spec.rb 67 additions, 0 deletionsspec/views/accounts/show.html.haml_spec.rb
- spec/views/stream_entries/show.html.haml_spec.rb 22 additions, 0 deletionsspec/views/stream_entries/show.html.haml_spec.rb
... | ... | @@ -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 | ||
... | ... |
spec/views/accounts/show.html.haml_spec.rb
0 → 100644
Please register or sign in to comment