email_spec 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,297 +0,0 @@
1
- == 2.0.0 2015-01-15
2
-
3
- * Upgraded to RSpec 3.1 (Daniel Doubrovkine)
4
- * Remove integration of Delayed Job (@jeroenvandijk)
5
- * Better coverage for `#reply_to` (@akshayrawat)
6
- * Decode encoded links (@deadlyicon)
7
- # Add Ruby 2.1.0 to Travis (@salimane)
8
- * Upgraded Rspec and Cucumber (@dblock)
9
- * Don't assume Rspec is always available (@myobie)
10
- * Fix unread emails for cached deliverys (@thickpaddy)
11
- * Better link matching with regexp (@ronaldsalas)
12
- * Signal non backwards compatible release with version 2.0.0 (@etagwerker)
13
- * Upgraded mail dependency (@etagwerker)
14
- * Better documentation for new Rspec syntax (@etagwerker)
15
- * Updated Travis configuration to solve broken builds (@schmierkov)
16
- * Fixed Rspec warnings and removed rails_generators from repo (@mauro-oto)
17
- * Added coverage for links surrounded by tags (@mauro-oto)
18
-
19
- == 1.6.0 2014-05-27
20
-
21
- * New RSpec matcher API support (Morton Jonuschat)
22
- * Turnip Doc updates (Joshua Muheim)
23
- * Use Mail#destination for picking recipients (Lukasz Strzalkowski)
24
- * Emails deliver to nobody when perform_deliveries is set to false (Sean Griffin)
25
-
26
- == 1.5.0 2013-07-22
27
-
28
- * Upgraded use of Capybara to avoid deprecation warnings.
29
- * Upgraded use of RSpec to deal with new expect API (Thomas Drake-Brockman)
30
-
31
- === New features
32
- * visit_in_email now works for emails that are not the current_email (Ernesto Tagwerker)
33
- * emails can be found based on :from field (John Cant)
34
-
35
- === Bug fixes
36
- * Emails that are not found when clicking a link now raise an exception. (Adam Berlin & Alex Kramer)
37
-
38
- == 1.4.0 2012-10-30
39
-
40
- * removed jeweler in favor of just using bundler for all gem management.
41
-
42
- === New features
43
- * MiniTest support! See README for documentation. (Mike Moore)
44
-
45
- == 1.3.0 2011-04-07
46
-
47
- Many thanks to Derek Hammer and George Ardeleanu who both spontaneously cleaned up various parts of the project
48
- and helped get the release out the door. Yay opensoruce!
49
-
50
- === New features
51
- * Launchy is now used to open up the email viewer. (Matt Burke)
52
- * Email Viewer now works in Rails 3 (Woody Peterson)
53
- * Email Viewer now works with UTF-8. (Woody Peterson)
54
- * Documentation for email matchers. (Derek Hammer)
55
-
56
- == 1.2.1 2011-06-20
57
-
58
- === Bugfixes
59
- * find_email now allows with_subject and with_text to be either a String or Regexp. Issue #67. (Curtis Miller)
60
-
61
- == 1.2.0 2011-06-16
62
-
63
- === New features
64
- * [he|she] options for steps. (Dan Croak)
65
- * cc_to RSpec matcher. (Arie on github)
66
- * Check both html and text parts of multipart emails in Cucumber step. (Charles Barbier)
67
- * delivery_method is not set by email_spec to allow for SMTP (e.g. MockSMTP) delivery (Donald Piret)
68
-
69
- === Bugfixes
70
- * delivered_to matcher now compares both sender name and email address. (Jason Garber)
71
- * find_email now matches with_subject and with_text containing text with regex sensitive characters. Issue #31. (Curtis Miller)
72
- * current_email_address to work outside of the context of Cucumber. (Szymon Przybył)
73
-
74
- == 1.1.1 2010-12-29
75
- * Require "action_mailer" to avoid deprecation warnings. (Ryan Bigg)
76
- * Relaxes pessimistic version dependency on RSpec. (GH-41 Dan Pickett)
77
-
78
- == 1.1.0 2010-12-20
79
-
80
- === Bugfixes
81
- * anchor tags are no longer ignored when clicking links in emails (Anders Törnqist and Nicklas Ramhöj)
82
- * set_current_email handles cases where To to blank but may contain CC, or BCC recipients (Murray Steele)
83
- * Doc fixes (Florent Guilleux)
84
-
85
-
86
- == 1.0 2010-07-31 Rails 3.0 Release
87
- This release makes email-spec compatible with Rails 3 and RSpec 2.x.
88
-
89
- IMPORTANT: As of 1.0 email-spec is no longer backwards compatible wit Rails 2.x. I will be maintaining a 0.6
90
- branch on github/rubygems for Rails 2 compatibility if anyone wants new features backported.
91
-
92
- This was truly a community effort and I appreciate all of time and effort donated by those involved. Specifically:
93
- * Maxim Chernyak for the initial conversion work to Rails 3
94
- * Tim Harper for ironing out various matcher bugs
95
- * Patrick Muldoon for doing a fantastic job of cleaning up the features and specs. He also fixed the
96
- DelayedJob support and worked through all the bundler issues the project was facing.
97
-
98
- === Bugfixes
99
- * Further checks for older DelayedJob versions to fix compatibility issues. (Andrea Longhi and others)
100
-
101
- == 0.6.2 2010-03-21
102
-
103
- === New features
104
- * New reply_to matcher. (David Balatero)
105
-
106
- == 0.6.1 2010-03-17
107
-
108
- === New features
109
- * Ability to click image links via the image alt tag. (Tim Harper)
110
-
111
- == 0.6.0 2010-03-05
112
-
113
- === New features
114
- * Ability to open a list of attachments on an email (with corresponding steps and EmailViewer support). (Kieran Pilkington)
115
-
116
- === Bugfixes
117
- * Spelling mistake in steps. (Ben Mabey)
118
- * Delayed Job background processor fixes
119
- * Narrow delayed job collisions with other apps defining Delayed constant. (Kieran Pilkington)
120
- * Fix compatibility with earlier versions of DelayedJob (Michael Baumgarten and Kieran Pilkington)
121
-
122
- === Changes
123
- * Deprecated steps were removed. (Kieran Pilkington)
124
-
125
- === Bugfixes
126
-
127
- == 0.5.0 2010-02-22
128
-
129
- === New features
130
- * "should receive <x> emails with subject <the_subject>" step definition (Balint Erdi)
131
- * "should receive an email with the following body:" step definition (Ben Mabey)
132
- * Debugging steps that tie into EmailViewer: (Ben Mabey)
133
- * "save and open current email"
134
- * "save and open all text emails"
135
- * "save and open all html emails"
136
- * "save and open all raw emails"
137
-
138
- === Bugfixes
139
- * Gracefully handle cases where emails do not have a 'to' value. (Kieran Pilkington)
140
-
141
- === Bugfixes
142
-
143
- == 0.4.0 2010-01-07
144
-
145
- === New features
146
- * Added support for action_mailer_cache_delivery plugin. (Dan Dofter)
147
- You must use the fork at: http://github.com/liangzan/action_mailer_cache_delivery
148
-
149
- === Bugfixes
150
- * be_delivered_from matcher now compares both sender name and email address. (Dan Dofter)
151
-
152
- == 0.3.8 2009-12-23
153
-
154
- === Bugfixes
155
- * Guard against cc and bcc fields being nil for ActionMailer. (Piotr Sarnacki)
156
-
157
- == 0.3.7 2009-12-17
158
-
159
- === New features
160
- * Matchers are now Ruby 1.9 compatible. (John Dewey)
161
-
162
- == 0.3.6 2009-12-16
163
-
164
- === New features
165
- * Cucumber steps for be_delivered_from, have_header matchers. (Joseph Holsten)
166
- * Explicit regular expression steps. i.e. "I should see /foo/ in the email body" (Joseph Holsten)
167
-
168
- == 0.3.5 2009-09-30 The Pony Release!
169
-
170
- === New features
171
- * Support for Pony mailer library. (Rob Holland)
172
-
173
- == 0.3.4 2009-09-26
174
-
175
- === Bugfixes
176
- * Typo and logic fixes for DeliverFrom matcher. (Yury Kotlyarov)
177
-
178
- == 0.3.3 2009-09-18
179
-
180
- === New features
181
- * DeliverFrom matcher. i.e. email.should deliver_from(blah) or email.should be_delivered_from(blah) (Diego Carrion)
182
-
183
- == 0.3.2 2009-09-10
184
-
185
- === New features
186
- * Support for delayed_job. (Kieran Pilkington)
187
-
188
- == 0.3.1 2009-08-19
189
- This release is a general refactoring of the steps and helpers.
190
- The example rails app was also updated to use the lateset rails and webrat. It also takes advantages
191
- and the newer step definistions including the new third-person forms.
192
-
193
- Some of the generated steps are being removed in favor of some of the newer ones. The older ones
194
- will remain until 0.4.0 but will issue deprecation warnings.
195
-
196
- Big shoutout to Kieran Pilkington who did the majority of work for this release.
197
-
198
- == 0.3.0 2009-08-13
199
-
200
- === New features
201
- * New helper #last_email_address which returns the last address used by email-spec for that scenario. (Ben Mabey)
202
- * Steps now support third person language. (Kieran P)
203
- * "[email] should receive ... " now supports "an" instead of just an integer. (Kieran Pilkington)
204
- With these changes, the following is now possible:
205
-
206
- Then "jack@example.com" should receive an email
207
- When they open the email
208
- Then they should see "Account has been created" in the subject
209
-
210
- * Additional default steps (Balint Erdi)
211
- * Then /^I should not receive any emails?$/
212
- * When %r{^"([^"]*?)" opens? the email$} do |address|
213
-
214
- === Bugfixes
215
-
216
- == 0.2.1 2009-5-29
217
-
218
- === New Features
219
- * BCC RSpec matcher. (Josh Nichols)
220
-
221
- === Bugfixes
222
- * Include BCCed and CCed messsages in the mailbox. (Jakub Kosiński)
223
-
224
- == 0.2.0 2009-6-08
225
- No changes. Bumping version for RubyForge release.
226
-
227
-
228
- == 0.1.4 2009-5-29
229
-
230
- === Bugfixes
231
- * Require deliveries in the helpers so it doesn't blow up with RSpec. (Craig Webster)
232
-
233
- == 0.1.3 2009-4-15
234
-
235
- === Bugfixes
236
- * Fixed regular expressions in genertaed steps. (Ben Mabey)
237
- * World semantics changed in cucumber (0.2.3.2), email_spec now uses the new API. (Hector Morales)
238
-
239
- == 0.1.2 2009-4-05
240
-
241
- === New features
242
- === Bugfixes
243
- * Actually added the renamed generators to the gem so people could use it! D'oh! (Ben Mabey)
244
- * You can either use "./script generate email_spec" or "rubigen rails email_spec"
245
- * Removed Rake tasks from example application to prevent conflicts when used as a plugin. (Ben Mabey)
246
-
247
- == 0.1.1 2009-3-26
248
- === New features
249
- * Switched dir structure over to support rubigen. (Dr. Nic)
250
-
251
- === Bugfixes
252
-
253
- == 0.1.0 2009-3-25
254
- === New features
255
- * Change Rakefile to run all specs and features, as well as prepare the db (Mischa Fierer)
256
- * Allow for array to be passed into deliver_to matcher. (Diego Carrion)
257
- * Added matcher for checking if a collision of emails includes an email with a particular subject (Luke Melia, Noah Davis)
258
- * Introduced hook to convert objects to email addresses (Luke Melia and Lee Bankewitz)
259
-
260
- This allows you, in your step matcher, to say something like:
261
- maillbox_for(some_user)
262
-
263
- Use it in your cucumber env.rb like so:
264
-
265
- EmailSpec::AddressConverter.instance.conversion do |input|
266
- if input.is_a?(User)
267
- input.email
268
- else
269
- input
270
- end
271
- end
272
-
273
- === Bugfixes
274
- * Revert parse_email_for_link helper method to allow for text links as well as explicit link finding. (Mischa Fierer)
275
- * Isolated variances between using email-spec with an ARMailer project. (Luke Melia)
276
-
277
-
278
- == 0.0.9 2009-2-15
279
- === New features
280
- * have_body_text, have_header matchers (Luke Melia)
281
- * EmailViewer - opens all sent emails in a given scenario when the environment variables are set. (Luke Melia)
282
- * Added compatibility with using ARMailer in test mode. (Luke Melia)
283
- === Bugfixes
284
- * set_current_email now works with multiple addresses in To field. (Brian McManus, Ben Mabey)
285
-
286
- == 0.0.7 2009-1-20
287
- === New features
288
- * have_subject matcher (Ben Mabey)
289
-
290
- == 0.0.6 2008-12-23
291
- === New features
292
- * Improved RSpec documentation and refactorings. (Ben Mabey)
293
- === Bugfixes
294
- * Removed sample app Rake Tasks to have it play nice with environments that use Cucumber as plugin- not gem. (Ben Mabey, Ivor- on github)
295
-
296
- == 0.0.5 2008-12-18
297
- * Initial release - see this post for full history and contributors: http://www.benmabey.com/2008/12/18/github-rocks/