Re: [rspec-users] Integration testing without cucumber

2010-03-04 Thread drewB
Bug filed. Any idea about an earlier version that I might try? On Mar 3, 10:38 am, David Chelimsky wrote: > On Wed, Mar 3, 2010 at 12:24 PM, drewB wrote: > > Let me start by saying thank you for the time you are spending helping > > me. > > You're welcome. > > > It appears to be a rails version

Re: [rspec-users] Integration testing without cucumber

2010-03-03 Thread David Chelimsky
On Wed, Mar 3, 2010 at 12:24 PM, drewB wrote: > Let me start by saying thank you for the time you are spending helping > me. You're welcome. > It appears to be a rails version issue.  I ran though the same steps > you outlined on my machine and continued to get the same error > message, "undefin

Re: [rspec-users] Integration testing without cucumber

2010-03-03 Thread drewB
Let me start by saying thank you for the time you are spending helping me. It appears to be a rails version issue. I ran though the same steps you outlined on my machine and continued to get the same error message, "undefined method `be_success'". I am running rspec 1.3.0, rspec-rails 1.3.2, rai

Re: [rspec-users] Integration testing without cucumber

2010-03-02 Thread David Chelimsky
On Tue, Mar 2, 2010 at 11:53 AM, drewB wrote: > Looks like I spoke too soon.  I made a mistake when testing your > suggest.  When I add that I still get the same failure. I just did the following using rails 2.3.5, rspec 1.3.2 and rspec-rails 1.3.0: $ rails foo $ cd foo $ script/generate rspec $

Re: [rspec-users] Integration testing without cucumber

2010-03-02 Thread drewB
Looks like I spoke too soon. I made a mistake when testing your suggest. When I add that I still get the same failure. On Mar 1, 4:06 pm, drewB wrote: > That fixed it! Thanks! > > Any idea why that was needed for integration specs and not MVCs? > > On Mar 1, 3:04 pm, David Chelimsky wrote: > >

Re: [rspec-users] Integration testing without cucumber

2010-03-01 Thread drewB
That fixed it! Thanks! Any idea why that was needed for integration specs and not MVCs? On Mar 1, 3:04 pm, David Chelimsky wrote: > On Mon, Mar 1, 2010 at 4:59 PM, drewB wrote: > > Belwo is a spec that when used with the default spec_helper fails > > with: > > > NoMethodError in 'test matchers

Re: [rspec-users] Integration testing without cucumber

2010-03-01 Thread David Chelimsky
On Mon, Mar 1, 2010 at 4:59 PM, drewB wrote: > Belwo is a spec that when used with the default spec_helper fails > with: > > NoMethodError in 'test matchers should be able to find be_success' > undefined method `be_success' for > # > > -- > > require 'spec_helper' > > describe "test matche

Re: [rspec-users] Integration testing without cucumber

2010-03-01 Thread drewB
Belwo is a spec that when used with the default spec_helper fails with: NoMethodError in 'test matchers should be able to find be_success' undefined method `be_success' for # -- require 'spec_helper' describe "test matchers" do it "should be able to find be_success" do get '/'

Re: [rspec-users] Integration testing without cucumber

2010-03-01 Thread Wincent Colaiuta
El 01/03/2010, a las 21:32, drewB escribió: > I need to create some integration tests without cucumber. Can anyone > point me in the right direction for how to do that in rails? I tried > creating specs under 'spec/integration/' but no matchers are being > included. I also tried rspec_integratio

Re: [rspec-users] Integration testing without cucumber

2010-03-01 Thread Joseph Wilk
drewB wrote: I need to create some integration tests without cucumber. Can anyone point me in the right direction for how to do that in rails? I tried creating specs under 'spec/integration/' but no matchers are being included. I also tried rspec_integration plugin (http://github.com/ tricycle/

[rspec-users] Integration testing without cucumber

2010-03-01 Thread drewB
I need to create some integration tests without cucumber. Can anyone point me in the right direction for how to do that in rails? I tried creating specs under 'spec/integration/' but no matchers are being included. I also tried rspec_integration plugin (http://github.com/ tricycle/rspec-integrati