spec/lib/configuration_spec.rb in evrone-ci-router-0.2.0.pre0 vs spec/lib/configuration_spec.rb in evrone-ci-router-0.2.0.pre1

- old
+ new

@@ -14,9 +14,11 @@ Evrone::CI::Router.configure do |c| c.timeout = 1 c.amqp_url = "2" end } - its(:timeout) { should eq 1 } - its(:amqp_url) { should eq "2" } + its(:timeout) { should eq 1 } + its(:amqp_url) { should eq "2" } + its(:workers) { should eq 1 } + its(:repo_dir_name) { should eq 'repo' } end end