Skip to content

Commit

Permalink
include test/unit as gem
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Feb 3, 2013
1 parent 4ac6611 commit 1437a3d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,6 @@ rvm:
- jruby-head
- 1.8.7
- ree
script: "rake"
notifications:
recipients:
- thomas@slash7.com
6 changes: 6 additions & 0 deletions Gemfile
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

group :test do
gem "rake"
gem "test-unit", "~> 2.5.4"
end
10 changes: 10 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
test-unit (2.5.4)

PLATFORMS
ruby

DEPENDENCIES
test-unit (~> 2.5.4)

0 comments on commit 1437a3d

Please sign in to comment.