search for: examplegroupmethods

Displaying 3 results from an estimated 3 matches for "examplegroupmethods".

Did you mean: example_group_methods
2007 Dec 27
5
ExampleGroup and SharedExampleGroup relationship(?)
.../attacks] I expected to see SharedExampleGroup < ExampleGroup, but, instead, I saw SharedExampleGroup < Module. This is incredibly confusing to me. I realize that they don''t even need to have any relationship to each other since they get their shared functionality through the module ExampleGroupMethods, but it still seems a bit odd to me that they don''t have a hierarchical relationship. If there is some hidden meaning, I''d love to hear it. I''ll post it as an update to the blog entry, too. Oh, and here are the links to the first few parts of the series if anyone is int...
2007 Nov 21
7
describe scope
Hi, Googling ''RSpec describe scope'' didn''t yield much, so apologies if this question has been dealt with. It seem well known that a ruby class is ''visible'' between describes, and if this is a problem then you should use some counter as prefix or suffix: ''class Item_001; ... end'' Is there any work underway, or sheduled release where
2009 Feb 01
8
undefined method `inherit'' for Merb::Test::ExampleGroup
RSpeckers: I''m trying to install this into a Merb-generated RSpec rig: http://code.jeremyevans.net/doc/fixture_dependencies/ It requires inserting their test case into RSpec. This is the documented way to do it: describe ''Post'' do inherit FixtureDependencies::SequelTestCase And that leads to the syntax error in the subject line. (No stack trace is available