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 ...@@ -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