[PATCH conductor] Revert valid_credentials change in spec_helper.rb

Richard Su rwsu at redhat.com
Mon Aug 20 18:08:47 UTC 2012


On 08/20/2012 11:04 AM, Richard Su wrote:
> The method was commented out in the ProviderAccount create patchset
> and caused over 100 spec failures.
> ---
>   src/spec/spec_helper.rb |    6 +++---
>   1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/spec/spec_helper.rb b/src/spec/spec_helper.rb
> index ae89927..30ab1d6 100644
> --- a/src/spec/spec_helper.rb
> +++ b/src/spec/spec_helper.rb
> @@ -84,9 +84,9 @@ ProviderAccount.class_eval do
>       nil
>     end
>   
> -#  def valid_credentials?
> -#    true
> -#  end
> +  def valid_credentials?
> +    true
> +  end
>   end
>   
>   RSpec.configure do |config|
Pushed.

This was part of a patch I reviewed and obviously I didn't look close 
enough.



More information about the aeolus-devel mailing list