[rspec-users] Problem specing application layout, missing partial?

2010-07-05 Thread Pixel
ng partial layouts/application.html with {:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml, :haml], :formats=>[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json], :locale=>[:en, :en]} in view paths "/home/pixel/Development/code/achiev

Re: [rspec-users] Problem specing application layout, missing partial?

2010-07-05 Thread Pixel
On Mon, Jul 5, 2010 at 11:16 AM, David Chelimsky wrote: > On Jul 5, 2010, at 9:52 AM, Pixel wrote: > > In an effort to teach myself BDD I'm trying it out. I'm trying to do a > simple (should be straightforward) spec on my application.html.haml file > first looking for

[rspec-users] Rspec2, Autotest showing failure on all passing specs

2010-08-10 Thread Pixel
Hey guys, This is making me nuts, and I've run out of things to google. I'm writing myself a little gem library, primarily for my own education.  I got a healthy start on my specs and figured I could do myself a favor and get the specs running under autotest.  It's not working quite like I expected

Re: [rspec-users] Rspec2, Autotest showing failure on all passing specs

2010-08-11 Thread Pixel
On Wed, Aug 11, 2010 at 12:21 AM, David Chelimsky wrote: > I've never seen that before. Do you have red_green installed and maybe > referenced from ~/.autotest? > >> >> Off to try and reproduce this on a fresh gemset >> >> -Cole Hey David, It appears at the moment that this is coming from a

Re: [rspec-users] Rake generate - not generating spec files

2011-02-22 Thread Pixel
On Tue, Feb 22, 2011 at 8:35 PM, Jason Nah wrote: > Howdy, > I'm running the following stack: > > rails 3.0.4 > rake (0.8.7) > rspec 2.5.0 > rspec-rails 2.5.0 > > I created the rails app, and I didn't tell rails to exclude the default Test > mechanisms. > I installed it using > rails generate rspe

Re: [rspec-users] How to use rspec_scaffold generator with latest rspec gem.

2011-03-10 Thread Pixel
On Thu, Mar 10, 2011 at 7:49 AM, Mohnish J. wrote: > I am unable to use the old rspec generator ( rspec_scaffold ) with rspec > 2.5 and rspec-rails 2.5 gem. As expected I get the following error as > given below. > >    mohnish@mohnish-desktop:~/rails_testing/10Mar11/rspec_demo3$ rails g > rspec_

Re: [rspec-users] calbacks on models

2011-03-27 Thread Pixel
On Sat, Mar 26, 2011 at 8:18 PM, Huw Nichols wrote: > OK, found the problem and it's not rspec - my bad... > Turns out that my spork config using guard etc. does not reload model files > as it should - looking into that next > Reloading spork (or killing it and running native) and all tests work a