Re: [rspec-users] new --pattern option

2008-05-27 Thread Ashley Moran
On 27 May 2008, at 15:15, Avdi Grimm wrote: RCS? Yes! Something else I've never had the pleasure of using. I doubt any rspec users use RCS, but you never know. Ashley -- http://www.patchspace.co.uk/ http://aviewfromafar.net/ ___ rspec-users

Re: [rspec-users] new --pattern option

2008-05-27 Thread Avdi Grimm
On Tue, May 27, 2008 at 10:12 AM, Ashley Moran <[EMAIL PROTECTED]> wrote: > Ignore me, I was just being stupid :) I don't really put commas at the end > of my filenames. I'm sure I've seen something that does though, but I can't > remember what. RCS? -- Avdi Home: http://avdi.org Developer Bl

Re: [rspec-users] new --pattern option

2008-05-27 Thread Ashley Moran
On 27 May 2008, at 14:06, David Chelimsky wrote: I was thinking more of ant patternsets (from my java days). I think they support comma or space separated, but all the examples I ever saw (or wrote) used commas. Ah ok, I guess it depends on your heritage. I'm lucky to have not had to bu

Re: [rspec-users] new --pattern option

2008-05-27 Thread David Chelimsky
On May 27, 2008, at 7:59 AM, Ashley Moran wrote: On 27 May 2008, at 13:45, David Chelimsky wrote: How would you do it? Everywhere I've seen something similar, it's just been space- delimited, no punctuation.For example, this from the rsync man page: rsync -av host:'dir1/file1 dir2

Re: [rspec-users] new --pattern option

2008-05-27 Thread Ashley Moran
On 27 May 2008, at 13:45, David Chelimsky wrote: How would you do it? Everywhere I've seen something similar, it's just been space- delimited, no punctuation.For example, this from the rsync man page: rsync -av host:'dir1/file1 dir2/file2' /dest Not quite the same thing but it's the

Re: [rspec-users] new --pattern option

2008-05-27 Thread David Chelimsky
On May 27, 2008, at 7:41 AM, Ashley Moran wrote: On 27 May 2008, at 12:37, David Chelimsky wrote: I updated my blog post to reflect this: http://blog.davidchelimsky.net/articles/2008/01/20/rspec-new-pattern-option Just out of curiosity, how come multiple patterns are specified comma-sepa

Re: [rspec-users] new --pattern option

2008-05-27 Thread Ashley Moran
On 27 May 2008, at 12:37, David Chelimsky wrote: I updated my blog post to reflect this: http://blog.davidchelimsky.net/articles/2008/01/20/rspec-new-pattern-option Just out of curiosity, how come multiple patterns are specified comma- separated? It means I have to go and rename all the fi

Re: [rspec-users] new --pattern option

2008-05-27 Thread David Chelimsky
On May 27, 2008, at 2:35 AM, kasutaja wrote: Hello. You're saying that: To get rspec to behave as it did before this change, use this: --pattern "**/*.rb" That was an error. Use this instead: --pattern "spec/**/*.rb" or this if you want to avoid loading files other than spec files: --pat

Re: [rspec-users] new --pattern option

2008-05-27 Thread kasutaja
Hello. You're saying that: To get rspec to behave as it did before this change, use this: --pattern "**/*.rb" I tried like this (rspec 1.03) and it wasn't same as before (rspec 1.08). Now it also loads all other files in current directory and in all subdirectories and not only from directory

[rspec-users] new --pattern option

2008-01-20 Thread David Chelimsky
Hello all, Just a heads up that I made a change (in svn trunk - not yet released) that may change what files get loaded when you run the rake or spec commands. Not a big deal if you've been following convention, but for those who haven't you may need to make a minor adjustment to your rake file or