summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2015-12-25 23:56:25 -0600
committerTom Black <[email protected]>2015-12-25 23:56:25 -0600
commit612b73a6710ecec0e6daed2c9bcba6107905649e (patch)
tree3e669bffc290aa79384c250239be49f803983a58
parent427d15a4abb58e8cc90f00928b2c04e5e6053168 (diff)
downloadruby2d-612b73a6710ecec0e6daed2c9bcba6107905649e.tar.gz
ruby2d-612b73a6710ecec0e6daed2c9bcba6107905649e.zip
Clarify running tests in README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c0b5369..9ec226f 100644
--- a/README.md
+++ b/README.md
@@ -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: