Added simplecov master
authorNeil Smith <neil.github@njae.me.uk>
Wed, 18 Jul 2012 08:07:38 +0000 (09:07 +0100)
committerNeil Smith <neil.github@njae.me.uk>
Wed, 18 Jul 2012 08:07:38 +0000 (09:07 +0100)
.gitignore
Gemfile
Gemfile.lock
spec/spec_helper.rb

index 63a685ebda4ffd6d68cfe485ed1f4555856f6b98..e4a96114c9690428133251b6fcc06fa7ff218eda 100644 (file)
@@ -14,6 +14,12 @@ doc
 # jeweler generated
 pkg
 
+# simplecov
+coverage
+
+# log files
+*.log
+
 # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore: 
 #
 # * Create a file at ~/.gitignore
diff --git a/Gemfile b/Gemfile
index f73bc3edac18f0ed5de2a0ca548ddc4681b39871..e4f65f8c900a351e8ce24bcfcea39af5eb4ede63 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -12,4 +12,5 @@ group :development do
   gem "rake"
   gem "graph.njae"
   gem "porter2stemmer"
+  gem 'simplecov', :require => false, :group => :test
 end
index d440e9ca5807db2dedee9b11b5a3694975ad8e8e..8cec60c0532a8c96a17792af14ba7ccfdd24a076 100644 (file)
@@ -4,6 +4,7 @@ GEM
     diff-lcs (1.1.3)
     graph.njae (0.2.3)
     json (1.6.5)
+    multi_json (1.3.6)
     porter2stemmer (1.0.0)
     rake (0.9.2.2)
     rdoc (3.12)
@@ -16,6 +17,10 @@ GEM
     rspec-expectations (2.8.0)
       diff-lcs (~> 1.1.2)
     rspec-mocks (2.8.0)
+    simplecov (0.6.4)
+      multi_json (~> 1.0)
+      simplecov-html (~> 0.5.3)
+    simplecov-html (0.5.3)
 
 PLATFORMS
   ruby
@@ -27,3 +32,4 @@ DEPENDENCIES
   rake
   rdoc
   rspec
+  simplecov
index e82322eafcc4a3d95c53ca9ecc899043effd9fba..d0c7f1a3ee4762dc60a7bd38f996e4b6d4d3f996 100644 (file)
@@ -1,3 +1,6 @@
+require 'simplecov'
+SimpleCov.start
+
 require 'rexml/document.rb'
 include REXML