summaryrefslogtreecommitdiff
path: root/spec/support/notify_shared_examples.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
|
* Use `:empty_project` where possible in mailer specsRobert Speicher2017-03-271-1/+1
|
* Miscellaneous cleanup of Notify shared examplesRobert Speicher2017-03-211-56/+64
|
* Remove the 'custom subject suffix' spec from a shared exampleRobert Speicher2017-03-211-10/+0
| | | | | | This one-off test case is covered in the Notify mailer spec, so there was no benefit in testing it every time this shared example was referenced.
* Move the `a new user email` shared example to the Emails::Profile specRobert Speicher2017-03-211-14/+0
| | | | | | | This shared example was only used by this spec so having it in a separate file provided no benefit, at the cost of clarity. This also reduces the three `it` blocks into a single test with `aggregate_failures`.
* Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-131-1/+16
| | | | | - allows unsubscription processing of email in format "reply+%{key}+unsubscribe@acme.com" (example) - if config.address includes %{key} and replies are enabled every unsubscriable message will include mailto: link in its List-Unsubscribe header
* Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (73 commits) Stop unauthized users dragging on issue boards Capitalize Git Add docker-compose environment initialization command Improve readability and add specs for label filtering Improve label filtering implementation Allow the use of params[:name] when filtering labels Fix Rubocop offenses in issue move specs Add spec in Issues::MoveService to fix label assignment regression Fix bug where labels would be assigned to issues that were moved Fix `User#to_reference` Fix rubocop build error Remove redundant class_name and foreign_key overrides Enable SingleLinePerSelector in scss-lint Escape ref and path for relative links (!6050) Add failing test for #21420 Enable SpaceAfterVariableColon in scss-lint Enable SpaceAroundOperator in scss-lint Enable trailingWhitespace in scss-lint Disable Rails/Output cop since it makes no sense here Use File.write instead of File.open + File#write ...
* Move spec/mailers/shared/notify.rb to spec/supportJared Ready2016-10-221-0/+200