added specs for champion module

This commit is contained in:
danijoo
2014-03-25 11:07:22 +01:00
parent b89ae8fd4f
commit e6556976fa
7 changed files with 113 additions and 2 deletions

View File

@@ -12,5 +12,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rest-client'
s.add_development_dependency 'rake'
s.add_development_dependency "rspec"
s.add_development_dependency 'rspec'
s.add_development_dependency 'webmock'
end