[rspec-users] problems with javascript testing

2011-11-22 Thread Chad
Hi all, I may be missing something simple here, but I'm having problems with attempting to get a javascript request test going. I'm not sure if this is the correct place to ask but perhaps someone will be able to direct me to the right place if not. The problem I'm having is that in my before(:ea

Re: [rspec-users] After upgrade to newest TM Bundle I get "Invalid char" error

2009-09-14 Thread Chad Humphries
Steffen, What ruby version do you have? i.e. /usr/bin/ruby -v -- Chad On Sep 14, 2009, at 2:32 PM, Steffen Hiller wrote: Hey, I finally upgraded from a rather old RSpec Textmate Bundle to the newest version. (master:efe49e) But when running any commands such as "Run Example

[rspec-users] undefined method `contain' for #

2010-11-10 Thread Chad Ostrowski
Here's my Gemfile: group :development, :test do > gem 'rspec-rails', '2.0.0' > gem 'cucumber-rails', '0.3.2' > gem 'capybara', '0.4.0.rc' > end and here's my spec: describe "welcome/index.html.haml" do > it "displays 'Problem Child' in the header" do > render > rendered.should c

Re: [rspec-users] [RSpec] rcov and/or rexml bug?

2009-02-13 Thread Chad Humphries
Githubs recent gem builder changes have caused some issues with this. We are looking into it today in more detail. Pulling it down and manually building should definitely work in the meantime. -- Chad Humphries spicycode On Feb 13, 2009, at 4:01 AM, Fernando Perez wrote: You

Re: [rspec-users] Deprecating the mocking framework?

2007-09-03 Thread Chad Humphries
. Deprecated a number of mock_* methods. -Chad On Sep 3, 2007, at 12:08 AM, Zach Dennis wrote: > On 9/2/07, Andrew WC Brown <[EMAIL PROTECTED]> wrote: >> I think that makes sense. >> >> Which do you recommend? Flexmock or Mocha? >> > > I wouldn't recommen

Re: [rspec-users] Failure Messages in RSpec

2007-09-04 Thread Chad Humphries
I generally write custom expectation matchers when I want more specific information on failure scenarios. Granted this might not work in all scenarios (taking time to write a custom matcher I mean), but for most things it has made it very nice. -Chad On Sep 4, 2007, at 5:08 PM, Jay Levitt

Re: [rspec-users] Spec/Test Speed

2007-10-06 Thread Chad Humphries
hances of wandering about to other tasks) we always want to run the full stack locally and not just a slice. Then again all this strikes me as rather funny as I remember waiting 5 or 6 minutes back in my .NET days for a quarter our tests to run, with no coverage report. I guess ruby and rs

Re: [rspec-users] Spec/Test Speed

2007-10-07 Thread Chad Humphries
g stations (one per pair of users, no distributed spec running yet). Our main specs are built around heavier use of mocking/stubbing. - Chad On Oct 7, 2007, at 2:14 AM, Scott Taylor wrote: > > On Oct 7, 2007, at 1:47 AM, Pat Maddox wrote: > >> On 10/6/07, Scott Taylor

Re: [rspec-users] [rspec-devel] help anyone?

2007-11-18 Thread Chad Humphries
David, The move should be complete now. -Chad On Nov 18, 2007, at 5:26 PM, David Chelimsky wrote: > On Nov 18, 2007 4:16 PM, Jonathan Linowes <[EMAIL PROTECTED]> > wrote: >> David, >> >> If no one else offers a more efficient solution, I'm willing to &g

Re: [rspec-users] 'it' duplicate example: BUG

2007-11-21 Thread Chad Humphries
this issue rise up if you have one in a shared behaviour and accidental duplication in the file (that was my case when I updated this morning). - Chad On Nov 21, 2007, at 1:12 PM, Scott Taylor wrote: > I svn up'ed this morning, to get the following message with rake spec: > >

Re: [rspec-users] Installation Trouble

2007-12-19 Thread Chad Humphries
Also, could you post the spec if possible? - Chad On Dec 19, 2007, at 10:11 AM, David Chelimsky wrote: > On Dec 19, 2007 8:46 AM, Ben Greenberg > <[EMAIL PROTECTED]> wrote: >> >> David Chelimsky wrote: >> >> On Dec 19, 2007 7:31 AM, Ben Greenbe

Re: [rspec-users] Rails: Specing libraries

2007-12-22 Thread Chad Humphries
elper') describe MyExtension do ... end And that should about do it. -- Chad Humphries http://spicycode.com/ On Dec 22, 2007, at 1:17 PM, Caleb Land wrote: > I was reading the documentation on using rails with rspec and I > didn't see anything about how to spec librar

Re: [rspec-users] OT local version control?

2008-01-27 Thread Chad Humphries
A good thing to note is that you can run many of the distributed scm tools in a 'svn wrapper' mode to ease transition with existing repositories. That made the switch much easier for me. - Chad On Jan 27, 2008 5:00 PM, Dan North <[EMAIL PROTECTED]> wrote: > I can see thi

Re: [rspec-users] Welcome Pat Maddox

2008-04-07 Thread Chad Humphries
Congrats Pat! -- Chad On Fri, Apr 4, 2008 at 2:52 PM, Andrew WC Brown <[EMAIL PROTECTED]> wrote: > Gooble Goble, Gooble Goble, One of Us! One of Us! > > > > On Fri, Apr 4, 2008 at 2:42 PM, Brian Takita <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 4, 2008 at 10:

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-28 Thread Chad Humphries
Very cool, I'll try it out tomorrow. -- Chad On Mon, Apr 28, 2008 at 8:08 PM, Corey Haines <[EMAIL PROTECTED]> wrote: > I'm using rspactor now over autotest. I'll give the beta a shot. > > -Corey > > > > On Mon, Apr 28, 2008 at 3:51 PM, rubyphun

Re: [rspec-users] RCov / RSpec segfaults on Ubuntu

2008-09-13 Thread Chad Humphries
I've got a version of rcov up at github (sudo gem install spicycode-rcov --source=http://gems.github.com/) incorporating many of the fixes for rcov segfaults. So far none of the old standard crashes have crept back up. Give it a try and let me know how it works for you. -- Chad On Sat, S

Re: [rspec-users] plans for cucumber

2008-09-23 Thread Chad Humphries
or to replace it and stay a separate gem? -- Chad On Tue, Sep 23, 2008 at 8:44 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Tue, Sep 23, 2008 at 4:21 AM, Ashley Moran > <[EMAIL PROTECTED]> wrote: >> >> On 23 Sep 2008, at 02:35, David Chelimsky wrote: >>