Sha256: 6fb3834902e336f0e15c515e2767cebb9df75b3df5954a9697163ec737fc9a67
Contents?: true
Size: 333 Bytes
Versions: 2
Compression:
Stored size: 333 Bytes
Contents
require 'spec_helper' describe GitHandler::Configuration do it 'has default settings' do config = GitHandler::Configuration.new config.user.should eq('git') config.home_path.should eq('/home/git') config.repos_path.should eq('/home/git/repositories') config.log_path.should eq('/home/git/access.log') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git_handler-0.2.1 | spec/configuration_spec.rb |
git_handler-0.2.0 | spec/configuration_spec.rb |