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
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
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
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
$
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:
>
>
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
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
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 '/'
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
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/
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
11 matches
Mail list logo