Displaying 5 results from an estimated 5 matches for "trunksters".
2007 Jun 27
3
template.expect_render
Trunksters,
I just added a couple of methods to ActionView::Base in Spec::Rails
(as of r2136) that lets you do this in view examples:
describe ''/things/index.html.erb'' do
it "should render _thing with a collection of things" do
assigns[:things] = things = [Object.new]
t...
2007 Feb 13
3
"should.be_in [values]" and "each_should_satisfy"
Hi!
I just started using RSpec and have some question that I couldn''t find
answers to.
If I have a result that can have two valid values, is there a better way
of writing
the following assertion?
[value1,value2].should_include actual
Is there a more elegant way of performing should_satisfy on a
collection, for
example I currently use something like collection.each {|x|
2007 Apr 28
7
[ rspec-Patches-9605 ] Patch for ER 9472, shared behaviour
...ying w/ names, so please be aware that until this is
released w/ 0.9 it should be considered experimental and there will
NOT be translation support for it. It will definitely be included in
some form - just the names (specifically it_should_behave_like) might
change.
That said, I encourage all you trunksters to grab the latest trunk and
give this feature a roll. I think it solves the problem of duplication
across behaviours very nicely. And please provide feedback. If you
have any issues with this I want to know about them before we release
0.9 (which is coming VERY soon).
Cheers,
David
On 4/28/07, n...
2007 Apr 04
1
moving 0.9 to trunk
Heads up for those of you who have been using trunk or branches/0.9-dev:
I''m going to be moving them around in the next day or so. What is now
in trunk will move to branches/0.8-maintenance, and what is now in
branches/0.9-dev will move to trunk. I''ll email shortly before and
after this happens, but I figured I''d give you some advanced warning.
David
2007 Apr 30
7
Migrating spec_helper with modifications
Hello,
After moving into the HEAD of rspec, I am greeted with a mountain of errors,
which I expected, due to my specs not being migrated.
I use hpricot for a lot of my view tests, as it is extremely simple to
traverse the DOM with it. I used to include HpricotSpecHelper in
spec_helper.rb, like so:
require ''hpricot_spec_helper''
module Spec
module Rails
module Runner