Skip to content

Commit

Permalink
Added simplecov for coverage info. Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jun 18, 2013
1 parent 065940e commit 8c7dd4e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -84,4 +84,5 @@ group :development, :test do
gem 'hoe'
gem 'racc'
gem 'travis-lint'
gem 'simplecov'
end
5 changes: 5 additions & 0 deletions Gemfile.lock
Expand Up @@ -113,6 +113,10 @@ GEM
wasabi (~> 3.0.0)
sbsm (1.2.3)
serialport (1.1.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
spreadsheet (0.8.3)
ruby-ole (>= 1.0)
swissmedic_diff (0.1.3)
Expand Down Expand Up @@ -194,6 +198,7 @@ DEPENDENCIES
rubyzip
savon
sbsm
simplecov
spreadsheet
swissmedic_diff
tmail
Expand Down
3 changes: 2 additions & 1 deletion README.txt
Expand Up @@ -20,7 +20,8 @@ Open Drug Database for Switzerland. See the live version at http://ch.oddb.org
== TESTS:

* to run the Tests you need to do
* rcov test/suite.rb
* bundle install
* rake test
* look at the index.html in the coverage directory

== LOCAL DOCUMENTATION:
Expand Down
3 changes: 3 additions & 0 deletions test/test_helper.rb
@@ -0,0 +1,3 @@
require 'simplecov'
SimpleCov.start
require 'tempfile'

0 comments on commit 8c7dd4e

Please sign in to comment.