Re: [rspec-users] migration question

2010-08-02 Thread Myron Marston
This may be useful for folks migrating... I recently updated one of my projects to RSpec 2. Here's the commit with all the changes: http://github.com/myronmarston/vcr/commit/f05cc59abc16b711e345bab2994ad2ebfdce7170 Summary: - Updated rakefile so it defines new spec tasks - Migrated simple_matc

Re: [rspec-users] migration question

2010-08-02 Thread David Chelimsky
On Aug 2, 2010, at 7:46 AM, rogerdpack wrote: > Got this: > > no such file to load -- spec/rake/spectask > > anybody know off hand what the equivalent is for rspec2? rspec/core/rake_task I'll add that to Upgrade.markdown > -r > ___ > rspec-users ma

Re: [rspec-users] migration question

2010-08-02 Thread David Chelimsky
On Aug 2, 2010, at 8:09 AM, David Chelimsky wrote: > > On Aug 2, 2010, at 7:46 AM, rogerdpack wrote: > >> Got this: >> >> no such file to load -- spec/rake/spectask >> >> anybody know off hand what the equivalent is for rspec2? > > rspec/core/rake_task > > I'll add that to Upgrade.markdown

[rspec-users] migration question

2010-08-02 Thread rogerdpack
Got this: no such file to load -- spec/rake/spectask anybody know off hand what the equivalent is for rspec2? -r ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users