diff options
| author | hukl <contact@smyck.org> | 2009-09-05 12:17:18 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-05 12:17:18 +0200 |
| commit | bf530444a39986b153a4a660fab9379b7b6e1972 (patch) | |
| tree | 607943cf4ef3b2e5ea59883e7434a183df341ec6 | |
| parent | 5330e223cff7ec0c1110149da8924c95be38c5c2 (diff) | |
changed the rcov gem requirement and updated rcov task
| -rw-r--r-- | config/environment.rb | 2 | ||||
| -rw-r--r-- | lib/tasks/coverage.rake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb index 6e08191..4a07337 100644 --- a/config/environment.rb +++ b/config/environment.rb | |||
| @@ -23,7 +23,7 @@ Rails::Initializer.run do |config| | |||
| 23 | # config.gem "rake", :version => ">= 0.8.3" | 23 | # config.gem "rake", :version => ">= 0.8.3" |
| 24 | # config.gem "rack", :version => ">= 0.9.1" | 24 | # config.gem "rack", :version => ">= 0.9.1" |
| 25 | config.gem "libxml-ruby", :lib => 'xml' | 25 | config.gem "libxml-ruby", :lib => 'xml' |
| 26 | config.gem "spicycode-rcov", :lib => 'rcov', :souce => "http://gems.github.com" | 26 | config.gem "relevance-rcov", :lib => 'rcov', :souce => "http://gems.github.com" |
| 27 | config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com" | 27 | config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com" |
| 28 | 28 | ||
| 29 | # Only load the plugins named here, in the order given (default is alphabetical). | 29 | # Only load the plugins named here, in the order given (default is alphabetical). |
diff --git a/lib/tasks/coverage.rake b/lib/tasks/coverage.rake index 953cf7a..a40af20 100644 --- a/lib/tasks/coverage.rake +++ b/lib/tasks/coverage.rake | |||
| @@ -39,7 +39,7 @@ def run_coverage(files) | |||
| 39 | end | 39 | end |
| 40 | 40 | ||
| 41 | 41 | ||
| 42 | rcov = "rcov --rails -Ilib:test --sort coverage --text-report #{exclude} --no-validator-links" | 42 | rcov = "rcov --rails -Ilib:test --sort coverage --text-report #{exclude}" |
| 43 | puts | 43 | puts |
| 44 | puts | 44 | puts |
| 45 | puts "Running tests..." | 45 | puts "Running tests..." |
