Skip to content

Commit

Permalink
Don't require mocha anymore. We're not using it
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 31, 2012
1 parent 085f5e0 commit bb75cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solrizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "daemons"
s.add_development_dependency 'rspec', '~>2.0'
s.add_development_dependency 'rake'
s.add_development_dependency 'mocha'
# s.add_development_dependency 'mocha'
s.add_development_dependency 'yard'

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit bb75cf8

Please sign in to comment.