Commit 49effbd4 by Jon Wood Committed by GitHub

Merge pull request #129 from kachick/correct-how-to-test

Correct how to run test
parents f14e3bfb d12f3cc1
......@@ -4,3 +4,4 @@ Gemfile.lock
.bundle
.yardoc
vendor
lib/mimemagic/path.rb
......@@ -46,10 +46,13 @@ http://www.rubydoc.info/github/mimemagicrb/mimemagic
Tests
=====
```
bundle install
```console
$ bundle install
$ cd ext/mimemagic/
$ bundle exec rake
$ popd
rake test
$ bundle exec rake test
```
Authors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment