Sha256: 62417151c55dff13db7e6811c84392a7cbde84c01226e1f215fc3ffc5286572a
Contents?: true
Size: 445 Bytes
Versions: 11
Compression:
Stored size: 445 Bytes
Contents
require 'spec_helper' describe Rda do describe '.config' do subject { Rda.config } it { should be_a(Confstruct::Configuration) } end describe '.configure' do it 'sets the config paths of nginx' do Rda.configure do nginx_conf_paths ['/tmp/rda/nginx/conf'] end Rda.config.nginx_conf_paths.should have(1).item Rda.config.nginx_conf_paths.should include('/tmp/rda/nginx/conf') end end end
Version data entries
11 entries across 11 versions & 1 rubygems