> > If Gem.configuration.update_sources is true (default) the source > cache will be updated automatically.
Hi, Can anyone help me out with the test_write and test_write_from_hash methods in this file ? They *look* like what they're doing is setting up a bunch of stuff, calling write, then using util_config_file() to load the written file back in and then make assertions...however: 1) test_write does the write then calls util_config_file and asserts that all values are back to default. 2) test_write_from_hash creates a config file, loads(using util_config_file), overwrites values with junk, writes (to overwrite?), reloads again then makes a bunch of assertions which vary from defaults, original filewrite, and the 'junk' values (in the case of sources). I'd appreciate a wee bit of description on what the behaviour is these tests are testing ? Any help gratefully appreciated :-) A. -- http://www.alancfrancis.com/ http://www.cardboardsoftware.com/ http://www.scotlandonrails.com/ _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
