Re: [rspec-users] [RSpec] Unexpected behavior using TextMate Bundle...

2007-10-13 Thread Mel Riffe
y spec," what does TextMate show > for the selected "Language" of the file? RSpec, Ruby on Rails, other? > Are they the same for the different scenarios. > > Finally, what's the error? > > /g > > On 10/12/07, Mel Riffe <[EMAIL PROTECTED]> wrote: >

[rspec-users] [RSpec] Unexpected behavior using TextMate Bundle...

2007-10-12 Thread Mel Riffe
Howdy, Why does the bundle NOT work when I do the following: - Start TextMate - Open my project - Open my spec - Try to run spec and get an error While the following DOES work: - Open Terminal - Locate my project - Start TextMate via command line (mate .) - Open my spec - Try to

Re: [rspec-users] Rspec Textmate bundle errors

2007-10-12 Thread Mel Riffe
Hey David, This is what worked for me (just did this last night): 1. I removed everything rspec to have a clean slate: - gem uninstall rspec - rm -fr vendor/plugins/rpec - rm -fr vendor/plugins/rpec_on_rails - using BundleEditor, removed RSpec Bundle 2. I then installed the rspec plugins

Re: [rspec-users] [RSpec] Question about using TextMate Bundle...

2007-10-12 Thread Mel Riffe
Hey David, I'm Golden now. - Uninstalled the gem - svn co .../tags/CURRENT/rspec && rspec_on_rails - svn co .../tags/CURRENT/RSpec.tmbundle Thanks! On 10/11/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On 10/11/07, Mel Riffe <[EMAIL PROTECTED]> wrote: &g

Re: [rspec-users] [RSpec] Question about using TextMate Bundle...

2007-10-11 Thread Mel Riffe
tall rspec - svn co .../tags/CURRENT/rspec - svn co .../trunk/RSpec.tmbundle Is this ok? I'll post all my steps and error messages if I'm still having problems. Thanks again for the quick response. Mel On 10/11/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On 10/11

[rspec-users] [RSpec] Question about using TextMate Bundle...

2007-10-11 Thread Mel Riffe
Hey Everyone, First time poster! woot! Can someone please point me to a Wiki, FAQ, web page, that I can reference to help me debug why my installation of the TextMate Bundle doesn't work? Am I supposed to install the gem, then install the plugins into a project, then install the bundle before th