Now that we aren't parallelizing, start bringing back skipped tests.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-06-03 14:09:44 -07:00
parent 45ef0d84d0
commit 11638d36dd

View file

@ -38,8 +38,6 @@ EOF
end
it 'provides rules with access to the given DSL' do
skip_until 2019, 6, 13, "Totally breaks mocha! Remove and fix this by TODO 2019-06-13"
profile_context.stubs(:current_load).returns({file: "<test content>"})
eval_context.instance_eval(control_content)
profile_context.all_rules.each do |rule|