[PATCH aeolus-conductor 2/2] RM #3447 - Fixes provider_api.feature:27

Richard Su rwsu at redhat.com
Fri Jul 6 00:21:41 UTC 2012


On 07/05/2012 01:45 PM, Matt Wagner wrote:
> Trivial fix for a bug that failed with newer test libraries.
>
> Resolves https://www.aeolusproject.org/redmine/issues/3449
> ---
>   src/features/step_definitions/provider_steps.rb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/features/step_definitions/provider_steps.rb b/src/features/step_definitions/provider_steps.rb
> index 92d73ed..6d07463 100644
> --- a/src/features/step_definitions/provider_steps.rb
> +++ b/src/features/step_definitions/provider_steps.rb
> @@ -116,7 +116,7 @@ end
>   
>   Given /^there are some providers$/ do
>     3.times do
> -    FactoryGirl.create :provider
> +    FactoryGirl.create :mock_provider
>     end
>   end
>   

This worked for me.



More information about the aeolus-devel mailing list