System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit e6812e0a7047ca412a1f4109a4bf89695f42a510

attribution

Commit diff

doc/src/community/index.page

 
198198* Ben Mabey
199199** Patch for story runner exit code.
200200* Pat Maddox
201** Patch [#335] get integrate_views and controller_name to work in nested example groups.
201202** Patch [#320] handle redirect_to w/ SSL
202203** Story Mediator - the glue that binds the plain text story parser with the rest of the system
203204** Patch [#136] example summary shows up when running stories
toggle raw diff

rspec/CHANGES

 
55used it, and they will now break. Just replace the metaclass call with (class << self; self; end)
66and all will be well.
77
8* Patch from Pat Maddox to get integrate_views to work in nested example groups.
9* Patch from Pat Maddox to get controller_name to work in nested example groups.
810* Patch from Corey Haines to add include_text matcher (rspec_on_rails)
911* Patch from Antti Tarvainen to stop files from being loaded repeatedly when running heckle. Closes #333.
1012* Fixed bug in which session object in example was not the same instance used in the controller. Closes #331.
toggle raw diff