Commit d12f3cc1 by Kenichi Kamiya

Correct how to run test

parent f14e3bfb
......@@ -3,4 +3,5 @@
Gemfile.lock
.bundle
.yardoc
vendor
\ No newline at end of file
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