update a few things

This commit is contained in:
John Bintz 2010-11-29 18:48:17 -05:00
parent ee14d739a9
commit 5aff1af960
2 changed files with 1 additions and 12 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
apache-config-generator (0.2.5.2)
apache-config-generator (0.2.6)
rainbow
GEM

View File

@ -8,7 +8,6 @@ $LOAD_PATH << 'lib'
require 'yaml'
require 'apache'
require 'rspec/core/rake_task'
namespace :apache do
desc "Generate the configs"
@ -19,16 +18,6 @@ namespace :apache do
end
end
namespace :spec do
desc "Run RCov tests"
RSpec::Core::RakeTask.new(:rcov) do |t|
t.pattern = 'spec/*.rb'
t.rcov = true
t.rcov_opts = ['--exclude', 'spec', '--exclude', 'gems']
t.rspec_opts = ['-b']
end
end
task :reek do
system('reek -c config/config.reek lib/*')
end