search for: example_count

Displaying 2 results from an estimated 2 matches for "example_count".

Did you mean: example_counter
2006 Jan 16
7
Editing N instances of a model on one page
I have a situation where I want to edit an arbitrary number of instances of one model on one page. I can and have accomplished this by manually managing the object <-> text field relationship, but in a way I consider at best hackish. I''d like to know a clean way to do this. If you want to edit the name attribute on a person class, you write code like this
2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
...umentation generated by the matcher itself: something in context should == "an object" However, this is what I see when I run with `--format json` (modulo pretty printing): { "summary_line": "1 example, 0 failures", "summary": { "example_count": 1, "duration": 0.000344, "failure_count": 0, "pending_count":0 }, "examples": [ { "status": "passed", "description": "should == \"an object\"&q...