Skip to content

Commit

Permalink
Install drntest in master Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Nov 28, 2013
1 parent a474cf6 commit a58bcb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Expand Up @@ -43,3 +43,10 @@ if File.exist?(droonga_client_dir)
else
gem "droonga-client", github: "droonga/droonga-client-ruby"
end

drntest_dir = File.join(parent_dir, "drntest")
if File.exist?(drntest_dir)
gem "drntest", :path => drntest_dir
else
gem "drntest", :github => "droonga/drntest"
end

0 comments on commit a58bcb4

Please sign in to comment.