Skip to content

Commit

Permalink
Update test.md
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored Sep 11, 2024
1 parent 4a10493 commit 0a24f26
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/delivery_methods/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Test Delivery Method

Saves deliveries for testing.

## Usage

```ruby
class CommentNotification
deliver_by :test
end
```

```ruby
Noticed::DeliveryMethods::Test.deliveries #=> []
```

0 comments on commit 0a24f26

Please sign in to comment.