Skip to content

Commit

Permalink
Update doc, write about add_test_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Jun 14, 2016
1 parent 09b1185 commit 481aa31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/guides/mrbgems.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ MRuby::Gem::Specification.new('c_and_ruby_extension_example') do |spec|

# Use latest mruby-onig-regexp from github. (version requirements can be omitted)
spec.add_dependency('mruby-onig-regexp', :github => 'mattn/mruby-onig-regexp')

# You can add extra mgems active only on test
spec.add_test_dependency('mruby-process', :github => 'iij/mruby-process')
end
```

Expand Down

0 comments on commit 481aa31

Please sign in to comment.