[rspec-devel] Setting rspec up for contribution
David Chelimsky
dchelimsky at gmail.com
Fri Apr 20 12:37:39 EDT 2007
On 4/20/07, Antti Tarvainen <antti.tarvainen at iki.fi> wrote:
> Hello, rspec developers.
>
>
> I checked out rspec trunk to look at the code and perhaps to
> contribute something in the future. It took me some time to get to the
> point where "rake pre_commit" works, as it wasn't entirely obvious
> from the beginning. So, to benefit others, here are the necessary
> steps (or at least what I did):
>
>
> svn co svn://rubyforge.org/var/svn/rspec/trunk
> cd trunk
> rake install_dependencies
> cd example_rails_app
> export RSPEC_RAILS_VERSION=edge
> rake rspec:generate_mysql_config
> mysql -u root < db/mysql_setup.sql
> cd ..
> rake pre_commit
Thanks Antti - I added this to rspec/README in trunk rev 1786.
Cheers,
David
>
>
> Perhaps some instructions like this should be added to trunk/README or
> trunk/doc/src/contribute.page?
>
>
> Antti T.
> _______________________________________________
> rspec-devel mailing list
> rspec-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-devel
>
More information about the rspec-devel
mailing list