-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make spec tests pass #165
Comments
I started with |
|
|
Went thru all tests I could improve without losing any test functionality or changing module logic. Well, there were two changes: I had to add a Now there are 25 failures, so distributed:
All of them are repetitions of:
The first one can be fixed by including class @maxchk , would you mind shedding me some light about failures 2 and 3? I guess the first one is bigger than the intent of this issue, but the other two should be rather simple - once I know what they should be. |
Currently, running
rake spec
in branch 'develop' yields an enormous amount of errors:$ rake spec | grep failures ... 74 examples, 73 failures
It seems many of them are caused by missing facts and variables and misformed resources in the spec tests themselves, rather than errors in the classes and defined types.
The text was updated successfully, but these errors were encountered: