Displaying 3 results from an estimated 3 matches for "functionalexamplegroup".
2008 Mar 12
2
Whence "post" in a description?
...y case).
Failing to find any answer on the web, I''m trying to trace execution, but
hitting a bit of a snag. I''m tracing the ancestry of self inside a test
example to see where the "post" function is actually defined. I''m getting a
hit on Spec::Rails::Example::FunctionalExampleGroup, but I cannot find where
it is defined in this module!
?????
--
View this message in context: http://www.nabble.com/Whence-%22post%22-in-a-description--tp15988683p15988683.html
Sent from the rspec-users mailing list archive at Nabble.com.
2007 Dec 09
1
[rspec-devel] rspec_on_rails (trunk - r3070) works with Rails 2.0.1
...t;> ...
>>
>> Person model: A new Person
>> - test?
>> - should have an empty dna_contacts collection
>> ...
>>
>>
>> - test?
>>
>>
>> - test?
>>
>>
>> - test? (FAILED - 5)
>>
>> Spec::Rails::Example::FunctionalExampleGroup
>> - test? (ERROR - 6)
>>
>>
>> - test?
>>
>> Spec::Rails::Example::RailsExampleGroup
>> - test?
>>
>> Pending:
>>
>>
>> JD
>>
>>
>>
>> On Dec 7, 2007, at 4:39 PM, James Deville wrote:
>>
>>&...
2007 Nov 26
8
Renaming RailsExample to RailsExampleGroup
Fyi, I made the following renames:
* RailsExample -> RailsExampleGroup
* FunctionalExample -> FunctionalExampleGroup
* ControllerExample -> ControllerExampleGroup
* ViewExample -> ViewExampleGroup
* HelperExample -> HelperExampleGroup
* ModelExample -> ModelExampleGroup
This was done to keep the naming consistent with ExampleGroup.