mastodon/app/models
Matt Jankowski 484c9709b6 Misc spec coverage improvements (#2821)
* Dont use raise_error by itself (avoids warning)

* Add coverage for AccountFilter

* Improve coverage and refactor for Subscription#lease_seconds

* Improve coverage and refactor for NotificationMailer

* Simplify assignment of min/max threshold on subscription
2017-05-05 14:56:00 -04:00
..
concerns Fix Rubocop offences (#2630) 2017-05-01 16:31:02 +02:00
form
web annotate models (#2697) 2017-05-02 02:14:47 +02:00
account.rb More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00
account_filter.rb
application_record.rb
block.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
domain_block.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
export.rb
favourite.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
feed.rb
follow.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
follow_request.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
import.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
media_attachment.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
mention.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
mute.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
notification.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
preview_card.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
remote_follow.rb Coverage for remote follows (#2694) 2017-05-02 00:44:23 +02:00
report.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
report_filter.rb
setting.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
status.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
stream_entry.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
subscription.rb Misc spec coverage improvements (#2821) 2017-05-05 14:56:00 -04:00
tag.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
user.rb Add option to disable two factor auth in admin accounts panel. (#2584) 2017-05-02 21:07:12 +02:00
web.rb