[email protected] wrote: > From: mtaylor <[email protected]> > > --- > src/features/pool.feature | 63 > +++++++++++++++++++++++++++ > src/features/step_definitions/pool_steps.rb | 50 +++++++++++++++++++++ > src/features/support/env.rb | 8 +++ > src/features/support/paths.rb | 11 +++++ > src/spec/factories/cloud_account.rb | 5 ++ > src/spec/factories/hardware_profile.rb | 7 +++ > src/spec/factories/image.rb | 6 +++ > src/spec/factories/provider.rb | 4 +- > src/spec/factories/realm.rb | 1 + > 9 files changed, 154 insertions(+), 1 deletions(-) > create mode 100644 src/features/pool.feature > create mode 100644 src/features/step_definitions/pool_steps.rb > create mode 100644 src/spec/factories/cloud_account.rb > create mode 100644 src/spec/factories/image.rb > ACK (and to the prior patch too),
it all works for me when I run this feature directly. When I just run 'rake cucumber' it doesn't run the new tests though -- is this a problem with setup, or does 'rake cucumber' stop after a prior failed feature? Scott _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
