On Mon, 2010-09-13 at 18:41 +0200, [email protected] wrote: > From: Michal Fojtik <[email protected]> > > --- > src/app/controllers/cloud_accounts_controller.rb | 8 ++++++ > src/app/models/cloud_account.rb | 13 +++++++++ > src/app/models/instance_key.rb | 27 > ++++++++++++++++++++ > src/db/migrate/20090804142049_create_instances.rb | 1 + > .../migrate/20100902081651_create_instance_keys.rb | 14 ++++++++++ > src/test/fixtures/instance_keys.yml | 11 ++++++++ > src/test/unit/instance_key_test.rb | 8 ++++++ > 7 files changed, 82 insertions(+), 0 deletions(-) > create mode 100644 src/app/models/instance_key.rb > create mode 100644 src/db/migrate/20100902081651_create_instance_keys.rb > create mode 100644 src/test/fixtures/instance_keys.yml > create mode 100644 src/test/unit/instance_key_test.rb > I've been debugging a problem with tests on a recent patch, so didnt get to try this out today, but please remove the test/unit test and .yml file, as we are using rspec and factories only (well, with a couple minor exceptions) at this time (and they aren't doing anything here anyway). Speaking of tests, also please create some to valid this new code, thanks!
-j _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
