David Chelimsky
2011-Mar-01 13:46 UTC
[rspec-users] [ANN] Welcome Chad, Pat, Justin, and Myron!
I''m very pleased to announce the reformation of a core RSpec development team: Chad Humphries, a.k.a. spicycode, has been involved with RSpec since the 1.0 release, which he helped to usher out the door at RailsConf 2007. He subsequently authored Micronaut [1], a lightweight, RSpec compatible spec runner, which later became the basis for the rspec-core gem. Pat Maddox has been contributing patches and blogging about RSpec and BDD since 2007 as well: most notably the =~ matcher for arrays and the last bit of glue that turned plain text stories in Cucumber''s predecessor, the RSpec Story Runner (which succeeded rbehave) into a reality. Justin Ko has been actively contributing patches and participating on the mailing list since last spring, but is probably best known for his creation of http://relishapp.com, which now hosts RSpec 2''s documentation. Myron Marston is the author of VCR [2], and has been contributing to RSpec since last summer. He has a keen sense of BDD, and his patches continually impress me with their thoroughness, attention to detail, and understanding of the wider Ruby ecosystem in which RSpec makes its home. Please join me in welcoming Chad, Pat, Justin, and Myron to the RSpec development team. Cheers, David [1] http://github.com/spicycode/micronaut [2] http://github.com/myronmarston/vcr
Luke Melia
2011-Mar-01 14:30 UTC
[rspec-users] [ANN] Welcome Chad, Pat, Justin, and Myron!
Congratulations, guys and Thank You! On Mar 1, 2011, at 8:46 AM, David Chelimsky wrote:> I''m very pleased to announce the reformation of a core RSpec development team: > > Chad Humphries, a.k.a. spicycode, has been involved with RSpec since the 1.0 release, which he helped to usher out the door at RailsConf 2007. He subsequently authored Micronaut [1], a lightweight, RSpec compatible spec runner, which later became the basis for the rspec-core gem. > > Pat Maddox has been contributing patches and blogging about RSpec and BDD since 2007 as well: most notably the =~ matcher for arrays and the last bit of glue that turned plain text stories in Cucumber''s predecessor, the RSpec Story Runner (which succeeded rbehave) into a reality. > > Justin Ko has been actively contributing patches and participating on the mailing list since last spring, but is probably best known for his creation of http://relishapp.com, which now hosts RSpec 2''s documentation. > > Myron Marston is the author of VCR [2], and has been contributing to RSpec since last summer. He has a keen sense of BDD, and his patches continually impress me with their thoroughness, attention to detail, and understanding of the wider Ruby ecosystem in which RSpec makes its home. > > Please join me in welcoming Chad, Pat, Justin, and Myron to the RSpec development team. > > Cheers, > David > > [1] http://github.com/spicycode/micronaut > [2] http://github.com/myronmarston/vcr > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users-- Luke Melia http://www.lukemelia.com/
Tim Gremore
2011-Mar-01 14:49 UTC
[rspec-users] [ANN] Welcome Chad, Pat, Justin, and Myron!
BIG Welcome and thanks to the new RSpec squad! Keep up the outstanding work! On Tue, Mar 1, 2011 at 7:46 AM, David Chelimsky <dchelimsky at gmail.com>wrote:> I''m very pleased to announce the reformation of a core RSpec development > team: > > Chad Humphries, a.k.a. spicycode, has been involved with RSpec since the > 1.0 release, which he helped to usher out the door at RailsConf 2007. He > subsequently authored Micronaut [1], a lightweight, RSpec compatible spec > runner, which later became the basis for the rspec-core gem. > > Pat Maddox has been contributing patches and blogging about RSpec and BDD > since 2007 as well: most notably the =~ matcher for arrays and the last bit > of glue that turned plain text stories in Cucumber''s predecessor, the RSpec > Story Runner (which succeeded rbehave) into a reality. > > Justin Ko has been actively contributing patches and participating on the > mailing list since last spring, but is probably best known for his creation > of http://relishapp.com, which now hosts RSpec 2''s documentation. > > Myron Marston is the author of VCR [2], and has been contributing to RSpec > since last summer. He has a keen sense of BDD, and his patches continually > impress me with their thoroughness, attention to detail, and understanding > of the wider Ruby ecosystem in which RSpec makes its home. > > Please join me in welcoming Chad, Pat, Justin, and Myron to the RSpec > development team. > > Cheers, > David > > [1] http://github.com/spicycode/micronaut > [2] http://github.com/myronmarston/vcr > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-- Tim Gremore 920 471-1716 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20110301/6e4010f9/attachment.html>
Scott Taylor
2011-Mar-01 17:14 UTC
[rspec-users] [ANN] Welcome Chad, Pat, Justin, and Myron!
Welcome everyone (and double welcome to Pat)! Thanks for your hard work, guys! Cheers, Scott Taylor smtlaissezfaire On Mar 1, 2011, at 8:46 AM, David Chelimsky wrote:> I''m very pleased to announce the reformation of a core RSpec development team: > > Chad Humphries, a.k.a. spicycode, has been involved with RSpec since the 1.0 release, which he helped to usher out the door at RailsConf 2007. He subsequently authored Micronaut [1], a lightweight, RSpec compatible spec runner, which later became the basis for the rspec-core gem. > > Pat Maddox has been contributing patches and blogging about RSpec and BDD since 2007 as well: most notably the =~ matcher for arrays and the last bit of glue that turned plain text stories in Cucumber''s predecessor, the RSpec Story Runner (which succeeded rbehave) into a reality. > > Justin Ko has been actively contributing patches and participating on the mailing list since last spring, but is probably best known for his creation of http://relishapp.com, which now hosts RSpec 2''s documentation. > > Myron Marston is the author of VCR [2], and has been contributing to RSpec since last summer. He has a keen sense of BDD, and his patches continually impress me with their thoroughness, attention to detail, and understanding of the wider Ruby ecosystem in which RSpec makes its home. > > Please join me in welcoming Chad, Pat, Justin, and Myron to the RSpec development team. > > Cheers, > David > > [1] http://github.com/spicycode/micronaut > [2] http://github.com/myronmarston/vcr > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Craig Demyanovich
2011-Mar-01 18:26 UTC
[rspec-users] [ANN] Welcome Chad, Pat, Justin, and Myron!
Welcome, everyone! Thanks for helping to provide all of us with high-quality, useful tools that help us do what we love. Regards, Craig -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20110301/891dc0d5/attachment.html>