Depp vendorized

This commit is contained in:
Priit Tark 2015-04-07 15:33:41 +03:00
parent 98ace9d49f
commit 65f50c23f0
154 changed files with 4485 additions and 29 deletions

7
vendor/gems/depp/test/depp_test.rb vendored Normal file
View file

@ -0,0 +1,7 @@
require 'test_helper'
class DeppTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Depp
end
end