Skip to content

Commit

Permalink
Remove duplicate test_files attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
fb3 committed Jul 21, 2012
1 parent f41d912 commit 1db3171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twitter.gemspec
Expand Up @@ -25,7 +25,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.required_rubygems_version = Gem::Requirement.new('>= 1.3.6')
gem.summary = %q{Twitter API wrapper}
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.test_files = Dir.glob("spec/**/*")
gem.version = Twitter::Version
end

0 comments on commit 1db3171

Please sign in to comment.