summaryrefslogtreecommitdiff
path: root/spec/support/updating_mentions_shared_examples.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-36/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-031-2/+0
| | | | | | | | | `:mailer` is needed to pick it easily, while `type: :mailer` is needed for picking it automatically for tests located in spec/mailers/*_spec.rb It's a bit complicated in spec/services/notification_service_spec.rb but we'll leave it alone for now.
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
|
* DRY up the added update service specs, add two email helpersNick Thomas2016-08-161-0/+32