go_figure 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|