File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 2.1.0]
6
+
7
+ - Use ` ActionMailer::InlinePreviewInterceptor ` to facilitate integration with other gems like premailer (#55 )
8
+ - Move CI from Travis to GitHub Actions
9
+
5
10
## [ 2.0.2]
6
11
7
12
- UI: Hide delivery form if ` allow_delivery ` is false (#54 )
@@ -157,6 +162,7 @@ All notable changes to this project will be documented in this file.
157
162
158
163
- First real usable release :tada :
159
164
165
+ [ 2.1.0 ] : https://github.com/markets/maily/compare/v2.0.2...v2.1.0
160
166
[ 2.0.2 ] : https://github.com/markets/maily/compare/v2.0.1...v2.0.2
161
167
[ 2.0.1 ] : https://github.com/markets/maily/compare/v2.0.0...v2.0.1
162
168
[ 2.0.0 ] : https://github.com/markets/maily/compare/v1.0.0...v2.0.0
Original file line number Diff line number Diff line change 1
1
module Maily
2
- VERSION = "2.0.2 "
2
+ VERSION = "2.1.0 "
3
3
end
Original file line number Diff line number Diff line change 92
92
93
93
email . arguments = [ "asd" ]
94
94
expect ( email . validate_arguments [ 1 ] ) . to match ( /email requires at the most 0 arguments, passed 1/ )
95
- email . arguments = nil
95
+
96
+ email . arguments = nil # reset arguments for future calls
96
97
end
97
98
98
99
it 'emails with arguments required' do
You can’t perform that action at this time.
0 commit comments