update a few things
This commit is contained in:
parent
ee14d739a9
commit
5aff1af960
@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
apache-config-generator (0.2.5.2)
|
apache-config-generator (0.2.6)
|
||||||
rainbow
|
rainbow
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
11
Rakefile
11
Rakefile
@ -8,7 +8,6 @@ $LOAD_PATH << 'lib'
|
|||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
require 'apache'
|
require 'apache'
|
||||||
require 'rspec/core/rake_task'
|
|
||||||
|
|
||||||
namespace :apache do
|
namespace :apache do
|
||||||
desc "Generate the configs"
|
desc "Generate the configs"
|
||||||
@ -19,16 +18,6 @@ namespace :apache do
|
|||||||
end
|
end
|
||||||
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
|
task :reek do
|
||||||
system('reek -c config/config.reek lib/*')
|
system('reek -c config/config.reek lib/*')
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user