Skip to content

Commit

Permalink
test-unit integration
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed May 19, 2016
1 parent 9c7cedd commit 63456fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -7,10 +7,13 @@ PATH
GEM
remote: http://rubygems.org/
specs:
power_assert (0.2.6)
rack (1.2.1)
rack-test (0.5.6)
rack (>= 1.0)
rake (0.9.2.2)
test-unit (3.1.5)
power_assert

PLATFORMS
ruby
Expand All @@ -19,3 +22,7 @@ DEPENDENCIES
rack-proxy!
rack-test
rake
test-unit

BUNDLED WITH
1.12.4
1 change: 1 addition & 0 deletions rack-proxy.gemspec
Expand Up @@ -21,4 +21,5 @@ Gem::Specification.new do |s|

s.add_dependency("rack")
s.add_development_dependency("rack-test")
s.add_development_dependency("test-unit")
end

0 comments on commit 63456fb

Please sign in to comment.