Re: [rspec-users] Error executing specs using Ruby 1.9.1p243 and RSpec 1.2.9

2009-11-23 Thread Scott Taylor
On Nov 23, 2009, at 11:12 PM, David Chelimsky wrote: > > > On Mon, Nov 23, 2009 at 9:36 PM, Scott Taylor wrote: > > On Nov 23, 2009, at 9:35 PM, David Chelimsky wrote: > >> On Fri, Nov 20, 2009 at 9:06 PM, Bogdan Dumitru wrote: >> The syntax for use_fakefs changed in version 0.2.1 and the f

Re: [rspec-users] Error executing specs using Ruby 1.9.1p243 and RSpec 1.2.9

2009-11-23 Thread David Chelimsky
On Mon, Nov 23, 2009 at 9:36 PM, Scott Taylor wrote: > > On Nov 23, 2009, at 9:35 PM, David Chelimsky wrote: > > On Fri, Nov 20, 2009 at 9:06 PM, Bogdan Dumitru wrote: > >> The syntax for use_fakefs changed in version 0.2.1 and the fixtures >> for rspec are generating errors, but it can be solved

Re: [rspec-users] Error executing specs using Ruby 1.9.1p243 and RSpec 1.2.9

2009-11-23 Thread Scott Taylor
On Nov 23, 2009, at 9:35 PM, David Chelimsky wrote: > On Fri, Nov 20, 2009 at 9:06 PM, Bogdan Dumitru wrote: > The syntax for use_fakefs changed in version 0.2.1 and the fixtures > for rspec are generating errors, but it can be solved easily. > Have to change ... > describe "smth" do > extend

Re: [rspec-users] Error executing specs using Ruby 1.9.1p243 and RSpec 1.2.9

2009-11-23 Thread David Chelimsky
On Fri, Nov 20, 2009 at 9:06 PM, Bogdan Dumitru wrote: > The syntax for use_fakefs changed in version 0.2.1 and the fixtures > for rspec are generating errors, but it can be solved easily. > Have to change ... > describe "smth" do > extend FakeFS::SpecHelpers > use_fakefs > ... > end > To..

[rspec-users] rspec + autotest + rails engines

2009-11-23 Thread rafaelmazza
Hi everyone, I'm developing a rails app with several engines. I was wondering if it's possible to autospec all my engine's specs. I've tried putting the following content into my .autotest (in the app's root directory): Autotest.add_hook :initialize do |at| # find all my plugins with an spec d

Re: [rspec-users] Cucumber Cygwin

2009-11-23 Thread Peter Ritchie
Aslak Hellesøy wrote: >> Stuck as to what dependency is calling for cucumber 0.4.4 - > > config/environments/cucumber.rb? > > (Failing that - search for the string "0.4.4" among your project's > files) > >> we want to >> stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac >> > >

Re: [rspec-users] spec_helper getting reloaded after specs run under Textmate/Spork

2009-11-23 Thread Elliot Winkler
Great, I'm glad it's not just me :) I'll ask there. -- Elliot On 11/23/09 11:47 AM, Ben Mabey wrote: David Chelimsky wrote: On Sat, Nov 21, 2009 at 12:28 AM, Elliot Winkler mailto:elliot.wink...@gmail.com>> wrote: I'm having the hardest time trying to figure out something weird I've suddenl

Re: [rspec-users] spec_helper getting reloaded after specs run under Textmate/Spork

2009-11-23 Thread Ben Mabey
David Chelimsky wrote: On Sat, Nov 21, 2009 at 12:28 AM, Elliot Winkler mailto:elliot.wink...@gmail.com>> wrote: I'm having the hardest time trying to figure out something weird I've suddenly run into. So I'm using Spork to run my specs. Naturally I've got TM_RSPEC_OPTS in Textma

Re: [rspec-users] Cucumber Cygwin

2009-11-23 Thread aslak hellesoy
> Stuck as to what dependency is calling for cucumber 0.4.4 - config/environments/cucumber.rb? (Failing that - search for the string "0.4.4" among your project's files) > we want to > stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac > What's stopping you from running 0.4.4? I

Re: [rspec-users] Cucumber Cygwin

2009-11-23 Thread aslak hellesoy
> Stuck as to what dependency is calling for cucumber 0.4.4 - we want to > stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac > Cucumber has its own mailing list: http://groups.google.com/group/cukes > > > /usr/bin/ruby.exe -I > "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/lib:lib"

[rspec-users] Cucumber Cygwin

2009-11-23 Thread Peter Ritchie
Stuck as to what dependency is calling for cucumber 0.4.4 - we want to stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac /usr/bin/ruby.exe -I "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/lib:lib" "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/bin/cucumber" --color --tags ~...@wip --

Re: [rspec-users] spec_helper getting reloaded after specs run under Textmate/Spork

2009-11-23 Thread David Chelimsky
On Sat, Nov 21, 2009 at 12:28 AM, Elliot Winkler wrote: > I'm having the hardest time trying to figure out something weird I've > suddenly run into. So I'm using Spork to run my specs. Naturally I've got > TM_RSPEC_OPTS in Textmate set to --drb and I'm running `spork` from the > command line to fi

Re: [rspec-users] spec_helper getting reloaded after specs run under Textmate/Spork

2009-11-23 Thread Elliot Winkler
Thought I should mention I'm fully updated to TextMate 1.5.9 and I'm also on Leopard. I tried wiping out my TextMate bundles and re-installing TextMate, but I'm still seeing the problem, both in my project and a fresh project. Going to try a previous version of TextMate next, and then another