You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all tests need to be rewritten to include new properties (count, unique_fields, enforce_count, apply_all and include_missing). Additionally append changed its behaviour a bit (affects just array type properties), so it needs to be updated in all test cases (it's not that important anymore, as that's just for arrays)
update documentation in README.md file (properties and examples)
remove extisting test recipes
update all serverspec test suites
The text was updated successfully, but these errors were encountered:
jwadolowski
changed the title
Rewrite all test suites to new approach
Rewrite all test suites to leverage new approach
Nov 17, 2016
jwadolowski
changed the title
Rewrite all test suites to leverage new approach
Rewrite all test to leverage new approach
Nov 17, 2016
jwadolowski
changed the title
Rewrite all test to leverage new approach
Rewrite all tests to leverage new approach
Nov 17, 2016
#26 introduced totally new approach to test suites. Please rewrite all test suites in the same manner.
Remaining items from #26:
count
,unique_fields
,enforce_count
,apply_all
andinclude_missing
). Additionallyappend
changed its behaviour a bit (affects just array type properties), so it needs to be updated in all test cases (it's not that important anymore, as that's just for arrays)README.md
file (properties and examples)The text was updated successfully, but these errors were encountered: