Re: [rspec-users] LinkedIn Group

2008-11-20 Thread Erik Terpstra
I really like the idea of LinkedIn BDD and RSpec groups. Is somebody of the core team willing to create these? --Erik Ashley Moran wrote: On Nov 14, 2008, at 12:27 pm, Matt Wynne wrote: What about abstracting it a level and making it a BDD group? The 'Outside In' Club. Or something. :) The

Re: [rspec-users] [ANN] At last, the book

2009-01-29 Thread Erik Terpstra
Just did the same :) Juanma Cervera wrote: I have just gone to "Pragmatic Programmers" and spent my money in the book I have dreaming for six months. :) Maybe I'm the first :) ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforg

[rspec-users] Vim integration.

2007-12-14 Thread Erik Terpstra
Hi, Does anybody have a vim script that enables me to run specs from within vim and have the cursor positioned on the right line in case of a backtrace? TIA, Erik. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/l

[rspec-users] Vim integration.

2007-12-18 Thread Erik Terpstra
Hi, Does anybody have a vim script that enables me to run specs from within vim and have the cursor positioned on the right line in case of a backtrace? TIA, Erik. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/lis

[rspec-users] Testing REST webservices? (Not Rails)

2008-05-21 Thread Erik Terpstra
Hi, I am new to RSpec and BDD. I was wondering if RSpec specifications are a good solution for testing REST webservices (not implemented in Rails). If so, what would be a good way to test something like the API described below? === GET http://localhost/workflow text/xml Result: 200

[rspec-users] RSpec for testing REST webservices? (Not Rails)

2008-05-21 Thread Erik Terpstra
Hi, I am new to RSpec and BDD. I was wondering if RSpec specifications are a good solution for testing REST webservices (not implemented in Rails). If so, what would be a good way to test something like the API described below? === GET http://localhost/workflow text/xml Result: 200