go_figure 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/go_figure/go_config.rb +1 -1
- data/lib/go_figure/version.rb +1 -1
- data/test/go_figure/go_config_test.rb +1 -1
- metadata +1 -1
data/lib/go_figure/go_config.rb
CHANGED
data/lib/go_figure/version.rb
CHANGED
@@ -19,7 +19,7 @@ MSyuoIPAZhmk7osFKHdJ3wlGfEIQf2bhl+op7u/VZQ==</license>
|
|
19
19
|
|
20
20
|
config = GoConfig.new(:xml => xml)
|
21
21
|
config.set_auto_registration_key("foobar")
|
22
|
-
assert config.xml_content =~ /<server.*
|
22
|
+
assert config.xml_content =~ /<server.*agentAutoRegisterKey="foobar".*/
|
23
23
|
end
|
24
24
|
|
25
25
|
def test_should_set_pipeline_in_a_config_file_with_no_pipelines_and_no_agents
|