Commit d12f3cc1 by Kenichi Kamiya

Correct how to run test

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