update a few things
This commit is contained in:
parent
ee14d739a9
commit
5aff1af960
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
apache-config-generator (0.2.5.2)
|
||||
apache-config-generator (0.2.6)
|
||||
rainbow
|
||||
|
||||
GEM
|
||||
|
11
Rakefile
11
Rakefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user