diff options
| author | Tom Black <[email protected]> | 2015-12-25 23:56:25 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2015-12-25 23:56:25 -0600 |
| commit | 612b73a6710ecec0e6daed2c9bcba6107905649e (patch) | |
| tree | 3e669bffc290aa79384c250239be49f803983a58 /README.md | |
| parent | 427d15a4abb58e8cc90f00928b2c04e5e6053168 (diff) | |
| download | ruby2d-612b73a6710ecec0e6daed2c9bcba6107905649e.tar.gz ruby2d-612b73a6710ecec0e6daed2c9bcba6107905649e.zip | |
Clarify running tests in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ This is the Ruby 2D gem. [Check out the website](http://www.ruby2d.com) for help ## Running Tests +Ruby 2D uses both RSpec and custom tests. Run `bundle install` to get all development dependences. + ### Getting the Test Media To keep the size of this repository small, media needed for tests are checked into the Simple 2D [`test_media`](https://github.com/simple2d/test_media) repo and referenced as a [Git submodule](http://git-scm.com/book/en/v2/Git-Tools-Submodules). After cloning this repo, init the submodule and get its contents by using: |
