]> git.openstreetmap.org Git - rails.git/blob - vendor/gems/rspec-1.1.2/CHANGES
f9c578cdd6c15755adfd79dc6114ed774fad41a8
[rails.git] / vendor / gems / rspec-1.1.2 / CHANGES
1 == Version 1.1.2
2
3 Minor bug fixes/enhancements.
4
5 * RSpec's Autotest subclasses compatible with ZenTest-3.8.0 (thanks to Ryan Davis for making it easier on Autotest subs).
6 * Applied patch from idl to add spec/lib to rake stats. Closes #226.
7 * calling setup_fixtures and teardown_fixtures for Rails >= r8570. Closes #219.
8 * Applied patch from Josh Knowles using ActiveSupport's Inflector (when available) to make 'should have' read a bit better. Closes #197.
9 * Fixed regression in 1.1 that caused failing examples to fail to generate their own names. Closes #209.
10 * Applied doc patch from Jens Krämer for capturing content_for
11 * Applied patch from Alexander Lang to clean up story steps after each story. Closes #198.
12 * Applied patch from Josh Knowles to support 'string_or_response.should have_text(...)'. Closes #193.
13 * Applied patch from Ian Dees to quiet the Story Runner backtrace. Closes #183.
14 * Complete support for defining steps with regexp 'names'.
15
16 == Version 1.1.1
17
18 Bug fix release.
19
20 * Fix regression in 1.1.0 that caused transactions to not get rolled back between examples.
21 * Applied patch from Bob Cotton to reintroduce ExampleGroup.description_options. Closes LH[#186]
22
23 == Version 1.1.0
24
25 The "tell me a story and go nest yourself" release.
26
27 * Applied patch from Mike Vincent to handle generators rails > 2.0.1. Closes LH[#181]
28 * Formatter.pending signature changed so it gets passed an ExampleGroup instance instead of the name ( LH[#180])
29 * Fixed LH[#180] Spec::Rails::Example::ModelExampleGroup and friends show up in rspec/rails output
30 * Spec::Rails no longer loads ActiveRecord extensions if it's disabled in config/boot.rb
31 * Applied LH[#178] small annoyances running specs with warnings enabled (Patch from Mikko Lehtonen)
32 * Tighter integration with Rails fixtures. Take advantage of fixture caching to get performance improvements (Thanks to Pat Maddox, Nick Kallen, Jonathan Barnes, and Curtis)
33
34 == Version 1.1.0-RC1
35
36 Textmate Bundle users - this release adds a new RSpec bundle that highlights describe, it, before and after and
37 provides navigation to descriptions and examples (rather than classes and methods). When you first install this,
38 it is going to try to hijack all of your .rb files. All you need to do is open a .rb file that does not end with
39 'spec.rb' and change the bundle selection from RSpec to Ruby. TextMate will do the right thing from then on.
40
41 Shortcuts for tab-activated snippets all follow the TextMate convention of 2 or 3 letters of the first word, followed by the first letter of each subsequent word. So "should have_at_least" would be triggered by shhal.
42
43 We reduced the scope for running spec directories, files, a single file or individual spec in TextMate to source.ruby.rspec. This allowed us to restore the standard Ruby shortcuts:
44
45 CMD-R runs all the specs in one file
46 CMD-SHIFT-R runs an individual spec
47 CMD-OPT-R runs any files or directories selected in the TextMate drawer
48
49 rspec_on_rails users - don't forget to run script/generate rspec
50
51 * Added shared_examples_for method, which you can (should) use instead of describe Foo, :shared => true
52 * Applied LH[#168] Fix describe Object, "description contains a # in it" (Patch from Martin Emde)
53 * Applied LH[#15] Reverse loading of ActionView::Base helper modules (Patch from Mark Van Holstyn)
54 * Applied LH[#149] Update contribute page to point towards lighthouse (Patch from Josh Knowles)
55 * Applied LH[#142] verify_rcov fails with latest rcov (Patch from Kyle Hargraves)
56 * Applied LH[#10] Allow stubs to yield and return values (Patch from Pat Maddox)
57 * Fixed LH[#139] version.rb in trunk missing svn last changed number
58 * Applied LH[#14] Adding support for by_at_least/by_at_most in Change matcher (Patch from Saimon Moore)
59 * Applied LH[#12] Fix for TM when switching to alternate file (Patch from Trevor Squires)
60 * Applied LH[#133] ExampleMatcher should match against before(:all) (Patch from Bob Cotton)
61 * Applied LH[#134] Only load spec inside spec_helper.rb (Patch from Mark Van Holstyn)
62 * RSpec now bails immediately if there are examples with identical names.
63 * Applied LH[#132]  Plain Text stories should support Given and Given: (Patch from Jarkko Laine)
64 * Applied patch from Pat Maddox: Story Mediator - the glue that binds the plain text story parser with the rest of the system
65 * Applied LH[#16] Have SimpleMatchers expose their description for specdocs (Patch from Bryan Helmkamp)
66 * Stories now support --colour
67 * Changed the DSL modules to Example (i.e. Spec::Example instead of Spec::DSL)
68 * Applied [#15608] Story problem if parenthesis used in Given, When, Then or And (Patch from Sinclair Bain)
69 * Applied [#15659] GivenScenario fails when it is a RailsStory (Patch from Nathan Sutton)
70 * Fixed [#15639] rcov exclusion configuration. (Spec::Rails projects can configure rcov with spec/rcov.opts)
71 * The rdoc formatter (--format rdoc) is gone. It was buggy and noone was using it.
72 * Changed Spec::DSL::Behaviour to Spec::DSL::ExampleGroup
73 * Changed Spec::DSL::SharedBehaviour to Spec::DSL::SharedExampleGroup
74 * Applied [#14023] Small optimization for heavily proxied objects. (Patch from Ian Leitch)
75 * Applied [#13943] ProfileFormatter (Top 10 slowest examples) (Patch from Ian Leitch)
76 * Fixed [#15232] heckle is not working correctly in trunk (as of r2801)
77 * Applied [#14399] Show pending reasons in HTML report (Patch from Bryan Helmkamp)
78 * Discovered fixed: [#10263] mock "leak" when setting an expectation in a block passed to mock#should_receive
79 * Fixed [#14671] Spec::DSL::ExampleRunner gives "NO NAME because of --dry-run" for every example for 'rake spec:doc'
80 * Fixed [#14543] rspec_scaffold broken with Rails 2.0
81 * Removed Patch [#10577] Rails with Oracle breaks 0.9.2 - was no longer necessary since we moved describe to the Main object (instead of Object)
82 * Fixed [#14527] specs run twice on rails 1.2.4 and rspec/rspec_on_rails trunk
83 * Applied [#14043] Change output ordering to show pending before errors (Patch from Mike Mangino)
84 * Applied [#14095] Don't have ./script/generate rspec create previous_failures.txt (Patch from Bryan Helmkamp)
85 * Applied [#14254] Improved error handling for Object#should and Object#should_not (Patch from Antti Tarvainen)
86 * Applied [#14186] Remove dead code from message_expecation.rb (Patch from Antti Tarvainen)
87 * Applied [#14183] Tiny improvement on mock_spec.rb (Patch from Antti Tarvainen)
88 * Applied [#14208] Fix to Mock#method_missing raising NameErrors instead of MockExpectationErrors (Patch from Antti Tarvainen)
89 * Applied [#14255] Fixed examples in mock_spec.rb and shared_behaviour_spec.rb (Patch from Antti Tarvainen)
90 * Applied [#14362] partially mocking objects that define == can blow up (Patch from Pat Maddox)
91 * test_ methods with an arity of 0 defined in a describe block or Example object will be run as an Example, providing a seamless transition from Test::Unit
92 * Removed BehaviourRunner
93 * Fixed [#13969] Spec Failures on Trunk w/ Autotest
94 * Applied [#14156] False positives with should_not (Patch from Antti Tarvainen)
95 * Applied [#14170] route_for and params_from internal specs fixed (Patch from Antti Tarvainen)
96 * Fixed [#14166] Cannot build trunk
97 * Applied [#14142] Fix for bug #11602: Nested #have_tag specifications fails on the wrong line number (Patch from Antti Tarvainen)
98 * Removed warn_if_no_files argument and feature
99 * Steps (Given/When/Then) with no blocks are treated as pending
100 * Applied [#13913] Scenario should treat no code block as pending (Patch from Evan Light)
101 * Fixed [#13370] Weird mock expectation error (Patch from Mike Mangino)
102 * Applied [#13952] Fix for performance regression introduced in r2096 (Patch from Ian Leitch)
103 * Applied [#13881] Dynamically include Helpers that are included on ActionView::Base (Patch from Brandon Keepers)
104 * Applied [#13833] ActionView::Helpers::JavaScriptMacrosHelper removed after 1.2.3 (Patch from Yurii Rashkovskii)
105 * Applied [#13814] RSpec on Rails w/ fixture-scenarios (Patch from Shintaro Kakutani)
106 * Add ability to define Example subclass instead of using describe
107 * Applied Patch from James Edward Gray II to improve syntax highlighting in TextMate
108 * Fixed [#13579] NoMethodError not raised for missing helper methods
109 * Fixed [#13713] form helper method 'select' can not be called when calling custom helper methods from specs
110 * Example subclasses Test::Unit::TestCase
111 * Added stub_everything method to create a stub that will return itself for any message it doesn't understand
112 * Added stories directory with stories/all.rb and stories/helper.rb when you script/generate rspec
113 * Applied [#13554] Add "And" so you can say Given... And... When... Then... And...
114 * Applied [#11254] RSpec syntax coloring and function pop-up integration in TextMate (Patch from Wincent Colaiuta)
115 * Applied [#13143] ActionView::Helpers::RecordIdentificationHelper should be included if present (Patch from Jay Levitt)
116 * Applied [#13567] patch to allow stubs to yield consecutive values (Patch from Rupert Voelcker)
117 * Applied [#13559] reverse version of route_for (Patch from Rupert Voelcker)
118 * Added [#13532] /lib specs should get base EvalContext
119 * Applied [#13451] Add a null_object option to mock_model (Patch from James Deville)
120 * Applied [#11919] Making non-implemented specs easy in textmate (Patch from Scott Taylor)
121 * Applied [#13274] ThrowSymbol recognized a NameError triggered by Kernel#method_missing as a thrown Symbol
122 * Applied [#12722] the alternate file command does not work in rails views due to scope (Patch from Carl Porth)
123 * Behaviour is now a Module that is used by Example class methods and SharedBehaviour
124 * Added ExampleDefinition
125 * Added story runner framework based on rbehave [#12628]
126 * Applied [#13336] Helper directory incorrect for rake stats in statsetup task (Patch from Curtis Miller)
127 * Applied [#13339] Add the ability for spec_parser to parse describes with :behaviour_type set (Patch from Will Leinweber and Dav Yaginuma)
128 * Fixed [#13271] incorrect behaviour with expect_render and stub_render
129 * Applied [#13129] Fix failing specs in spec_distributed (Patch from Bob Cotton)
130 * Applied [#13118] Rinda support for Spec::Distributed (Patch from Bob Cotton)
131 * Removed BehaviourEval
132 * Removed Behaviour#inherit
133 * Moved implementation of install_dependencies to example_rails_app
134 * Renamed RSPEC_DEPS to VENDOR_DEPS
135 * Added Example#not_implemented?
136 * You can now stub!(:msg).with(specific args)
137 * describe("A", Hash, "with one element") will generate description "A Hash with one element" (Tip from Ola Bini)
138 * Applied [#13016] [DOC] Point out that view specs render, well, a view (Patch from Jay Levitt)
139 * Applied [#13078] Develop rspec with autotest (Patch from Scott Taylor)
140 * Fixed [#13065] Named routes throw a NoMethodError in Helper specs (Patches from James Deville and Mike Mangino)
141 * Added (back) the verbose attribute in Spec::Rake::SpecTask
142 * Changed documentation to point at the new http svn URL, which is more accessible.
143
144 == Version 1.0.8
145
146 Another bugfix release - this time to resolve the version mismatch
147
148 == Version 1.0.7
149
150 Quick bugfix release to ensure that you don't have to have the rspec gem installed
151 in order to use autotest with rspec_on_rails.
152
153 * Fixed [#13015] autotest gives failure in 'spec_command' after upgrade 1.0.5 to 1.0.6
154
155 == Version 1.0.6
156
157 The "holy cow, batman, it's been a long time since we released and there are a ton of bug
158 fixes, patches and even new features" release.
159
160 Warning: Spec::Rails users: In fixing 11508, we've removed the raise_controller_errors method. As long as you
161 follow the upgrade instructions and run 'script/generate rspec' you'll be fine, but if you skip this
162 step you need to manually go into spec_helper.rb and remove the call to that method (if present - it
163 might not be if you haven't upgraded in a while).
164
165 Warning: Implementors of custom formatters. Formatters will now be sent an Example object instead of just a 
166 String for #example_started, #example_passed and #example_failed. In certain scenarios 
167 (Spec::Ui with Spec::Distributed), the formatter must ask the Example for its sequence number instead of
168 keeping track of a sequence number internal to the formatter. Most of you shouldn't need to upgrade
169 your formatters though - the Example#to_s method returns the example name/description, so you should be
170 able to use the passed Example instance as if it were a String.
171
172 * Applied [#12986] Autotest Specs + Refactoring (Patch from Scott Tayler)
173 * Added a #close method to formatters, which allows them to gracefully close streams.
174 * Applied [#12935] Remove requirement that mocha must be installed as a gem when used as mocking framework. (Patch from Ryan Kinderman).
175 * Fixed [#12893] RSpec's Autotest should work with rspec's trunk
176 * Fixed [#12865] Partial mock error when object has an @options instance var
177 * Applied [#12701] Allow checking of content captured with content_for in view specs (Patch from Jens Kr�mer)
178 * Applied [#12817] Cannot include same shared behaviour when required with absolute paths (Patch from Ian Leitch)
179 * Applied [#12719] rspec_on_rails should not include pagination helper (Patch from Matthijs Langenberg)
180 * Fixed [#12714] helper spec not finding rails core helpers
181 * Applied [#12611] should_not redirect_to implementation (Patch from Yurii Rashkovskii)
182 * Applied [#12682] Not correctly aliasing original 'stub!' and 'should_receive' methods for ApplicationController (Patch from Matthijs Langenberg)
183 * Disabled controller.should_receive(:render) and controller.stub!(:render). Use expect_render or stub_render instead.
184 * Applied [#12484] Allow a Behaviour's Description to flow through to the Formatter (Patch from Bob Cotton)
185 * Fixed [#12448] The spec:plugins rake task from rspec_on_rails should ignore specs from the rspec_on_rails plugin
186 * Applied [#12300] rr integration (patch from Kyle Hargraves)
187 * Implemented [#12284] mock_with :rr (integration with RR mock framework: http://rubyforge.org/projects/pivotalrb/)
188 * Applied [#12237] (tiny) added full path to mate in switch_command (Patch from Carl Porth)
189 * Formatters will now be sent an Example object instead of just a String for certain methods
190 * All Spec::Rake::SpecTask attributes can now be procs, which allows for lazy evaluation.
191 * Changed the Spec::Ui interfaces slightly. See examples.
192 * Applied [#12174] mishandling of paths with spaces in spec_mate switch_command (Patch from Carl Porth)
193 * Implemented [#8315] File "Go to..." functionality
194 * Applied [#11917] Cleaner Spec::Ui error for failed Selenium connection (Patch from Ian Dees)
195 * Applied [#11888] rspec_on_rails spews out warnings when assert_select is used with an XML response (Patch from Ian Leitch)
196 * Applied [#12010] Nicer failure message formatting (Patch from Wincent Colaiuta)
197 * Applied [#12156] smooth open mate patch (Patch from Ienaga Eiji)
198 * Applied [#10577] Rails with Oracle breaks 0.9.2. (Patch from Sinclair Bain)
199 * Fixed [#12079] auto-generated example name incomplete: should have 1 error on ....]
200 * Applied [#12066] Docfix for mocks/mocks.page (Patch from Kyle Hargraves)
201 * Fixed [#11891] script/generate rspec_controller fails to create appropriate views (from templates) on edge rails
202 * Applied [#11921] Adds the correct controller_name from derived_controller_name() to the ViewExampleGroupController (Patch from Eloy Duran)
203 * Fixed [#11903] config.include with behaviour_type 'hash' does not work
204 * Examples without blocks and pending is now reported with a P instead of a *
205 * Pending blocks that now pass are rendered blue
206 * New behaviour for after: If an after block raises an error, the other ones will still run instead of bailing at the first. 
207 * Made it possible to run spec from RSpec.tmbundle with --drb against a Rails spec_server.
208 * Applied [#11868] Add ability for pending to optionally hold a failing block and to fail when it passes (Patch from Bob Cotton)
209 * Fixed [#11843] watir_behaviour missing from spec_ui gem
210 * Added 'switch between source and spec file' command in Spec::Mate (based on code from Ruy Asan)
211 * Applied [#11509] Documentation - RSpec requires hpricot
212 * Applied [#11807] Daemonize spec_server and rake tasks to manage them. (patch from Kyosuke MOROHASHI)
213 * Added pending(message) method
214 * Fixed [#11777] should render_template doesn't check paths correctly
215 * Fixed [#11749] Use of 'rescue => e' does not catch all exceptions
216 * Fixed [#11793] should raise_error('with a message') does not work correctly
217 * Fixed [#11774] Mocks should respond to :kind_of? in the same way they respond to :is_a?
218 * Fixed [#11508] Exceptions are not raised for Controller Specs (removed experimental raise_controller_errors)
219 * Applied [#11615] Partial mock methods give ambiguous failures when given a method name as a String (Patch from Jay Phillips)
220 * Fixed [#11545] Rspec doesn't handle should_receive on ActiveRecord associations (Patch from Ian White)
221 * Fixed [#11514] configuration.use_transactional_fixtures is ALWAYS true, regardless of assignment
222 * Improved generated RESTful controller examples to cover both successful and unsuccessful POST and PUT
223 * Changed TextMate snippets for controllers to pass controller class names to #describe rather than controller_name.
224 * Changed TextMate snippets for mocks to use no_args() and any_args() instead of the deprecated Symbols.
225 * Applied [#11500] Documentation: no rails integration specs in 1.0
226 * Renamed SpecMate's shortcuts for running all examples and focused examples to avoid conflicts (CMD-d and CMD-i)
227 * Added a TextMate snippet for custom matchers, lifted from Geoffrey Grosenbach's RSpec peepcode show.
228 * The translator translates mock constraints to the new matchers that were introduced in 1.0.4
229 * Documented environment variables for Spec::Rake::SpecTask. Renamed SPECOPTS and RCOVOPTS to SPEC_OPTS and RCOV_OPTS.
230 * Fixed [#10534] Windows: undefined method 'controller_name'
231
232 == Version 1.0.5
233 Bug fixes. Autotest plugin tweaks.
234
235 * Fixed [#11378] fix to 10814 broke drb (re-opened #10814)
236 * Fixed [#11223] Unable to access flash from rails helper specs
237 * Fixed [#11337] autotest runs specs redundantly
238 * Fixed [#11258] windows: autotest won't run
239 * Applied [#11253] Tweaks to autotest file mappings (Patch from Wincent Colaiuta)
240 * Applied [#11252] Should be able to re-load file containing shared behaviours without raising an exception (Patch from Wincent Colaiuta)
241 * Fixed [#11247] standalone autotest doesn't work because of unneeded autotest.rb
242 * Applied [#11221] Autotest support does not work w/o Rails Gem installed (Patch from Josh Knowles)
243
244 == Version 1.0.4
245 The getting ready for JRuby release.
246
247 * Fixed [#11181] behaviour_type scoping of config.before(:each) is not working
248 * added mock argument constraint matchers (anything(), boolean(), an_instance_of(Type)) which work with rspec or mocha
249 * added mock argument constraint matchers (any_args(), no_args()) which only work with rspec
250 * deprecated rspec's symbol mock argument constraint matchers (:any_args, :no_args, :anything, :boolean, :numeric, :string)
251 * Added tarball of rspec_on_rails to the release build to support folks working behind a firewall that blocks svn access.
252 * Fixed [#11137] rspec incorrectly handles flash after resetting the session
253 * Fixed [#11143] Views code for ActionController::Base#render broke between 1.0.0 and 1.0.3 on Rails Edge r6731
254 * Added raise_controller_errors for controller examples in Spec::Rails
255
256 == Version 1.0.3
257 Bug fixes.
258
259 * Fixed [#11104] Website uses old specify notation
260 * Applied [#11101] StringHelpers.starts_with?(prefix) assumes a string parameter for _prefix_
261 * Removed 'rescue nil' which was hiding errors in controller examples.
262 * Fixed [#11075] controller specs fail when using mocha without integrated_views
263 * Fixed problem with redirect_to failing incorrectly against edge rails.
264 * Fixed [#11082] RspecResourceGenerator should be RspecScaffoldGenerator
265 * Fixed [#10959] Focused Examples do not work for Behaviour defined with constant with modules
266
267 == Version 1.0.2
268 This is just to align the version numbers in rspec and rspec_on_rails.
269
270 == Version 1.0.1
271 This is a maintenance release with mostly cleaning up, and one minor enhancement -
272 Modules are automatically included when described directly.
273
274 * Renamed Spec::Rails' rspec_resource generator to rspec_scaffold.
275 * Removed Spec::Rails' be_feed matcher since it's based on assert_select_feed which is not part of Rails (despite that docs for assert_select_encoded says it is).
276 * describe(SomeModule) will include that module in the examples. Like for Spec::Rails helpers, but now also in core.
277 * Header in HTML report will be yellow instead of red if there is one failed example
278 * Applied [#10951] Odd instance variable name in rspec_model template (patch from Kyle Hargraves)
279 * Improved integration with autotest (Patches from Ryan Davis and David Goodland)
280 * Some small fixes to make all specs run on JRuby.
281
282 == Version 1.0.0
283 The stake in the ground release. This represents a commitment to the API as it is. No significant
284 backwards compatibility changes in the API are expected after this release.
285
286 * Fixed [#10923] have_text matcher does not support should_not
287 * Fixed [#10673] should > and should >= broken
288 * Applied [#10921] Allow verify_rcov to accept greater than threshold coverage %'s via configuration
289 * Applied [#10920] Added support for not implemented examples (Patch from Chad Humphries and Ken Barker)
290 * Patch to allow not implemented examples.  This works by not providing a block to the example. (Patch from Chad Humphries, Ken Barker)
291 * Yanked support for Rails 1.1.6 in Spec::Rails
292 * RSpec.tmbundle uses CMD-SHIFT-R to run focused examples now.
293 * Spec::Rails now bundles a spec:rcov task by default (suggestion from Kurt Schrader)
294 * Fixed [#10814] Runner loads shared code, test cases require them again
295 * Fixed [#10753] Global before and after
296 * Fixed [#10774] Allow before and after to be specified in config II
297 * Refactored Spec::Ui examples to use new global before and after blocks.
298 * Added instructions about how to get Selenium working with Spec::Ui (spec_ui/examples/selenium/README.txt)
299 * Fixed [#10805] selenium.rb missing from gem?
300 * Added rdocs explaining how to deal with errors in Rails' controller actions
301 * Applied [#10770] Finer grained includes.
302 * Fixed [#10747] Helper methods defined in shared specs are not visible when shared spec is used
303 * Fixed [#10748] Shared descriptions in separate files causes 'already exists' error
304 * Applied [#10698] Running with --drb executes specs twice (patch from Ruy Asan)
305 * Fixed [#10871] 0.9.4 - Focussed spec runner fails to run specs in descriptions with type and string when there is no leading space in the string
306
307 == Version 0.9.4
308 This release introduces massive improvements to Spec::Ui - the user interface functional testing
309 extension to RSpec. There are also some minor bug fixes to the RSpec core.
310
311 * Massive improvements to Spec::Ui. Complete support for all Watir's ie.xxx(how, what) methods. Inline screenshots and HTML.
312 * Reactivated --timeout, which had mysteriously been deactivated in a recent release.
313 * Fixed [#10669] Kernel#describe override does not cover Kernel#context
314 * Applied [#10636] Added spec for OptionParser in Runner (Patch from Scott Taylor)
315 * Added [#10516] should_include should be able to accept multiple items
316 * Applied [#10631] redirect_to matcher doesn't respect request.host (Patch from Tim Lucas)
317 * Each formatter now flushes their own IO. This is to avoid buffering of output.
318 * Fixed [#10670] IVarProxy#delete raises exception when instance variable does not exist
319
320 == Version 0.9.3
321 This is a bugfix release.
322
323 * Fixed [#10594] Failing Custom Matcher show NAME NOT GENERATED description
324 * describe(SomeType, "#message") will not add a space: "SomeType#message" (likewise for '.')
325 * describe(SomeType, "message") will have a decription with a space: "SomeType message"
326 * Applied [#10566] prepend_before and prepend_after callbacks
327 * Applied [#10567] Call setup and teardown using before and after callbacks
328
329 == Version 0.9.2
330 This is a quick maintenance release. 
331
332 * Added some website love
333 * Fixed [#10542] reverse predicate matcher syntax
334 * Added a spec:translate Rake task to make 0.9 translation easier with Spec:Rails
335 * Better translation of should_redirect_to
336 * Fixed --colour support for Windows. This is a regression that was introduced in 0.9.1
337 * Applied [#10460] Make SpecRunner easier to instantiate without using commandline args
338
339 == Version 0.9.1
340
341 This release introduces #describe and #it (aliased as #context and #specify for
342 backwards compatibility). This allows you to express specs like this:
343
344   describe SomeClass do # Creates a Behaviour
345     it "should do something" do # Creates an Example
346     end
347   end
348
349 The command line features four new options that give you more control over what specs
350 are being run and in what order. This can be used to verify that your specs are
351 independent (by running in opposite order with --reverse). It can also be used to cut 
352 down feedback time by running the most recently modified specs first (--loadby mtime --reverse).
353
354 Further, --example replaces the old --spec option, and it can now take a file name of
355 spec names as an alternative to just a spec name. The --format failing_examples:file.txt 
356 option allows you to output an --example compatible file, which makes it possible to only 
357 rerun the specs that failed in the last run. Spec::Rails uses all of these four options 
358 by default to optimise your RSpec experience.
359
360 There is now a simple configuration model. For Spec::Rails, you do something like this:
361
362   Spec::Runner.configure do |config|
363     config.use_transactional_fixtures = true
364     config.use_instantiated_fixtures  = false
365     config.fixture_path = RAILS_ROOT + '/spec/fixtures'
366   end
367
368 You can now use mocha or flexmock with RSpec if you prefer either to
369 RSpec's own mock framework. Just put this:
370
371   Spec::Runner.configure do |config|
372     config.mock_with :mocha
373   end
374   
375 or this:
376
377   Spec::Runner.configure do |config|
378     config.mock_with :flexmock
379   end
380
381 in a file that is loaded before your specs. You can also
382 configure included modules and predicate_matchers:
383
384   Spec::Runner.configure do |config|
385     config.include SomeModule
386     config.predicate_matchers[:does_something?] = :do_something
387   end
388
389 See Spec::DSL::Behaviour for more on predicate_matchers
390
391 * Sugar FREE!
392 * Added [10434 ] Please Make -s synonymous with -e for autotest compat. This is temporary until autotest uses -e instead of -s.
393 * Fixed [#10133] custom predicate matchers
394 * Applied [#10473] Add should exist (new matcher) - Patch from Bret Pettichord
395 * Added another formatter: failing_behaviours. Writes the names of the failing behaviours for use with --example.
396 * Applied [#10315] Patch to fix pre_commit bug 10313 - pre_commit_rails: doesn't always build correctly (Patch from Antii Tarvainen)
397 * Applied [#10245] Patch to HTML escape the behavior name when using HTML Formatter (Patch from Josh Knowles)
398 * Applied [#10410] redirect_to does not behave consistently with regards to query string parameter ordering (Patch from Nicholas Evans)
399 * Applied [#9605] Patch for ER 9472, shared behaviour (Patch by Bob Cotton)
400 * The '--format rdoc' option no longer causes a dry-run by default. --dry-run must be used explicitly.
401 * It's possible to specify the output file in the --format option (See explanation in --help)
402 * Several --format options may be specified to output several formats in one run.
403 * The --out option is gone. Use --format html:path/to/my.html instead (or similar).
404 * Spec::Runner::Formatter::BaseTextFormatter#initialize only takes one argument - an IO. dry_run and color are setters.
405 * Made Spec::Ui *much* easier to install. It will be released separately. Check out trunk/spec_ui/examples
406 * HTML reports now include a syntax highlighted snippet of the source code where the spec failed (needs the syntax gem)
407 * Added [#10262] Better Helper testing of Erb evaluation block helpers
408 * Added [#9735] support flexmock (thanks to Jim Weirich for his modifications to flexmock to support this)
409 * Spec::Rails controller specs will no longer let mock exception ripple through to the response.
410 * Fixed [#9260] IvarProxy does not act like a hash.
411 * Applied [#9458] The rspec_scaffold generator does not take into account class nesting (Patch from Steve Tendon)
412 * Applied [#9132] Rakefile spec:doc can fail without preparing database (Patch from Steve Ross)
413 * Applied [#9678] Custom runner command line switch, and multi-threaded runner (Patch from Bob Cotton)
414 * Applied [#9926] Rakefile - RSPEC_DEPS constant as an Array of Hashes instead of an Array of Arrays (Patch from Scott Taylor)
415 * Applied [#9925] Changed ".rhtml" to "template" in REST spec generator (Patch from Scott Taylor)
416 * Applied [#9852] Patch for RSpec's Website using Webgen 0.4.2 (Patch from Scott Taylor)
417 * Fixed [#6523] Run rspec on rails without a db
418 * Fixed [#9295] rake spec should run anything in the spec directory (not just rspec's standard dirs)
419 * Added [#9786] infer controller and helper names from the described type
420 * Fixed [#7795] form_tag renders action='/view_spec' in view specs
421 * Fixed [#9767] rspec_on_rails should not define rescue_action on controllers
422 * Fixed [#9421] --line doesn't work with behaviours that use class names
423 * Fixed [#9760] rspec generators incompatible with changes to edge rails
424 * Added [#9786] infer controller and helper names from the described type
425 * Applied a simplified version of [#9282] Change to allow running specs from textmate with rspec installed as a rails plugin (and no rspec gem installed)
426 * Applied [#9700] Make Spec::DSL::Example#name public / Add a --timeout switch. A great way to prevent specs from getting slow.
427 * In Rails, script/generate rspec will generate a spec.opts file that optimises faster/more efficient running of specs.
428 * Added [#9522] support using rspec's expectations with test/unit
429 * Moved rspec_on_rails up to the project root, simplifying the download url
430 * Fixed [#8103] RSpec not installing spec script correctly.
431 * The --spec option is replaced by the --example option.
432 * The --loadby option no longer supports a file argument. Use --example file_name instead.
433 * The --example option can now take a file name as an argument. The file should contain example names.
434 * Internal classes are named Behaviour/Example (rather than Context/Specification).
435 * You can now use mocha by saying config.mock_with :mocha in a spec_helper
436 * before_context_eval is replaced by before_eval.
437 * Applied [#9509] allow spaced options in spec.opts
438 * Applied [#9510] Added File for Ruby 1.8.6
439 * Applied [#9511] Clarification to README file in spec/
440 * Moved all of the Spec::Rails specs down to the plugins directory - now you can run the specs after you install.
441 * Updated RSpec.tmbundle to the 0.9 syntax and replaced context/specify with describe/it.
442 * Applied [#9232] ActionController::Base#render is sometimes protected (patch from Dan Manges)
443 * Added --reverse option, allowing contexts/specs to be run in reverse order. 
444 * Added --loadby option, allowing better control over load order for spec files. mtime and file.txt supported.
445 * Implemented [#8696] --order option (see --reverse and --loadby)
446 * Added describe/it as aliases for context/specify - suggestion from Dan North.
447 * Applied [#7637] [PATCH] add skip-migration option to rspec_scaffold generator
448 * Added [#9167] string.should have_tag
449 * Changed script/rails_spec_server to script/spec_server and added script/spec (w/ path to vendor/plugins/rspec)
450 * Fixed [#8897] Error when mixing controller spec with/without integrated views and using template system other than rhtml
451 * Updated sample app specs to 0.9 syntax
452 * Updated generated specs to 0.9 syntax
453 * Applied [#8994] trunk: generated names for be_ specs (Multiple patches from Yurii Rashkovskii)
454 * Applied [#9983]: Allow before and after to be called in BehaviourEval. This is useful for shared examples.
455
456 == Version 0.8.2
457
458 Replaced assert_select fork with an assert_select wrapper for have_tag. This means that "should have_rjs" no longer supports :hide or :effect, but you can still use should_have_rjs for those.
459
460 == Version 0.8.1
461
462 Quick "in house" bug-fix
463
464 == Version 0.8.0
465
466 This release introduces a new approach to handling expectations using Expression Matchers.
467
468 See Upgrade[http://rspec.rubyforge.org/upgrade.html], Spec::Expectations, Spec::Matchers and RELEASE-PLAN for more info.
469
470 This release also improves the spec command line by adding DRb support and making it possible to
471 store command line options in a file. This means a more flexible RSpec experience with Rails, 
472 Rake and editor plugins like TextMate.
473
474 It also sports myriad new features, bug fixes, patches and general goodness:
475
476 * Fixed [#8928] rspec_on_rails 0.8.0-RC1 controller tests make double call to setup_with_fixtures
477 * Fixed [#8925] Documentation bug in 0.8.0RC1 rspec website
478 * Applied [#8132] [PATCH] RSpec breaks "rake db:sessions:create" in a rails project that has the rspec_on_rails plugin (Patch from Erik Kastner)
479 * Fixed [#8789] --line and --spec not working when the context has parenhesis in the name
480 * Added [#8783] auto generate spec names from last expectation
481 * --heckle now fails if the heckled class or module is not found.
482 * Fixed [#8771] Spec::Mocks::BaseExpectation#with converts hash params to array of arrays with #collect
483 * Fixed [#8750] should[_not]_include backwards compatibility between 0.8.0-RC1 and 0.7.5.1 broken
484 * Fixed [#8646] Context Runner does not report on Non standard exceptions and return a 0 return code
485 * RSpec on Rails' spec_helper.rb will only force RAILS_ENV to test if it was not specified on the command line.
486 * Fixed [#5485] proc#should_raise and proc#should_not_raise output
487 * Added [#8484] should_receive with blocks
488 * Applied [#8218] heckle_runner.rb doesn't work with heckle >= 1.2.0 (Patch from Michal Kwiatkowski)
489 * Fixed [#8240] Cryptic error message when no controller_name
490 * Applied [#7461] [PATCH] Contexts don't call Module::included when they include a module
491 * Removed unintended block of test/unit assertions in rspec_on_rails - they should all, in theory, now be accessible
492 * Added mock_model method to RSpec on Rails, which stubs common methods. Based on http://metaclass.org/2006/12/22/making-a-mockery-of-activerecord
493 * Fixed [#8165] Partial Mock Errors when respond_to? is true but the method is not in the object
494 * Fixed [#7611] Partial Mocks override Subclass methods
495 * Fixed [#8302] Strange side effect when mocking a class method
496 * Applied [#8316] to_param should return a stringified key in resource generator's controller spec (Patch from Chris Anderson)
497 * Applied [#8216] shortcut for creating object stub
498 * Applied [#8008] Correct generated specs for view when calling resource generator (Patch from Jonathan Tron)
499 * Fixed [#7754] Command-R fails to run spec in TextMate (added instruction from Luke Redpath to the website)
500 * Fixed [#7826] RSpect.tmbundle web page out of date.
501 * RSpec on Rails specs are now running against RoR 1.2.1 and 1.2.2
502 * rspec_scaffold now generates specs for views
503 * In a Rails app, RSpec core is only loaded when RAILS_ENV==test (init.rb)
504 * Added support for target.should arbitrary_expectation_handler and target.should_not arbitrary_expectation_handler
505 * Fixed [#7533] Spec suite fails and the process exits with a code 0
506 * Fixed [#7565] Subsequent stub! calls for method fail to override the first call to method
507 * Applied [#7524] Incorrect Documentation for 'pattern' in Rake task (patch from Stephen Duncan)
508 * Fixed [#7409] default fixtures do not appear to run.
509 * Fixed [#7507] "render..and return" doesn't return
510 * Fixed [#7509] rcov/rspec incorrectly includes boot.rb (Patch from Courtenay)
511 * Fixed [#7506] unnecessary complex output on failure of response.should be_redirect
512 * Applied [#6098] Make scaffold_resource generator. Based on code from Pat Maddox.
513 * The drbspec command is gone. Use spec --drb instead.
514 * The drb option is gone from the Rake task. Pass --drb to spec_opts instead.
515 * New -X/--drb option for running specs against a server like spec/rails' script/rails_spec_server
516 * New -O/--options and -G/--generate flags for file-based options (handy for spec/rails)
517 * Applied [#7339] Turn off caching in HTML reports
518 * Applied [#7419] "c option for colorizing output does not work with rails_spec" (Patch from Shintaro Kakutani)
519 * Applied [#7406] [PATCH] 0.7.5 rspec_on_rails loads fixtures into development database (Patch from Wilson Bilkovich)
520 * Applied [#7387] Allow stubs to return consecutive values (Patch from Pat Maddox)
521 * Applied [#7393] Fix for rake task (Patch from Pat Maddox)
522 * Reinstated support for response.should_render (in addition to controller.should_render)
523
524 == Version 0.7.5.1
525
526 Bug fix release to allow downloads of rspec gem using rubygems 0.9.1.
527
528 == Version 0.7.5
529 This release adds support for Heckle - Seattle'rb's code mutation tool.
530 There are also several bug fixes to the RSpec core and the RSpec on Rails plugin.
531
532 * Removed svn:externals on rails versions and plugins
533 * Applied [#7345] Adding context_setup and context_teardown, with specs and 100% rcov
534 * Applied [#7320] [PATCH] Allow XHR requests in controller specs to render RJS templates
535 * Applied [#7319] Migration code uses drop_column when it should use remove_column (patch from Pat Maddox)
536 * Added support for Heckle
537 * Applied [#7282] dump results even if spec is interrupted (patch from Kouhei Sutou)
538 * Applied [#7277] model.should_have(n).errors_on(:attribute) (patch from Wilson Bilkovich)
539 * Applied [#7270] RSpec render_partial colliding with simply_helpful (patch from David Goodlad)
540 * Added [#7250] stubs should support throwing
541 * Added [#7249] stubs should support yielding
542 * Fixed [#6760] fatal error when accessing nested finders in rspec
543 * Fixed [#7179] script/generate rspec_scaffold generates incorrect helper name
544 * Added preliminary support for assert_select (response.should_have)
545 * Fixed [#6971] and_yield does not work when the arity is -1
546 * Fixed [#6898] Can we separate rspec from the plugins?
547 * Added [#7025] should_change should accept a block
548 * Applied [#6989] partials with locals (patch from Micah Martin)
549 * Applied [#7023] Typo in team.page
550
551 == Version 0.7.4
552
553 This release features a complete redesign of the reports generated with --format html.
554 As usual there are many bug fixes - mostly related to spec/rails.
555
556 * Applied [#7010] Fixes :spacer_template does not work w/ view spec (patch from Shintaro Kakutani)
557 * Applied [#6798] ensure two ':' in the first backtrace line for Emacs's 'next-error' command (patch from Kouhei Sutou)
558 * Added Much nicer reports to generated website
559 * Much nicer reports with --format --html (patch from Luke Redpath)
560 * Applied [#6959] Calls to render and redirect in controllers should return true
561 * Fixed [#6981] helper method is not available in partial template.
562 * Added [#6978] mock should tell you the expected and actual args when receiving the right message with the wrong args
563 * Added the possibility to tweak the output of the HtmlFormatter (by overriding extra_failure_content).
564 * Fixed [#6936] View specs don't include ApplicationHelper by default
565 * Fixed [#6903] Rendering a partial in a view makes the view spec blow up
566 * Added callback library from Brian Takita
567 * Added [#6925] support controller.should_render :action_name
568 * Fixed [#6884] intermittent errors related to method binding
569 * Fixed [#6870] rspec on edge rails spec:controller fixture loading fails
570 * Using obj.inspect for all messages
571 * Improved performance by getting rid of instance_exec (instance_eval is good enough because we never need to pass it args)
572
573 == Version 0.7.3
574
575 Almost normal bug fix/new feature release.
576
577 A couple of things you need to change in your rails specs:
578 # spec_helper.rb is a little different (see http://rspec.rubyforge.org/upgrade.html)
579 # use controller.should_render before OR after the action (controller.should_have_rendered is deprecated)
580
581 * Applied [#6577] messy mock backtrace when frozen to edge rails (patch from Jay Levitt)
582 * Fixed [#6674] rspec_on_rails fails on @session deprecation warning
583 * Fixed [#6780] routing() was failing...fix included - works for 1.1.6 and edge (1.2)
584 * Fixed [#6835] bad message with arbitrary predicate
585 * Added [#6731] Partial templates rendered
586 * Fixed [#6713] helper methods not rendered in view tests?
587 * Fixed [#6707] cannot run controller / helper tests via rails_spec or spec only works with rake
588 * Applied [#6417] lambda {...}.should_change(receiver, :message) (patch from Wilson Bilkovich)
589 * Eliminated dependency on ZenTest
590 * Fixed [#6650] Reserved characters in the TextMate bundle break svn on Win32
591 * Fixed [#6643] script/generate rspec_controller: invalid symbol generation for 'controller_name' for *modularized* controllers
592 * The script/rails_spec command has been moved to bin/drbspec in RSpec core (installed by the gem)
593
594 == Version 0.7.2
595
596 This release introduces a brand new RSpec bundle for TextMate, plus some small bugfixes.
597
598 * Packaged RSpec.tmbundle.tgz as part of the distro
599 * Fixed [#6593] Add moving progress bar to HtmlFormatter using Javascript
600 * Applied [#6265] should_raise should accept an Exception object
601 * Fixed [#6616] Can't run Rails specs with RSpec.tmbundle
602 * Fixed [#6411] Can't run Rails specs with ruby
603 * Added [#6589] New -l --line option. This is useful for IDE/editor runners/extensions.
604 * Fixed [#6615] controller.should_render_rjs should support :partial => 'path/to/template'
605
606 == Version 0.7.1
607
608 Bug fixes and a couple o' new features.
609
610 * Fixed [#6575] Parse error in aliasing the partial mock original method (patch by Brian Takita)
611 * Fixed [#6277] debris left by stubbing (trunk) [submitted by dastels] (fixed by fix to [#6575])
612 * Fixed [#6575] Parse error in aliasing the partial mock original method
613 * Fixed [#6555] should_have_tag does not match documentation
614 * Fixed [#6567] SyntaxError should not stop entire run
615 * Fixed [#6558] integrated views look for template even when redirected
616 * Fixed [#6547] response.should be_redirect broken in 0.7.0
617 * Applied [#6471] Easy way to spec routes
618 * Applied [#6587] Rspec on Rails displays "Spec::Rails::ContextFactory" as context name
619 * Applied [#6514] Document has trivial typos.
620 * Added [#6560] controller.session should be available before the action
621 * Added support for should_have_rjs :visual_effect
622 * Different printing and colours for unmet expectations (red) and other exceptions (magenta)
623 * Simplified method_missing on mock_methods to make it less invasive on partial mocks. 
624
625 == Version 0.7.0
626
627 This is the "Grow up and eat your own dog food release". RSpec is now used on itself and
628 we're no longer using Test::Unit to test it. Although, we are still extending Test::Unit
629 for the rails plugin (indirectly - through ZenTest)
630
631 IMPORTANT NOTE: THIS RELEASE IS NOT 100% BACKWARDS COMPATIBLE TO 0.6.x
632
633 There are a few changes that will require that you change your existing specs.
634
635 RSpec now handles equality exactly like ruby does:
636
637 # actual.should_equal(expected) will pass if actual.equal?(expected) returns true
638 # actual.should eql(expected) will pass if actual.eql?(expected) returns true
639 # actual.should == expected will pass if actual == expected) returns true
640
641 At the high level, eql? implies equivalence, while equal? implies object identity. For more
642 information on how ruby deals w/ equality, you should do this:
643
644 ri equal?
645
646 or look at this:
647
648 http://www.ruby-doc.org/core/classes/Object.html#M001057
649
650 Also, we left in should_be as a synonym for should_equal, so the only specs that should break are the
651 ones using should_equal (which used to use <code>==</code> instead of <code>.equal?</code>).
652
653 Lastly, should_be used to handle true and false differently from any other values. We've removed
654 this special handling, so now actual.should_be true will fail for any value other than true (it
655 used to pass for any non-nil, non-false value), and actual.should_be false will fail for any
656 value other than false (it used to pass for nil or false).
657
658 Here's what you'll need to do to update your specs:
659 # search for "should_equal" and replace with "should_eql"
660 # run specs
661
662 If any specs still fail, they are probably related to should be_true or should_be_false using
663 non-boolean values. Those you'll just have to inspect manually and adjust appropriately (sorry!).
664
665 --------------------------------------------------
666 Specifying multiple return values in mocks now works like this:
667
668 mock.should_receive(:message).and_return(1,2,3)
669
670 It used to work like this:
671
672 mock.should_receive(:message).and_return([1,2,3])
673
674 but we decided that was counter intuitive and otherwise lame.
675
676 Here's what you'll need to do to update your specs:
677 # search for "and_return(["
678 # get rid of the "[" and "]"
679
680 --------------------------------------------------
681 RSpec on Rails now supports the following (thanks to ZenTest upon which it is built):
682
683 # Separate specs for models, views, controllers and helpers
684 # Controller specs are completely decoupled from the views by default (though you can tell them to couple themselves if you prefer)
685 # View specs are completely decoupled from app-specific controllers
686
687 See http://rspec.rubyforge.org/documentation/rails/index.html for more information
688 --------------------------------------------------
689 As usual, there are also other new features and bug fixes:
690
691 * Added lots of documentation on mocks/stubs and the rails plugin.
692 * Added support for assigns[key] syntax for controller specs (to align w/ pre-existing syntax for view specs)
693 * Added support for controller.should_redirect_to
694 * RSpec on Rails automatically checks whether it's compatible with the installed RSpec
695 * Applied [#6393] rspec_on_rails uses deprecated '@response' instead of the accessor
696 * RSpec now has 100% spec coverage(!)
697 * Added support for stubbing and partial mocking
698 * Progress (....F..F.) is now coloured. Tweaked patch from KAKUTANI Shintaro.
699 * Backtrace now excludes the rcov runner (/usr/local/bin/rcov)
700 * Fixed [#5539] predicates do not work w/ rails
701 * Added [#6091] support for Regexp matching messages sent to should_raise
702 * Added [#6333] support for Regexp matching in mock arguments
703 * Applied [#6283] refactoring of diff support to allow selectable formats and custom differs
704 * Fixed [#5564] "ruby spec_file.rb" doesn't work the same way as "spec spec_file.rb"
705 * Fixed [#6056] Multiple output of failing-spec notice
706 * Fixed [#6233] Colours in specdoc
707 * Applied [#6207] Allows --diff option to diff target and expected's #inspect output (Patch by Lachie Cox)
708 * Fixed [#6203] Failure messages are misleading - consider using inspect.
709 * Added [#6334] subject.should_have_xyz will try to call subject.has_xyz? - use this for hash.should_have_key(key)
710 * Fixed [#6017] Rake task should ignore empty or non-existent spec-dirs
711
712 == Version 0.6.4
713
714 In addition to a number of bug fixes and patches, this release begins to formalize the support for
715 RSpec on Rails.
716
717 * Added Christopher Petrilli's TextMate bundle to vendor/textmate/RSpec.tmbundle
718 * Fixed [#5909], once again supporting multi_word_predicates
719 * Applied [#5873] - response.should_have_rjs (initial patch from Jake Howerton, based on ARTS by Kevin Clark)
720 * Added generation of view specs for rspec_on_rails
721 * Applied [#5815] active_record_subclass.should_have(3).records
722 * Added support in "rake stats" for view specs (in spec/views)
723 * Applied [#5801] QuickRef.pdf should say RSpec, not rSpec
724 * Applied [#5728] rails_spec_runner fails on Windows (Patch from Lindsay Evans).
725 * Applied [#5708] RSpec Rails plugin rspec_controller generator makes specs that do not parse.
726 * Cleaned up RSpec on Rails so it doesn't pollute as much during bootstrapping.
727 * Added support for response.should_have_tag and response.should_not_have_tag (works just like assert_tag in rails)
728 * Added new -c, --colour, --color option for colourful (red/green) output. Inspired from Pat Eyler's Redgreen gem.
729 * Added examples for Watir and Selenium under the gem's vendor directory.
730 * Renamed rails_spec_runner to rails_spec_server (as referred to in the docs)
731 * Added support for trying a plural for arbitrary predicates.  E.g. Album.should_exist(:name => "Hey Jude") will call Album.exists?(:name => "Hey Jude")
732 * Added support for should_have to work with methods taking args returning a collection.  E.g. @dave.should_have(3).albums_i_have_that_this_guy_doesnt(@aslak)
733 * Added [#5570] should_not_receive(:msg).with(:specific, "args")
734 * Applied [#5065] to support using define_method rather than method_missing to capture expected messages on mocks. Thanks to Eero Saynatkari for the tip that made it work.
735 * Restructured directories and Modules in order to separate rspec into three distinct Modules: Spec::Expectations, Spec::Runner and Spec::Mocks. This will allow us to more easily integrate other mock frameworks and/or allow test/unit users to take advantage of the expectation API.
736 * Applied [#5620] support any boolean method and arbitrary comparisons (5.should_be < 6) (Patch from Mike Williams)
737  
738 == Version 0.6.3
739
740 This release fixes some minor bugs related to RSpec on Rails
741 Note that if you upgrade a rails app with this version of the rspec_on_rails plugin
742 you should remove your lib/tasks/rspec.rake if it exists.
743
744 * Backtraces from drb (and other standard ruby libraries) are now stripped from backtraces.
745 * Applied [#5557] Put rspec.rake into the task directory of the RSpec on Rails plugin (Patch from Daniel Siemssen)
746 * Applied [#5556] rails_spec_server loads environment.rb twice (Patch from Daniel Siemssen)
747
748 == Version 0.6.2
749 This release fixes a couple of regressions with the rake task that were introduced in the previous version (0.6.1)
750
751 * Fixed [#5518] ruby -w: warnings in 0.6.1
752 * Applied [#5525] fix rake task path to spec tool for gem-installed rspec (patch from Riley Lynch)
753 * Fixed a teensey regression with the rake task - introduced in 0.6.1. The spec command is now quoted so it works on windows.
754
755 == Version 0.6.1
756 This is the "fix the most annoying bugs release" of RSpec. There are 9 bugfixes this time.
757 Things that may break backwards compatibility:
758 1) Spec::Rake::SpecTask no longer has the options attribute. Use ruby_opts, spec_opts and rcov_opts instead.
759
760 * Fixed [#4891] RCOV task failing on windows
761 * Fixed [#4896] Shouldn't modify user's $LOAD_PATH (Tip from Gavin Sinclair)
762 * Fixed [#5369] ruby -w: warnings in RSpec 0.5.16 (Tip from Suraj Kurapati)
763 * Applied [#5141] ExampleMatcher doesn't escape strings before matching (Patch from Nikolai Weibull).
764 * Fixed [#5224] Move 'require diff-lcs' from test_helper.rb to diff_test.rb (Tip from Chris Roos)
765 * Applied [#5449] Rake stats for specs (Patch from Nick Sieger)
766 * Applied [#5468, #5058] Fix spec runner to correctly run controller specs (Patch from Daniel Siemssen)
767 * Applied fixes to rails_spec_server to improve its ability to run several times. (Patch from Daniel Siemssen)
768 * Changed RCov::VerifyTask to fail if the coverage is above the threshold. This is to ensure it gets bumped when coverage improves.
769
770 == Version 0.6.0
771 This release makes an official commitment to underscore_syntax (with no more support for dot.syntax)
772
773 * Fixed bug (5292) that caused mock argument matching to fail
774 * Converted ALL tests to use underscore syntax
775 * Fixed all remaining problems with underscores revealed by converting all the tests to underscores
776 * Enhanced sugar to support combinations of methods (i.e. once.and_return) 
777 * Simplified helper structure taking advantage of dot/underscore combos (i.e. should.be.an_instance_of, which can be expressed as should be_an_instance_of)
778 * Added support for at_most in mocks
779 * Added support for should_not_receive(:msg) (will be removing should_receive(:msg).never some time soon)
780 * Added support for should_have_exactly(5).items_in_collection
781
782 == Version 0.5.16
783 This release improves Rails support and test2spec translation.
784
785 * Fixed underscore problems that occurred when RSpec was used in Rails
786 * Simplified the Rails support by packaging it as a plugin instead of a generator gem.
787 * Fixed [#5063] 'rspec_on_rails' require line in spec_helper.rb
788 * Added pre_commit rake task to reduce risk of regressions. Useful for RSpec developers and patchers.
789 * Added failure_message to RSpec Rake task
790 * test2spec now defines converted helper methods outside of the setup block (bug #5057).
791
792 == Version 0.5.15
793 This release removes a prematurely added feature that shouldn't have been added.
794
795 * Removed support for differences that was added in 0.5.14. The functionality is not aligned with RSpec's vision.
796
797 == Version 0.5.14
798 This release introduces better ways to extend specs, improves some of the core API and
799 a experimental support for faster rails specs.
800
801 * Added proc methods for specifying differences (increments and decrements). See difference_test.rb
802 * Methods can now be defined alongside specs. This obsoletes the need for defining methods in setup. (Patch #5002 from Brian Takita)
803 * Sugar (underscores) now works correctly with should be_a_kind_of and should be_an_instance_of
804 * Added support for include and inherit in contexts. (Patch #4971 from Brian Takita)
805 * Added rails_spec and rails_spec_server for faster specs on rails (still buggy - help needed)
806 * Fixed bug that caused should_render to break if given a :symbol (in Rails)
807 * Added support for comparing exception message in should_raise and should_not_raise
808
809 == Version 0.5.13
810 This release fixes some subtle bugs in the mock API.
811
812 * Use fully-qualified class name of Exceptions in failure message. Easier to debug that way.
813 * Fixed a bug that caused mocks to yield a one-element array (rather than the element) when one yield arg specified.
814 * Mocks not raise AmbiguousReturnError if an explicit return is used at the same time as an expectation block.
815 * Blocks passed to yielding mocks can now raise without causing mock verification to fail.
816
817 == Version 0.5.12
818 This release adds diff support for failure messages, a HTML formatter plus some other
819 minor enhancements.
820
821 * Added HTML formatter.
822 * Added fail_on_error option to spectask.
823 * Added support for diffing, using the diff-lcs Rubygem (#2648).
824 * Remove RSpec on Rails files from backtrace (#4694).
825 * All of RSpec's own tests run successfully after translation with test2spec.
826 * Added --verbose mode for test2spec - useful for debugging when classes fail to translate.
827 * Output of various formatters is now flushed - to get more continuous output.
828
829 == Version 0.5.11
830 This release makes test2spec usable with Rails (with some manual steps). 
831 See http://rspec.rubyforge.org/tools/rails.html for more details
832
833 * test2spec now correctly translates bodies of helper methods (non- test_*, setup and teardown ones).
834 * Added more documentation about how to get test2spec to work with Rails.
835
836 == Version 0.5.10
837 This version features a second rewrite of test2spec - hopefully better than the previous one.
838
839 * Improved test2spec's internals. It now transforms the syntax tree before writing out the code.
840
841 == Version 0.5.9
842 This release improves test2spec by allowing more control over the output
843
844 * Added --template option to test2spec, which allows for custom output driven by ERB
845 * Added --quiet option to test2spec
846 * Removed unnecessary dependency on RubyToC
847
848 == Version 0.5.8
849 This release features a new Test::Unit to RSpec translation tool.
850 Also note that the RubyGem of the previous release (0.5.7) was corrupt.
851 We're close to being able to translate all of RSpec's own Test::Unit
852 tests and have them run successfully!
853
854 * Updated test2spec documentation.
855 * Replaced old test2rspec with a new test2spec, which is based on ParseTree and RubyInline.
856
857 == Version 0.5.7
858 This release changes examples and documentation to recommend underscores rather than dots,
859 and addresses some bugfixes and changes to the spec commandline.
860
861 * spec DIR now works correctly, recursing down and slurping all *.rb files
862 * All documentation and examples are now using '_' instead of '.'
863 * Custom external formatters can now be specified via --require and --format.
864
865 == Version 0.5.6
866 This release fixes a bug in the Rails controller generator
867
868 * The controller generator did not write correct source code (missing 'do'). Fixed.
869
870 == Version 0.5.5
871 This release adds initial support for Ruby on Rails in the rspec_generator gem.
872
873 * [Rails] Reorganised Lachie's original code to be a generator packaged as a gem rather than a plugin.
874 * [Rails] Imported code from http://lachie.info/svn/projects/rails_plugins/rspec_on_rails (Written by Lachie Cox)
875 * Remove stack trace lines from TextMate's Ruby bundle
876 * Better error message from spectask when no spec files are found.
877
878 == Version 0.5.4
879 The "the tutorial is ahead of the gem" release
880
881 * Support for running a single spec with --spec
882 * Exitcode is now 1 unless all specs pass, in which case it's 0.
883 * -v, --version now both mean the same thing
884 * For what was verbose output (-v), use --format specdoc or -f s
885 * --format rdoc always runs in dry-run mode
886 * Removed --doc and added --format and --dry-run
887 * Refactored towards more pluggable formatters
888 * Use webgen's execute tag when generating website (more accurate)
889 * Fixed incorrect quoting of spec_opts in SpecTask
890 * Added patch to enable underscored shoulds like 1.should_equal(1) - patch from Rich Kilmer
891 * Removed most inherited instance method from Mock, making more methods mockable.
892 * Made the RCovVerify task part of the standard toolset.
893 * Documented Rake task and how to use it with Rcov
894 * Implemented <ruby></ruby> tags for website (hooking into ERB, RedCloth and syntax)
895 * RSpec Rake task now takes spec_opts and out params so it can be used for doc generation
896 * RCov integration for RSpec Rake task (#4058)
897 * Group all results instead of printing them several times (#4057)
898 * Mocks can now yield
899 * Various improvements to error reporting (including #4191)
900 * backtrace excludes rspec code - use -b to include it
901 * split examples into examples (passing) and failing_examples
902
903 == Version 0.5.3
904 The "hurry up, CoR is in two days" release.
905
906 * Don't run rcov by default
907 * Make separate task for running tests with RCov
908 * Added Rake task to fail build if coverage drops below a certain threshold
909 * Even more failure output cleanup (simplification)
910 * Added duck_type constraint for mocks
911
912 == Version 0.5.2
913 This release has minor improvements to the commandline and fixes some gem warnings
914
915 * Readded README to avoid RDoc warnings
916 * Added --version switch to commandline
917 * More changes to the mock API
918
919 == Version 0.5.1
920 This release is the first release of RSpec with a new website. It will look better soon.
921
922 * Added initial documentation for API
923 * Added website based on webgen
924 * Modified test task to use rcov
925 * Deleted unused code (thanks, rcov!)
926 * Various changes to the mock API,
927 * Various improvements to failure reporting
928
929 == Version 0.5.0
930 This release introduces a new API and obsolesces previous versions.
931
932 * Moved source code to separate subfolders
933 * Added new DSL runner based on instance_exec
934 * Added spike for testdox/rdoc generation
935 * merge Astels' and Chelimsky's work on ShouldHelper
936 * this would be 0.5.0 if I updated the documentation
937 * it breaks all of your existing specifications.  We're not sorry.
938
939 == Version 0.3.2
940
941 The "srbaker is an idiot" release.
942
943 * also forgot to update the path to the actual Subversion repository
944 * this should be it
945
946 == Version 0.3.1
947
948 This is just 0.3.0, but with the TUTORIAL added to the documentation list.
949
950 * forgot to include TUTORIAL in the documentation
951
952 == Version 0.3.0
953
954 It's been a while since last release, lots of new stuff is available.  For instance:
955
956 * improvements to the runners
957 * addition of should_raise expectation (thanks to Brian Takita)
958 * some documentation improvements
959 * RSpec usable as a DSL
960
961 == Version 0.2.0
962
963 This release provides a tutorial for new users wishing to get started with
964 RSpec, and many improvements.
965
966 * improved reporting in the spec runner output
967 * update the examples to the new mock api
968 * added TUTORIAL, a getting started document for new users of RSpec
969
970 == Version 0.1.7
971
972 This release improves installation and documentation, mock integration and error reporting.
973
974 * Comparison errors now print the class name too.
975 * Mocks now take an optional +options+ parameter to specify behaviour.
976 * Removed __expects in favour of should_receive
977 * Added line number reporting in mock error messages for unreceived message expectations.
978 * Added should_match and should_not_match.
979 * Added a +mock+ method to Spec::Context which will create mocks that autoverify (no need to call __verify).
980 * Mocks now require names in the constructor to ensure sensible error messages.
981 * Made 'spec' executable and updated usage instructions in README accordingly.
982 * Made more parts of the Spec::Context API private to avoid accidental usage.
983 * Added more RDoc to Spec::Context.
984
985 == Version 0.1.6
986
987 More should methods.
988
989 * Added should_match and should_not_match.
990
991 == Version 0.1.5
992
993 Included examples and tests in gem.
994
995 == Version 0.1.4
996
997 More tests on block based Mock expectations.
998
999 == Version 0.1.3
1000
1001 Improved mocking:
1002
1003 * block based Mock expectations.
1004
1005 == Version 0.1.2
1006
1007 This release adds some improvements to the mock API and minor syntax improvements
1008
1009 * Added Mock.should_expect for a more consistent DSL.
1010 * Added MockExpectation.and_returns for a better DSL.
1011 * Made Mock behave as a null object after a call to Mock.ignore_missing
1012 * Internal syntax improvements.
1013 * Improved exception trace by adding exception class name to error message.
1014 * Renamed some tests for better consistency.
1015
1016 == Version 0.1.1
1017
1018 This release adds some shoulds and improves error reporting
1019
1020 * Added should be_same_as and should_not be_same_as.
1021 * Improved error reporting for comparison expectations.
1022
1023 == Version 0.1.0
1024
1025 This is the first preview release of RSpec, a Behaviour-Driven Development library for Ruby 
1026
1027 * Added Rake script with tasks for gems, rdoc etc.
1028 * Added an XForge task to make release go easier.