Re: [rspec-users] Anyone using the rspec textmate bundle with Ruby 1.9.1

2009-10-23 Thread Lee Hambley
Rick, You could hack the TM_RUBY variable, or if you launch Texmtate from the command line, it will inherit that terminal's RUBY values (also $PATH, $ENV, etc) -- Lee Hambley Twitter: @leehambley | @capistranorb Blog: http://lee.hambley.name/ Working with Rails: http://is.gd/1s5W1 2009/10/23 R

[rspec-users] Anyone using the rspec textmate bundle with Ruby 1.9.1

2009-10-23 Thread Rick DeNatale
I'm now in the process of facing converting a rails app to use Ruby 1.9.1. Has anyone figured out how to use 1.9 with the RSpec bundle in textmate and preferably how to switch back and forth? -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Twitter: http://twitter.com/RickDeNatale WWR

Re: [rspec-users] Rspec Tutorial

2009-10-23 Thread Lee Hambley
This topic is raised once a month by someone from India with no "search" skills - please check the list for similar questions. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] Rspec Tutorial

2009-10-23 Thread hanuma kanth
Dear Sir, Iam Hanumakanth working in Indigenius Solutins(www.indigenius.com) from india and i want some good examples of rspecs and also is there any way to create rspecs through the command line after creating the scaffold for the application. Thank you Hanumaknth. 9912361323. _

Re: [rspec-users] spec failing to run specs when spec.opts is present on 1.2.9

2009-10-23 Thread Ashley Moran
On 22 Oct 2009, at 16:28, Paul Carey wrote: Outside of the old merb app, I wasn't able to duplicate this issue. I also copied the spec_helper from a newly created merb app (1.0.12) into the old app, but the issue persisted. Perhaps a library conflict might be to blame? Hi Paul I use Merb ex

Re: [rspec-users] Stub that returns hash values

2009-10-23 Thread Ashley Moran
On 21 Oct 2009, at 19:18, Stephen Eley wrote: On Wed, Oct 21, 2009 at 1:12 PM, Carl Graff wrote: In truth, due to my inexperience and confusion, mocks seem to slow my development more than just creating real objects. But since there has been so much effort to put these into testing framework