Skip to content

Commit

Permalink
Add test/unit as a dev dependency
Browse files Browse the repository at this point in the history
So the project can run tests after `bundle install`
  • Loading branch information
codeodor committed Jun 18, 2015
1 parent 971a6cd commit 4a4497e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paranoia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'bundler', '>= 1.0.0'
s.add_development_dependency 'rake'
s.add_development_dependency 'test-unit'

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map { |f| f =~ /^bin\/(.*)/ ? $1 : nil }.compact
Expand Down

0 comments on commit 4a4497e

Please sign in to comment.