Skip to content

Commit

Permalink
Added the unit tests in the gem, so developers can see usage examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Fouché committed Jan 31, 2011
1 parent db7db5b commit acb6499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmail_xoauth.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "oauth", ">= 0.3.6"
s.add_development_dependency "shoulda", ">= 0"

s.files = Dir.glob("{bin,lib}/**/*") + %w(LICENSE README.markdown)
s.files = Dir.glob("{bin,lib,test}/**/*") + %w(LICENSE README.markdown)
s.require_path = 'lib'

s.rdoc_options = ["--charset=UTF-8"]
Expand Down

0 comments on commit acb6499

Please sign in to comment.