Skip to content

Commit

Permalink
Notes for testing across ruby versions using rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Jan 6, 2011
1 parent f512e5e commit 4287e54
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2010 Christoph Olszowka
Copyright (c) 2010-2011 Christoph Olszowka

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
19 changes: 18 additions & 1 deletion README.rdoc
Expand Up @@ -304,8 +304,25 @@ Thanks to Aaron Patterson (http://engineering.attinteractive.com/2010/08/code-co
for this!

== TODO

* Improve on tests (integration tests)

== Developer notes

The test suite is built for execution on multiple versions of Ruby to ensure that SimpleCov keeps quiet on Ruby 1.8.

RVM is used for that, and let me tell you that you probably want to install it if you haven't yet.

To invoke the test suite on multiple rubies, install the dev bundle using

rake multitest:bundle

and then you should be ready to launch the tests:

rake multitest

The ruby versions used for testing can be found in the Rakefile.

== Note on Patches/Pull Requests

* Fork the project.
Expand All @@ -318,4 +335,4 @@ for this!

== Copyright

Copyright (c) 2010 Christoph Olszowka. See LICENSE for details.
Copyright (c) 2010-2011 Christoph Olszowka. See LICENSE for details.

0 comments on commit 4287e54

Please sign in to comment.