Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Remove test_file from gemspec - test dependent installs can be a pain
Browse files Browse the repository at this point in the history
git-svn-id: http://rubyeventmachine.com/svn/trunk@800 2c60eb90-88cd-488e-9351-1edcb1d70dbc
  • Loading branch information
raggi committed Nov 10, 2008
1 parent 50845ea commit 4b7b188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ Spec = Gem::Specification.new do |s|

s.require_path = 'lib'

s.test_file = "tests/testem.rb"
# TODO / XXX - should we enable this? rubygems fails the install if anything
# is broken. What we could do is CI submission, though, and always terminate
# with a positive code...
# s.test_file = "tests/testem.rb"
s.extensions = "Rakefile"

s.author = "Francis Cianfrocca"
Expand Down

0 comments on commit 4b7b188

Please sign in to comment.