Skip to content

Commit

Permalink
rspec and mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Carper committed Oct 7, 2012
1 parent 68a2a46 commit 4cc6069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions suitable_services.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "suitable_services"
gem.require_paths = ["lib"]

gem.add_development_dependency 'rspec'
gem.add_development_dependency 'mocha'

gem.version = SuitableServices::VERSION
end

0 comments on commit 4cc6069

Please sign in to comment.