Commit d12f3cc1 by Kenichi Kamiya

Correct how to run test

parent f14e3bfb
...@@ -4,3 +4,4 @@ Gemfile.lock ...@@ -4,3 +4,4 @@ Gemfile.lock
.bundle .bundle
.yardoc .yardoc
vendor vendor
lib/mimemagic/path.rb
...@@ -46,10 +46,13 @@ http://www.rubydoc.info/github/mimemagicrb/mimemagic ...@@ -46,10 +46,13 @@ http://www.rubydoc.info/github/mimemagicrb/mimemagic
Tests Tests
===== =====
``` ```console
bundle install $ bundle install
$ cd ext/mimemagic/
$ bundle exec rake
$ popd
rake test $ bundle exec rake test
``` ```
Authors 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