public
Fork of dchelimsky/rspec
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/martinbtt/rspec.git
Search Repo:
attribution
dchelimsky (author)
Mon Mar 17 02:51:36 -0700 2008
commit  e6812e0a7047ca412a1f4109a4bf89695f42a510
tree    635377731c0ce38d7cab55591044b609e3224c16
parent  6d22b4b85eec6524b27f3065cc8f09f180e8f569
...
198
199
200
 
201
202
203
...
198
199
200
201
202
203
204
0
@@ -198,6 +198,7 @@ In alphabetical order (by last name)
0
 * Ben Mabey
0
 ** Patch for story runner exit code.
0
 * Pat Maddox
0
+** Patch [#335] get integrate_views and controller_name to work in nested example groups.
0
 ** Patch [#320] handle redirect_to w/ SSL
0
 ** Story Mediator - the glue that binds the plain text story parser with the rest of the system
0
 ** Patch [#136] example summary shows up when running stories
...
5
6
7
 
 
8
9
10
...
5
6
7
8
9
10
11
12
0
@@ -5,6 +5,8 @@ Note: we've removed the metaclass method from Object. There were some generated
0
 used it, and they will now break. Just replace the metaclass call with (class << self; self; end)
0
 and all will be well.
0
 
0
+* Patch from Pat Maddox to get integrate_views to work in nested example groups.
0
+* Patch from Pat Maddox to get controller_name to work in nested example groups.
0
 * Patch from Corey Haines to add include_text matcher (rspec_on_rails)
0
 * Patch from Antti Tarvainen to stop files from being loaded repeatedly when running heckle. Closes #333.
0
 * Fixed bug in which session object in example was not the same instance used in the controller. Closes #331.

Comments

    No one has commented yet.